通过


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

句柄坐标系中的 A Point

返回

装饰器窗口坐标中的 A Point

适用于

另请参阅