Table of Contents

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 IDeviceInk

The ink object to be rendered.

brush IDeviceBrush

The brush with which to render the ink object.

inkStyle IDeviceInkStyle

The ink style to use when rendering the ink object.