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

適用対象

こちらもご覧ください