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

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

    Parameters

    hsl
    See Also