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.

적용 대상