[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaint.-ctor

SvgPaint Constructor

SvgPaint(SvgReference)

Initializes a new instance of the SvgPaint class from SvgReference.

Declaration
public SvgPaint(SvgReference href)
Parameters
Type Name Description
SvgReference href

SvgPaint(SvgReference, SvgColor)

Initializes a new instance of the SvgPaint class from SvgReference and SvgColor.

Declaration
public SvgPaint(SvgReference href, SvgColor color)
Parameters
Type Name Description
SvgReference href
SvgColor color

SvgPaint(SvgColor)

Initializes a new instance of the SvgPaint class from SvgColor.

Declaration
public SvgPaint(SvgColor color)
Parameters
Type Name Description
SvgColor color

SvgPaint(Color)

Initializes a new instance of the SvgPaint class from Color.

Declaration
public SvgPaint(Color color)
Parameters
Type Name Description
Color color

SvgPaint(HslColor)

Initializes a new instance of the SvgPaint class from HslColor.

Declaration
public SvgPaint(HslColor hslColor)
Parameters
Type Name Description
HslColor hslColor