SvgPaint Constructor
SvgPaint(SvgReference)
Declaration
public SvgPaint(SvgReference href)
Public Sub New(href As SvgReference)
Parameters
SvgPaint(SvgReference, SvgColor)
Declaration
public SvgPaint(SvgReference href, SvgColor color)
Public Sub New(href As SvgReference, color As SvgColor)
Parameters
SvgPaint(SvgColor)
Declaration
public SvgPaint(SvgColor color)
Public Sub New(color As SvgColor)
Parameters
SvgPaint(Color)
Declaration
public SvgPaint(Color color)
Public Sub New(color As Color)
Parameters
Type |
Name |
Description |
Color |
color |
|
SvgPaint(HslColor)
Declaration
public SvgPaint(HslColor hslColor)
Public Sub New(hslColor As HslColor)
Parameters