Window.GetPoint(Int32, Int32, Int32, Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定区域或图形的屏幕坐标。
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 为对象的高度值返回的变量名。
注解
如果在屏幕上看不到整个区域或图形,则导致出错。