Version

Search Results

Clone Method (TextureBrush)

Returns a copy of the brush. Syntax

Image Property (TextureBrush)

Gets or sets a Image object to fill interiors with. Syntax

OffsetX Property (TextureBrush)

Gets or sets X-component of the offset. Syntax

OffsetY Property (TextureBrush)

Gets or sets Y-component of the offset. Syntax

ScaleX Property

Gets or sets the scale factor in X-direction. Syntax

ScaleY Property

Gets or sets the scale factor in Y-direction. Syntax

Seal Method (TextureBrush)

Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax

SetBounds Method (TextureBrush)

Bounds this brush and creates a correspondent direct brush. Syntax Parameters x X-coordinate of the upper-left corner of the bounding rectangle.y Y-coordinate of the upper-left corner of the bounding rectangle.width Width of the bounding rectangle.height Height of the bounding rectangle. Return Value Direct brush.

Type Property (TextureBrush)

Gets the BrushType of this brush. Syntax

TextureBrush Constructor(Image)

Initializes a new instance of the TextureBrush class. Syntax Parameters image A Image object to fill interiors with.