ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Matrix3x2 Constructor / Matrix3x2 Constructor(Single)
The value that will be assigned to all components.

In This Topic
    Matrix3x2 Constructor(Single)
    In This Topic
    Initializes a new instance of the Matrix3x2 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Single _
    )
    public Matrix3x2( 
       System.float value
    )

    Parameters

    value
    The value that will be assigned to all components.
    See Also