Graphics.VisibleClipBounds 屬性

定義

取得這個 Graphics 之可見裁剪區域的週框。

public:
 property System::Drawing::RectangleF VisibleClipBounds { System::Drawing::RectangleF get(); };
public System.Drawing.RectangleF VisibleClipBounds { get; }
member this.VisibleClipBounds : System.Drawing.RectangleF
Public ReadOnly Property VisibleClipBounds As RectangleF

屬性值

RectangleF 結構,代表這個 Graphics 之可見裁剪區域的週框。

備註

產生的矩形單位是由 PageUnit 屬性所指定。 默認單位為圖元。 Graphics通常與控件相關聯,而矩形的原點會相對於該控件的工作區。

可見裁剪區域是這個 Graphics 裁剪區域的交集,以及視窗的裁剪區域。

適用於