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。