PathGradientBrush.Rectangle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a bounding rectangle for this PathGradientBrush.
public:
property System::Drawing::RectangleF Rectangle { System::Drawing::RectangleF get(); };
public System.Drawing.RectangleF Rectangle { get; }
member this.Rectangle : System.Drawing.RectangleF
Public ReadOnly Property Rectangle As RectangleF
Property Value
A RectangleF that represents a rectangular region that bounds the path this PathGradientBrush fills.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.