Graphics.VisibleClipBounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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 剪辑区域与窗口剪辑区域的交集。