ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure
Fields Properties Methods


In This Topic
    Matrix5x4 Structure Members
    In This Topic

    The following tables list the members exposed by Matrix5x4.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The identity Matrix5x4.  
    Public FieldValue at row 1 column 1 of the Matrix5x4.  
    Public FieldValue at row 1 column 2 of the Matrix5x4.  
    Public FieldValue at row 1 column 3 of the Matrix5x4.  
    Public FieldValue at row 1 column 4 of the Matrix5x4.  
    Public FieldValue at row 2 column 1 of the Matrix5x4.  
    Public FieldValue at row 2 column 2 of the Matrix5x4.  
    Public FieldValue at row 2 column 3 of the Matrix5x4.  
    Public FieldValue at row 2 column 4 of the Matrix5x4.  
    Public FieldValue at row 3 column 1 of the Matrix5x4.  
    Public FieldValue at row 3 column 2 of the Matrix5x4.  
    Public FieldValue at row 3 column 3 of the Matrix5x4.  
    Public FieldValue at row 3 column 4 of the Matrix5x4.  
    Public FieldValue at row 4 column 1 of the Matrix5x4.  
    Public FieldValue at row 4 column 2 of the Matrix5x4.  
    Public FieldValue at row 4 column 3 of the Matrix5x4.  
    Public FieldValue at row 4 column 4 of the Matrix5x4.  
    Public FieldValue at row 5 column 1 of the Matrix5x4.  
    Public FieldValue at row 5 column 2 of the Matrix5x4.  
    Public FieldValue at row 5 column 3 of the Matrix5x4.  
    Public FieldValue at row 5 column 4 of the Matrix5x4.  
    Public FieldThe size of the Matrix5x4 type, in bytes.  
    Public Fieldstatic (Shared in Visual Basic)A Matrix5x4 with all of its components set to zero.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is an identity Matrix5x4.  
    Public PropertyOverloaded. Gets or sets the component at the specified index.  
    Public PropertyGets or sets the first row in the Matrix5x4; that is M11, M12, M13, and M14.  
    Public PropertyGets or sets the second row in the Matrix5x4; that is M21, M22, M23, and M24.  
    Public PropertyGets or sets the third row in the Matrix5x4; that is M31, M32, M33, and M34.  
    Public PropertyGets or sets the fourth row in the Matrix5x4; that is M41, M42, M43, and M44.  
    Public PropertyGets or sets the fifth row in the Matrix5x4; that is M51, M52, M53, and M54.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Determines the sum of two matrices.  
    Public Methodstatic (Shared in Visual Basic)Determines the sum of two matrices.  
    Public Methodstatic (Shared in Visual Basic)Divides a Matrix5x4 by the given value.  
    Public Methodstatic (Shared in Visual Basic)Divides a Matrix5x4 by the given value.  
    Public MethodOverloaded. Determines whether the specified Matrix5x4 is equal to this instance.  
    Public MethodDetermines whether the specified Matrix5x4 is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public Methodstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
    Public Methodstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
    Public Methodstatic (Shared in Visual Basic)Scales a Matrix5x4 by the given value.  
    Public Methodstatic (Shared in Visual Basic)Scales a Matrix5x4 by the given value.  
    Public Methodstatic (Shared in Visual Basic)Negates a Matrix5x4.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Negates a Matrix5x4.  
    Public Methodstatic (Shared in Visual Basic)Determines the difference between two matrices.  
    Public Methodstatic (Shared in Visual Basic)Determines the difference between two matrices.  
    Public MethodCreates an array containing the elements of the Matrix5x4.  
    Public MethodOverloaded. Returns a string that represents the current object.  
    Top
    Public Operators
    Adds two matricies.
    Scales a Matrix5x4 by a given value.
    Tests for equality between two objects.
    Tests for inequality between two objects.
    Overloaded. Scales a Matrix5x4 by a given value.
    Subtracts two matricies.
    Negates a Matrix5x4.
    Top
    See Also