Struct Matrix3x2Double
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<Matrix3x2Double>))]
[ValueSerializer(typeof(ParsableValueSerializer<Matrix3x2Double>))]
public struct Matrix3x2Double : IEquatable<Matrix3x2Double>, IFormattable, IParsable<Matrix3x2Double>
- Implements
- Inherited Members
Constructors
Properties
- IsRectilinear
Gets a flag indicating whether this matrix consists of only translation and scaling.