Method CreateInkStyle
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
CreateInkStyle(in InkStyleProperties)
Creates a new IDeviceInkStyle object, for use with ink rendering methods such as DrawImage(IDeviceImage, Point2Float?, in RectFloat?, InterpolationMode, CompositeMode).
IDeviceInkStyle CreateInkStyle(in InkStyleProperties inkStyleProperties)
Parameters
inkStyleProperties
InkStylePropertiesThe properties of the ink style to be created.
Returns
- IDeviceInkStyle
The new ink style object.