Control.NotifyInvalidate(Rectangle) 메서드

정의

무효화할 컨트롤의 지정한 영역에서 Invalidated 이벤트를 발생시킵니다.

protected:
 virtual void NotifyInvalidate(System::Drawing::Rectangle invalidatedArea);
protected virtual void NotifyInvalidate (System.Drawing.Rectangle invalidatedArea);
abstract member NotifyInvalidate : System.Drawing.Rectangle -> unit
override this.NotifyInvalidate : System.Drawing.Rectangle -> unit
Protected Overridable Sub NotifyInvalidate (invalidatedArea As Rectangle)

매개 변수

invalidatedArea
Rectangle

무효화할 영역을 나타내는 Rectangle입니다.

적용 대상