[]
        
(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)
Public Sub New(href As SvgReference)
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)
Public Sub New(href As SvgReference, color As SvgColor)
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)
Public Sub New(color As SvgColor)
Parameters
Type Name Description
SvgColor color

SvgPaint(Color)

Initializes a new instance of the SvgPaint class from Color.

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

SvgPaint(HslColor)

Initializes a new instance of the SvgPaint class from HslColor.

Declaration
public SvgPaint(HslColor hslColor)
Public Sub New(hslColor As HslColor)
Parameters
Type Name Description
HslColor hslColor