Table of Contents

Enum StrokeTransformType

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Defines how the world transform, dots per inch (dpi), and stroke width affect the shape of the pen used to stroke a primitive.
D2D1_STROKE_TRANSFORM_TYPE

public enum StrokeTransformType

Fields

Normal = 0

The stroke respects the currently set world transform, the dpi, and the stroke width.

Fixed = 1

The stroke does not respect the world transform but it does respect the dpi and stroke width.

Hairline = 2

The stroke is forced to 1 pixel wide (in device space) and does not respect the world transform, the dpi, or the stroke width.