D2D1GetGradientMeshInteriorPointsFromCoonsPatch 関数 (d2d1_3.h)
クーンズ パッチを定義するポイントに基づいて、グラデーション メッシュ パッチの内部ポイントを返します。
この関数は GradientMeshPatchFromCoonsPatch 関数によって呼び出され、直接使用するためのものではありません。
構文
void D2D1GetGradientMeshInteriorPointsFromCoonsPatch(
[in] const D2D1_POINT_2F *pPoint0,
[in] const D2D1_POINT_2F *pPoint1,
[in] const D2D1_POINT_2F *pPoint2,
[in] const D2D1_POINT_2F *pPoint3,
[in] const D2D1_POINT_2F *pPoint4,
[in] const D2D1_POINT_2F *pPoint5,
[in] const D2D1_POINT_2F *pPoint6,
[in] const D2D1_POINT_2F *pPoint7,
[in] const D2D1_POINT_2F *pPoint8,
[in] const D2D1_POINT_2F *pPoint9,
[in] const D2D1_POINT_2F *pPoint10,
[in] const D2D1_POINT_2F *pPoint11,
[out] D2D1_POINT_2F *pTensorPoint11,
[out] D2D1_POINT_2F *pTensorPoint12,
[out] D2D1_POINT_2F *pTensorPoint21,
[out] D2D1_POINT_2F *pTensorPoint22
);
パラメーター
[in] pPoint0
種類: D2D1_POINT_2F*
コントロール ポイントの位置 0 の座標空間の位置。
[in] pPoint1
種類: D2D1_POINT_2F*
コントロール ポイントの位置 1 の座標空間の位置。
[in] pPoint2
種類: D2D1_POINT_2F*
位置 2 のコントロール ポイントの座標空間の位置。
[in] pPoint3
種類: D2D1_POINT_2F*
位置 3 のコントロール ポイントの座標空間の位置。
[in] pPoint4
種類: D2D1_POINT_2F*
位置 4 のコントロール ポイントの座標空間の位置。
[in] pPoint5
種類: D2D1_POINT_2F*
位置 5 のコントロール ポイントの座標空間の位置。
[in] pPoint6
種類: D2D1_POINT_2F*
6 番目の位置にあるコントロール ポイントの座標空間の位置。
[in] pPoint7
種類: D2D1_POINT_2F*
位置 7 のコントロール ポイントの座標空間の位置。
[in] pPoint8
種類: D2D1_POINT_2F*
位置 8 のコントロール ポイントの座標空間の位置。
[in] pPoint9
種類: D2D1_POINT_2F*
コントロール ポイントの位置 9 の座標空間の位置。
[in] pPoint10
種類: D2D1_POINT_2F*
コントロール ポイントの位置 10 の座標空間の位置。
[in] pPoint11
種類: D2D1_POINT_2F*
位置 11 のコントロール ポイントの座標空間の位置。
[out] pTensorPoint11
種類: D2D1_POINT_2F*
D2D1_GRADIENT_MESH_PATCH構造体の point11 に対応するグラデーション メッシュの内部点を返します。
[out] pTensorPoint12
種類: D2D1_POINT_2F*
D2D1_GRADIENT_MESH_PATCH構造体の point12 に対応するグラデーション メッシュの内部点を返します。
[out] pTensorPoint21
種類: D2D1_POINT_2F*
D2D1_GRADIENT_MESH_PATCH構造体の point21 に対応するグラデーション メッシュの内部点を返します。
[out] pTensorPoint22
種類: D2D1_POINT_2F*
D2D1_GRADIENT_MESH_PATCH構造体の point22 に対応するグラデーション メッシュの内部点を返します。
戻り値
なし
解説
この関数は GradientMeshPatchFromCoonsPatch 関数によって呼び出され、直接使用するためのものではありません。
要件
サポートされている最小のクライアント | Windows 10 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | d2d1_3.h |
Library | D2d1.lib |
[DLL] | D2d1.dll |