PathGradientBrush.Rectangle 属性
定义
获取此 PathGradientBrush 的边框。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
属性值
一个 RectangleF,表示限定此 PathGradientBrush 填充的路径的矩形区域。A RectangleF that represents a rectangular region that bounds the path this PathGradientBrush fills.