[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgColor.-ctor

SvgColor Constructor

SvgColor(Color)

Initializes a new instance of the SvgColor struct from the Color value.

Declaration
public SvgColor(Color color)
Public Sub New(color As Color)
Parameters
Type Name Description
Color color

SvgColor(int)

Initializes a new instance of the SvgColor struct from a 32-bit ARGB value.

Declaration
public SvgColor(int argb)
Public Sub New(argb As Integer)
Parameters
Type Name Description
int argb

SvgColor(HslColor)

Initializes a new instance of the SvgColor struct from the HslColor value.

Declaration
public SvgColor(HslColor hsl)
Public Sub New(hsl As HslColor)
Parameters
Type Name Description
HslColor hsl