Share via


Window.GetPoint(Int32, Int32, Int32, Int32, Object) メソッド

定義

指定された指定範囲または図形の画面での座標を返します。

public:
 void GetPoint([Runtime::InteropServices::Out] int % ScreenPixelsLeft, [Runtime::InteropServices::Out] int % ScreenPixelsTop, [Runtime::InteropServices::Out] int % ScreenPixelsWidth, [Runtime::InteropServices::Out] int % ScreenPixelsHeight, System::Object ^ obj);
public void GetPoint (out int ScreenPixelsLeft, out int ScreenPixelsTop, out int ScreenPixelsWidth, out int ScreenPixelsHeight, object obj);
abstract member GetPoint : int * int * int * int * obj -> unit
Public Sub GetPoint (ByRef ScreenPixelsLeft As Integer, ByRef ScreenPixelsTop As Integer, ByRef ScreenPixelsWidth As Integer, ByRef ScreenPixelsHeight As Integer, obj As Object)

パラメーター

ScreenPixelsLeft
Int32

整数型 (Integer) の値を使用します。 オブジェクトの左端の座標の値が返される変数の名前を指定します。

ScreenPixelsTop
Int32

整数型 (Integer) の値を使用します。 オブジェクトの上端の座標の値が返される変数の名前を指定します。

ScreenPixelsWidth
Int32

整数型 (Integer) の値を使用します。 オブジェクトの幅の値が返される変数の名前を指定します。

ScreenPixelsHeight
Int32

整数型 (Integer) の値を使用します。 オブジェクトの高さの値が返される変数の名前を指定します。

obj
Object

必須 オブジェクト。 または RangeShape オブジェクト。

注釈

指定範囲または図形の全体が画面に表示されていない場合は、エラーが発生します。

適用対象