Method DrawInk
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
DrawInk(IDeviceInk, IDeviceBrush, IDeviceInkStyle?)
Renders the given ink object using the given brush and ink style.
void DrawInk(IDeviceInk ink, IDeviceBrush brush, IDeviceInkStyle? inkStyle)
Parameters
inkIDeviceInkThe ink object to be rendered.
brushIDeviceBrushThe brush with which to render the ink object.
inkStyleIDeviceInkStyleThe ink style to use when rendering the ink object.