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邏輯座標中,該 被取消並導致重新繪製。

備註

InvalidateLogicalRectangle 來使 Rectangle邏輯座標中的 ,在更新區域中加入一個 。

適用於