Skip to content

Latest commit

 

History

History
158 lines (102 loc) · 5.58 KB

nf-d2d1_3-d2d1getgradientmeshinteriorpointsfromcoonspatch.md

File metadata and controls

158 lines (102 loc) · 5.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1_3.D2D1GetGradientMeshInteriorPointsFromCoonsPatch
D2D1GetGradientMeshInteriorPointsFromCoonsPatch function (d2d1_3.h)
Returns the interior points for a gradient mesh patch based on the points defining a Coons patch.
D2D1GetGradientMeshInteriorPointsFromCoonsPatch
D2D1GetGradientMeshInteriorPointsFromCoonsPatch function [Direct2D]
d2d1_3/D2D1GetGradientMeshInteriorPointsFromCoonsPatch
direct2d.d2d1getgradientmeshinteriorpointsfromcoonspatch
direct2d\d2d1getgradientmeshinteriorpointsfromcoonspatch.htm
Direct2D
388d5cbf-cb15-f0c9-3f3b-897f68519a4c
12/05/2018
D2D1GetGradientMeshInteriorPointsFromCoonsPatch, D2D1GetGradientMeshInteriorPointsFromCoonsPatch function [Direct2D], d2d1_3/D2D1GetGradientMeshInteriorPointsFromCoonsPatch, direct2d.d2d1getgradientmeshinteriorpointsfromcoonspatch
d2d1_3.h
Windows
Windows 10 [desktop apps \| UWP apps]
Windows Server 2016 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
D2D1GetGradientMeshInteriorPointsFromCoonsPatch
d2d1_3/D2D1GetGradientMeshInteriorPointsFromCoonsPatch
c++
APIRef
kbSyntax
DllExport
D2d1.dll
D2D1GetGradientMeshInteriorPointsFromCoonsPatch

D2D1GetGradientMeshInteriorPointsFromCoonsPatch function

-description

Returns the interior points for a gradient mesh patch based on the points defining a Coons patch.

Note  

This function is called by the GradientMeshPatchFromCoonsPatch function and is not intended to be used directly.

 

-parameters

-param pPoint0 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 0.

-param pPoint1 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 1.

-param pPoint2 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 2.

-param pPoint3 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 3.

-param pPoint4 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 4.

-param pPoint5 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 5.

-param pPoint6 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 6.

-param pPoint7 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 7.

-param pPoint8 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 8.

-param pPoint9 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 9.

-param pPoint10 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 10.

-param pPoint11 [in]

Type: D2D1_POINT_2F*

The coordinate-space location of the control point at position 11.

-param pTensorPoint11 [out]

Type: D2D1_POINT_2F*

Returns the interior point for the gradient mesh corresponding to point11 in the D2D1_GRADIENT_MESH_PATCH structure.

-param pTensorPoint12 [out]

Type: D2D1_POINT_2F*

Returns the interior point for the gradient mesh corresponding to point12 in the D2D1_GRADIENT_MESH_PATCH structure.

-param pTensorPoint21 [out]

Type: D2D1_POINT_2F*

Returns the interior point for the gradient mesh corresponding to point21 in the D2D1_GRADIENT_MESH_PATCH structure.

-param pTensorPoint22 [out]

Type: D2D1_POINT_2F*

Returns the interior point for the gradient mesh corresponding to point22 in the D2D1_GRADIENT_MESH_PATCH structure.

-remarks

This function is called by the GradientMeshPatchFromCoonsPatch function and is not intended to be used directly.