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

必需 整数。 需要 Word 为对象的左边界值返回的变量名。

ScreenPixelsTop
Int32

必需 整数。 需要 Word 为对象的顶部边界值返回的变量名。

ScreenPixelsWidth
Int32

必需 整数。 需要 Word 为对象的宽度返回的变量名。

ScreenPixelsHeight
Int32

必需 整数。 需要 Word 为对象的高度值返回的变量名。

obj
Object

必需的 对象。 或 RangeShape 对象。

注解

如果在屏幕上看不到整个区域或图形,则导致出错。

适用于