ID2D1Ink::GetSegments 方法 (d2d1_3.h)
检索存储在此墨迹对象中的指定段子集。
语法
HRESULT GetSegments(
UINT32 startSegment,
[out] D2D1_INK_BEZIER_SEGMENT *segments,
UINT32 segmentsCount
);
参数
startSegment
类型: UINT32
要检索的此墨迹对象中第一个段的索引。
[out] segments
此方法返回时,包含指向检索段数组的指针。
segmentsCount
类型: UINT32
要检索的段数。 请注意,segmentsCount 必须小于或等于墨迹对象中的段数减去 startSegment。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | d2d1_3.h |
Library | D2d1_3.lib |
DLL | D2d1_3.dll |