Document Solutions for Imaging
DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / PaletteColor Structure / Explicit Type Conversion Operator / Explicit Type Conversion(ColorF,PaletteColor) Operator

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

    Parameters

    value
    See Also