System.Drawing.TextureBrush Members

The members of System.Drawing.TextureBrush are listed below.

See Also: Inherited members from System.Drawing.Brush

Public Constructors

Initializes a new System.Drawing.TextureBrush object that uses the specified image.

Initializes a new System.Drawing.TextureBrush object that uses the specified image and wrap mode.

Initializes a new System.Drawing.TextureBrush object that uses the specified image and bounding rectangle.

Initializes a new System.Drawing.TextureBrush object that uses the specified image and bounding rectangle.

Initializes a new System.Drawing.TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.

Initializes a new System.Drawing.TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.

Initializes a new System.Drawing.TextureBrush object that uses the specified image, bounding rectangle, and image attributes.

Initializes a new System.Drawing.TextureBrush object that uses the specified image, bounding rectangle, and image attributes.

Public Properties

[read-only]
ImageImage.

Gets the System.Drawing.Image object associated with this System.Drawing.TextureBrush object.

TransformSystem.Drawing.Drawing2D.Matrix.

Gets or sets a copy of the System.Drawing.Drawing2D.Matrix object that defines a local geometric transformation for the image associated with this System.Drawing.TextureBrush object.

WrapModeSystem.Drawing.Drawing2D.WrapMode.

Gets or sets a System.Drawing.Drawing2D.WrapMode enumeration that indicates the wrap mode for this System.Drawing.TextureBrush object.

Public Methods

override
Clone() : object

Creates an exact copy of this System.Drawing.TextureBrush object.

MultiplyTransform(System.Drawing.Drawing2D.Matrix)

Multiplies the System.Drawing.Drawing2D.Matrix object that represents the local geometric transformation of this System.Drawing.TextureBrush object by the specified System.Drawing.Drawing2D.Matrix object by prepending the specified System.Drawing.Drawing2D.Matrix object.

MultiplyTransform(System.Drawing.Drawing2D.Matrix, System.Drawing.Drawing2D.MatrixOrder)

Multiplies the System.Drawing.Drawing2D.Matrix object that represents the local geometric transformation of this System.Drawing.TextureBrush object by the specified System.Drawing.Drawing2D.Matrix object in the specified order.

ResetTransform()

Resets the Transform property of this System.Drawing.TextureBrush object to identity.

RotateTransform(float)

Rotates the local geometric transformation of this System.Drawing.TextureBrush object by the specified amount. This method prepends the rotation to the transformation.

RotateTransform(float, System.Drawing.Drawing2D.MatrixOrder)

Rotates the local geometric transformation of this System.Drawing.TextureBrush object by the specified amount in the specified order.

ScaleTransform(float, float)

Scales the local geometric transformation of this System.Drawing.TextureBrush object by the specified amounts. This method prepends the scaling matrix to the transformation.

ScaleTransform(float, float, System.Drawing.Drawing2D.MatrixOrder)

Scales the local geometric transformation of this System.Drawing.TextureBrush object by the specified amounts in the specified order.

TranslateTransform(float, float)

Translates the local geometric transformation of this System.Drawing.TextureBrush object by the specified dimensions. This method prepends the translation to the transformation.

TranslateTransform(float, float, System.Drawing.Drawing2D.MatrixOrder)

Translates the local geometric transformation of this System.Drawing.TextureBrush object by the specified dimensions in the specified order.