ActivityDesignerPaintEventArgs.ClipRectangle 属性

定义

获取要在其中进行绘制的 Rectangle

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

属性值

Rectangle

一个 Rectangle,用于描述要绘制的区域。

注解

剪辑矩形描述的区域是屏幕上将使用 Graphics 提供的 ActivityDesignerPaintEventArgs 重绘的区域。

适用于