ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Vector4,Vector2) Operator
The value.

In This Topic
    Explicit Type Conversion(Vector4,Vector2) Operator
    In This Topic
    Performs an explicit conversion from Vector2 to Vector4.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As Vector2 _
    ) As Vector4
    public Vector4 operator explicit( 
       Vector2 value
    )

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also