Table of Contents

Class Transform

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll
[TypeConverter(typeof(ParsableTypeConverter<Transform>))]
public abstract class Transform : DependencyResource, IFormattable, IParsable<Transform>
Inheritance
Transform
Implements
Derived
Inherited Members

Properties

HasInverse
Identity
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

Clone()
CloneCurrentValue()
Parse(string)
ToString()
ToString(IFormatProvider?)
ToString(string?, IFormatProvider?)
TransformBounds(RectDouble)
TransformPoint(Point2Double)
TryParse(string?, out Transform)

Explicit Interface Implementations

Parse(string, IFormatProvider?)
TryParse(string?, IFormatProvider?, out Transform)