Table of Contents

Method CreateInk

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CreateInk(InkPoint)

Creates a new IDeviceInk object that starts at the given point.

IDeviceInk CreateInk(InkPoint startPoint)

Parameters

startPoint InkPoint

The starting point of the first segment of the first stroke in the new ink object.

Returns

IDeviceInk

The new ink object.