Struct SVGWriter.Style
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
Fields
Default
Declaration
public static readonly SVGWriter.Style Default
Field Value
fill
Declaration
Field Value
stroke
Declaration
Field Value
stroke_width
Declaration
public float stroke_width
Field Value
Methods
Filled(String, String, Single)
Declaration
public static SVGWriter.Style Filled(string fillCol, string strokeCol = "", float strokeWidth = 0F)
Parameters
Returns
Outline(String, Single)
Declaration
public static SVGWriter.Style Outline(string strokeCol, float strokeWidth)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides