Table of Contents

Struct InkStyleProperties

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Defines the general pen tip shape and the transform used in an IDeviceInkStyle object.
D2D1_INK_STYLE_PROPERTIES

public struct InkStyleProperties : IEquatable<InkStyleProperties>
Implements
Inherited Members

Constructors

InkStyleProperties(InkNibShape, in Matrix3x2Float)

Properties

NibShape

The pre-transform shape of the nib (pen tip) used to draw a given ink object.

NibTransform

The transform applied to the nib. Note that the translation components of the transform matrix are ignored for the purposes of rendering.

Methods

Equals(InkStyleProperties)
Equals(in InkStyleProperties)
Equals(object?)
GetHashCode()

Operators

operator ==(in InkStyleProperties, in InkStyleProperties)
operator !=(in InkStyleProperties, in InkStyleProperties)