ID2D1CommandSink2::DrawGradientMesh method

Renders a given gradient mesh to the target.

Syntax


void DrawGradientMesh(
  [in] ID2D1GradientMesh *gradientMesh
);

Parameters

gradientMesh [in]

Type: ID2D1GradientMesh*

The gradient mesh to be rendered.

Return value

This method does not return a value.

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Minimum supported phone

Windows 10 Mobile

Header

D2d1_3.h

DLL

D2d1.dll

See also

ID2D1CommandSink2

 

 

Show: