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 |
|
|
DLL |
|
See also
Show: