Table of Contents

Struct Matrix5x4Float

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

Constructors

Matrix5x4Float(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)

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(Matrix5x4Float)
Equals(in Matrix5x4Float)
Equals(object?)
GetHashCode()
Parse(string)
ToString()
ToString(IFormatProvider?)
ToString(string?, IFormatProvider?)
TryParse(string?, out Matrix5x4Float)

Operators

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

Explicit Interface Implementations

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