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