Table of Contents

Struct Matrix5x4Double

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<Matrix5x4Double>))]
[ValueSerializer(typeof(ParsableValueSerializer<Matrix5x4Double>))]
public struct Matrix5x4Double : IEquatable<Matrix5x4Double>, IFormattable, IParsable<Matrix5x4Double>
Implements
Inherited Members

Constructors

Matrix5x4Double(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)

Properties

BoxedIdentity
Identity
IsFinite
IsIdentity
M11
M12
M13
M14
M21
M22
M23
M24
M31
M32
M33
M34
M41
M42
M43
M44
M51
M52
M53
M54
NaN

Methods

Equals(Matrix5x4Double)
Equals(in Matrix5x4Double)
Equals(object?)
GetHashCode()
Parse(string)
ToString()
ToString(IFormatProvider?)
ToString(string?, IFormatProvider?)
TryParse(string?, out Matrix5x4Double)

Operators

operator ==(in Matrix5x4Double, in Matrix5x4Double)
explicit operator Matrix5x4Double(in Matrix5x4Float)
operator !=(in Matrix5x4Double, in Matrix5x4Double)

Explicit Interface Implementations

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