BehaviorService.MapAdornerWindowPoint(IntPtr, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将句柄的坐标系统中的点转换为修饰工具窗口坐标。
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
修饰工具窗口的句柄。
返回
装饰器窗口坐标中的 Point。