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 剪辑区域与窗口剪辑区域的交集。

适用于