ID2D1GradientMesh interface (d2d1_3.h)

Represents a device-dependent representation of a gradient mesh composed of patches. Use the ID2D1DeviceContext2::CreateGradientMesh method to create an instance of ID2D1GradientMesh.

Inheritance

The ID2D1GradientMesh interface inherits from ID2D1Resource. ID2D1GradientMesh also has these types of members:

Methods

The ID2D1GradientMesh interface has these methods.

 
ID2D1GradientMesh::GetPatchCount

Returns the number of patches that make up this gradient mesh.
ID2D1GradientMesh::GetPatches

Returns a subset of the patches that make up this gradient mesh.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_3.h

See also

ID2D1Resource