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

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

    Parameters

    hslColor
    See Also