Search
TextureBrush Members
Constructors Properties Methods
 


TextureBrush objects represent brushes that use images to fill the interiors of geometric shapes.

The following tables list the members exposed by the TextureBrush type.

 Public Constructors

  Name Description

TextureBrush

Initializes a new instance of the TextureBrush class with the specified image.

 Public Properties

  Name Description

Image

Gets or sets the Image instance associated with this brush.

WrapMode

Gets or sets a value that indicates the wrap mode for this brush.

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

GetHashCode

Brush.GetHashCode override.

 See Also