ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Vector3 Constructor / Vector3 Constructor(Vector2,Single)
A vector containing the values with which to initialize the X and Y components.
Initial value for the Z component of the vector.

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

    Parameters

    value
    A vector containing the values with which to initialize the X and Y components.
    z
    Initial value for the Z component of the vector.
    See Also