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

points 配列を更新します。 このメソッドによって更新されない既存のポイントは保持されます。 新しいポイントに対応するために必要に応じて、配列のサイズが大きくなります。

構文

HRESULT UpdatePoints(
  [in] const D2D1_POINT_2F *points,
       UINT32              pointsCount,
       UINT32              startIndex
);

パラメーター

[in] points

型: const D2D1_POINT_2F*

points 配列。

pointsCount

型: UINT32

更新するポイントの数。

startIndex

型: UINT32

ポイントの更新を開始する位置のインデックス。 配列のサイズ以下にする必要があります。

戻り値

型: HRESULT

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

必要条件

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

関連項目

ID2D1SvgPointCollection