Table of Contents

Class IdentityTransform

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll
public sealed class IdentityTransform : Transform, IFormattable, IParsable<Transform>
Inheritance
IdentityTransform
Implements
Inherited Members

Constructors

IdentityTransform()

Properties

HasInverse
Instance
Inverse

Gets the inverse of this transformation, if it exists, or null if it doesn't.

IsIdentity
Value

Gets the current transformation as a Matrix3x2Double value.

Methods

CreateInstanceCore()