ID2D1DeviceContext2::DrawInk method (d2d1_3.h)

Renders the given ink object using the given brush and ink style.

Syntax

void DrawInk(
  [in]           ID2D1Ink      *ink,
  [in]           ID2D1Brush    *brush,
  [in, optional] ID2D1InkStyle *inkStyle
);

Parameters

[in] ink

Type: ID2D1Ink*

The ink object to be rendered.

[in] brush

Type: ID2D1Brush*

The brush with which to render the ink object.

[in, optional] inkStyle

Type: ID2D1InkStyle*

The ink style to use when rendering the ink object.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_3.h
DLL D2d1.dll

See also

ID2D1DeviceContext2