TextureBrush::Image Property

 

Gets the Image object associated with this TextureBrush object.

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

public:
property Image^ Image {
	Image^ get();
}

Property Value

Type: System.Drawing::Image^

An Image object that represents the image with which this TextureBrush object fills shapes.

.NET Framework
Available since 1.1
Return to top
Show: