Table of Contents

Property Transform

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Transform

Gets or sets the current transform of the device context. All subsequent drawing operations occur in the transformed space.

Matrix3x2Float Transform { get; set; }

Property Value

Matrix3x2Float

Remarks

When setting the transform, it is replaced, not multiplied.