TextureBrush
Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape. This class cannot be inherited.
Gets the Image object associated with this TextureBrush object.
Gets or sets a copy of the Matrix object that defines a local geometric transformation for the image associated with this TextureBrush object.
Gets or sets a WrapMode enumeration that indicates the wrap mode for this TextureBrush object.
Initializes a new TextureBrush object that uses the specified image.
Initializes a new TextureBrush object that uses the specified image and wrap mode.
Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.
Initializes a new TextureBrush object that uses the specified image, wrap mode, and bounding rectangle.
Initializes a new TextureBrush object that uses the specified image and bounding rectangle.
Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.
Initializes a new TextureBrush object that uses the specified image and bounding rectangle.
Initializes a new TextureBrush object that uses the specified image, bounding rectangle, and image attributes.
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object by prepending the specified Matrix object.
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object in the specified order.
Resets the Transform property of this TextureBrush object to identity.
Rotates the local geometric transformation of this TextureBrush object by the specified amount. This method prepends the rotation to the transformation.
Rotates the local geometric transformation of this TextureBrush object by the specified amount in the specified order.
Scales the local geometric transformation of this TextureBrush object by the specified amounts. This method prepends the scaling matrix to the transformation.
Scales the local geometric transformation of this TextureBrush object by the specified amounts in the specified order.
Translates the local geometric transformation of this TextureBrush object by the specified dimensions. This method prepends the translation to the transformation.
Translates the local geometric transformation of this TextureBrush object by the specified dimensions in the specified order.