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

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

    Parameters

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