AdjustableArrowCap::SetHeight 方法 (gdipluslinecaps.h)
AdjustableArrowCap::SetHeight 方法设置箭头帽的高度。 这是从箭头的底部到其顶点的距离。
语法
Status SetHeight(
[in] REAL height
);
参数
[in] height
类型: REAL
指定箭头帽的高度的实数(以单位为单位)。
返回值
类型: 状态
如果方法成功,则返回 Ok,这是 Status 枚举的元素。
如果 方法失败,它将返回 Status 枚举的其他元素之一。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluslinecaps.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |