Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgColor Structure / SvgColor Constructor / SvgColor Constructor(Color)

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

    Parameters

    color
    See Also