PathGradientBrush::Rectangle Property

 

Gets a bounding rectangle for this PathGradientBrush.

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

public:
property RectangleF Rectangle {
	RectangleF get();
}

Property Value

Type: System.Drawing::RectangleF

A RectangleF that represents a rectangular region that bounds the path this PathGradientBrush fills.

.NET Framework
Available since 1.1
Return to top
Show: