Version

Search Results

TextureBrush Constructor(Image,Single,Single,Single)

Initializes a new instance of the TextureBrush class. Syntax Parameters image A Image object to fill interiors with.angle Rotation angle.scaleX Scale factor in X-direction.scaleY Scale factor in Y-direction.

TextureBrush Constructor(Image,Single,Single,Single,Single,Single)

Initializes a new instance of the TextureBrush class. Syntax Parameters image A Image object to fill interiors with.angle Rotation angle.scaleX Scale factor in X-direction.scaleY Scale factor in Y-direction.offsetX X-component of the offset.offsetY Y-component of the offset.

TextureBrush Constructor

Overload List

TextureDirectBrush Class

Represents a direct texture brush. Syntax

TextureDirectBrush Class Members

Public Constructors Public Properties Public Methods

Clone Method (TextureDirectBrush)

Returns a copy of the brush. Syntax Return Value An identical brush.

Image Property (TextureDirectBrush)

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

Seal Method (TextureDirectBrush)

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