ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / Vector2 Constructor / Vector2 Constructor(Single,Single)
Initial value for the X component of the vector.
Initial value for the Y component of the vector.

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

    Parameters

    x
    Initial value for the X component of the vector.
    y
    Initial value for the Y component of the vector.
    See Also