Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID2D1DeviceContext2::DrawInk method

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

ink [in]

Type: ID2D1Ink*

The ink object to be rendered.

brush [in]

Type: ID2D1Brush*

The brush with which to render the ink object.

inkStyle [in, optional]

Type: ID2D1InkStyle*

The ink style to use when rendering the ink object.

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

ID2D1DeviceContext2

 

 

Show:
© 2017 Microsoft