IDWritePaintReader::GetGradientStops メソッド (dwrite_3.h)
現在のペイント要素のグラデーション位置を取得します。
構文
HRESULT GetGradientStops(
UINT32 firstGradientStopIndex,
UINT32 gradientStopCount,
D2D1_GRADIENT_STOP *gradientStops
);
パラメーター
firstGradientStopIndex
種類: UINT32
取得する最初のグラデーションの位置のインデックス。
gradientStopCount
種類: UINT32
取得するグラデーションの停止の数。
gradientStops
種類: _Out_writes_(gradientStopCount) D2D1_GRADIENT_STOP *
グラデーションの分岐点を受け取ります。
戻り値
標準の HRESULT エラー コード。
注釈
グラデーションの分岐点は、位置によって昇順であることが保証されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 Version 1809 (Windows アプリ SDK 1.2 以降) |
Header | dwrite_3.h |