Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(Color)
The System.Drawing.Color value.

In This Topic
    PaletteColor Constructor(Color)
    In This Topic
    Initializes a new instance of the PaletteColor struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public PaletteColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    The System.Drawing.Color value.
    See Also