The members of System.Drawing.TextureBrush are listed below.
See Also: Inherited members from System.Drawing.Brush
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. |
[read-only] | Image | Image.
Gets the System.Drawing.Image object associated with this System.Drawing.TextureBrush object. |
Transform | System.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. | |
WrapMode | System.Drawing.Drawing2D.WrapMode.
Gets or sets a System.Drawing.Drawing2D.WrapMode enumeration that indicates the wrap mode for this System.Drawing.TextureBrush object. |
override | Clone()
| |
MultiplyTransform(System.Drawing.Drawing2D.Matrix)
| ||
MultiplyTransform(System.Drawing.Drawing2D.Matrix, System.Drawing.Drawing2D.MatrixOrder)
| ||
ResetTransform()
| ||
RotateTransform(float)
| ||
RotateTransform(float, System.Drawing.Drawing2D.MatrixOrder)
| ||
ScaleTransform(float, float)
| ||
ScaleTransform(float, float, System.Drawing.Drawing2D.MatrixOrder)
| ||
TranslateTransform(float, float)
| ||
TranslateTransform(float, float, System.Drawing.Drawing2D.MatrixOrder)
|