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.

Transform

 

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.

Equals

Brush.Equals override.

GetHashCode

Brush.GetHashCode override.

ToColor

Brush.ToColor override.

 See Also