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

裝飾項視窗座標中的 Point

適用於

另請參閱