ID2D1Factory::CreateRoundedRectangleGeometry (constD2D1_ROUNDED_RECT*,ID2D1RoundedRectangleGeometry**) 方法 (d2d1.h)
创建 ID2D1RoundedRectangleGeometry。
语法
HRESULT CreateRoundedRectangleGeometry(
const D2D1_ROUNDED_RECT *roundedRectangle,
ID2D1RoundedRectangleGeometry **roundedRectangleGeometry
);
参数
roundedRectangle
类型:[in] const D2D1_ROUNDED_RECT*
圆角矩形几何图形的坐标和角半径。
roundedRectangleGeometry
类型:[out] ID2D1RoundedRectangleGeometry**
此方法返回时,包含指向此方法创建的圆角矩形几何图形的指针的地址。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d2d1.h |
Library | D2d1.lib |
DLL | D2d1.dll |