다음을 통해 공유


BehaviorService.MapAdornerWindowPoint(IntPtr, Point) 메서드

정의

핸들 좌표계 위치를 표시기 창 좌표로 변환합니다.

public:
 System::Drawing::Point MapAdornerWindowPoint(IntPtr handle, System::Drawing::Point pt);
public System.Drawing.Point MapAdornerWindowPoint (IntPtr handle, System.Drawing.Point pt);
member this.MapAdornerWindowPoint : nativeint * System.Drawing.Point -> System.Drawing.Point
Public Function MapAdornerWindowPoint (handle As IntPtr, pt As Point) As Point

매개 변수

handle
IntPtr

nativeint

표시기 창의 핸들입니다.

pt
Point

핸들 좌표계의 Point입니다.

반환

표시기 창 좌표에 있는 Point입니다.

적용 대상

추가 정보