Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / Matrix4x4 Constructor / Matrix4x4 Constructor(Single)
The value that will be assigned to all components.

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

    Parameters

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