iInkRectangle::GetRectangle 方法 (msinkaut.h)

在单个调用中获取 InkRectangle 对象的元素。

语法

HRESULT GetRectangle(
  [out] long *Top,
  [out] long *Left,
  [out] long *Bottom,
  [out] long *Right
);

参数

[out] Top

矩形的顶部。

[out] Left

矩形的左边缘。

[out] Bottom

矩形的底部。

[out] Right

矩形的右边缘。

返回值

此方法可以返回其中一个值。

返回代码 说明
S_OK
成功。
E_POINTER
参数包含无效指针。
E_INK_EXCEPTION
方法内发生异常。

要求

要求
最低受支持的客户端 Windows XP Tablet PC Edition [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 msinkaut.h
Library InkObj.dll

另请参阅

Bottom 属性

IInkRectangle

InkRectangle 类

Left 属性

Right 属性

Top 属性