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
ink
IDeviceInkThe ink object to be rendered.
brush
IDeviceBrushThe brush with which to render the ink object.
inkStyle
IDeviceInkStyleThe ink style to use when rendering the ink object.