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 As HslColor _
)
public SvgPaint(
HslColor
)
Parameters
- hslColor
See Also