次の方法で共有


ID2D1SvgPointCollection::GetPoints メソッド (d2d1svg.h)

points 配列からポイントを取得します。

構文

HRESULT GetPoints(
  [out] D2D1_POINT_2F *points,
        UINT32        pointsCount,
        UINT32        startIndex
);

パラメーター

[out] points

種類: D2D1_POINT_2F*

ポイントを格納するバッファー。

pointsCount

型: UINT32

バッファーの要素数。

startIndex

型: UINT32

取得する最初のポイントのインデックス。

戻り値

型: HRESULT

このメソッドは、HRESULT の成功またはエラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー d2d1svg.h
[DLL] Direct2d.dll

こちらもご覧ください

ID2D1SvgPointCollection