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
- Inverse
Gets the inverse of this transformation, if it exists, or null if it doesn't.
- Value
Gets the current transformation as a Matrix3x2Double value.