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 的裁剪區域和視窗的裁剪區域交集。

適用於