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

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

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also