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

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

    Parameters

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