TextureBrush Constructor (Image^, RectangleF, ImageAttributes^)

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
TextureBrush(
	Image^ image,
	RectangleF dstRect,
	ImageAttributes^ imageAttr
)

Parameters

image
Type: System.Drawing::Image^

The Image object with which this TextureBrush object fills interiors.

dstRect
Type: System.Drawing::RectangleF

A RectangleF structure that represents the bounding rectangle for this TextureBrush object.

imageAttr
Type: System.Drawing.Imaging::ImageAttributes^

An ImageAttributes object that contains additional information about the image used by this TextureBrush object.

.NET Framework
Available since 1.1
Return to top
Show: