WorkflowView.InvalidateLogicalRectangle(Rectangle) 方法

定义

使指定的 Rectangle 无效并进行重绘。

public:
 void InvalidateLogicalRectangle(System::Drawing::Rectangle logicalRectangle);
public void InvalidateLogicalRectangle (System.Drawing.Rectangle logicalRectangle);
member this.InvalidateLogicalRectangle : System.Drawing.Rectangle -> unit
Public Sub InvalidateLogicalRectangle (logicalRectangle As Rectangle)

参数

logicalRectangle
Rectangle

在逻辑坐标中,要使其无效并进行重绘的 Rectangle

注解

在逻辑坐标中,使用 InvalidateLogicalRectangleRectangle 添加到更新区域。

适用于