다음을 통해 공유


BehaviorService.ControlRectInAdornerWindow(Control) 메서드

정의

Rectangle의 경계 Control을 반환합니다.

public:
 System::Drawing::Rectangle ControlRectInAdornerWindow(System::Windows::Forms::Control ^ c);
public System.Drawing.Rectangle ControlRectInAdornerWindow (System.Windows.Forms.Control c);
member this.ControlRectInAdornerWindow : System.Windows.Forms.Control -> System.Drawing.Rectangle
Public Function ControlRectInAdornerWindow (c As Control) As Rectangle

매개 변수

c
Control

변환할 Control입니다.

반환

Rectangle

표시기 창 좌표로 변환된 Rectangle의 경계 Control입니다.

설명

표시기 창은 디자이너 프레임 위에 있는 투명한 창입니다. 이 창은 모든 메시지를 가로채는 데 사용됩니다 BehaviorService . 또한 을 그릴 Glyph통합 캔버스로도 사용됩니다.

적용 대상

추가 정보