ActivityDesigner.RectangleToLogical(Rectangle) 메서드

정의

화면 좌표계에서 활동 디자이너 좌표계로 사각형을 변환합니다.

protected:
 System::Drawing::Rectangle RectangleToLogical(System::Drawing::Rectangle rectangle);
protected System.Drawing.Rectangle RectangleToLogical(System.Drawing.Rectangle rectangle);
member this.RectangleToLogical : System.Drawing.Rectangle -> System.Drawing.Rectangle
Protected Function RectangleToLogical (rectangle As Rectangle) As Rectangle

매개 변수

rectangle
Rectangle

변환할 좌표를 설명하는 A Rectangle 입니다.

반품

변환된 좌표를 설명하는 A Rectangle 입니다.

적용 대상