Search Results for

    Show / Hide Table of Contents

    Struct SVGWriter.Style

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Style

    Fields

    Default

    Declaration
    public static readonly SVGWriter.Style Default
    Field Value
    Type Description
    SVGWriter.Style

    fill

    Declaration
    public string fill
    Field Value
    Type Description
    String

    stroke

    Declaration
    public string stroke
    Field Value
    Type Description
    String

    stroke_width

    Declaration
    public float stroke_width
    Field Value
    Type Description
    Single

    Methods

    Filled(String, String, Single)

    Declaration
    public static SVGWriter.Style Filled(string fillCol, string strokeCol = "", float strokeWidth = 0F)
    Parameters
    Type Name Description
    String fillCol
    String strokeCol
    Single strokeWidth
    Returns
    Type Description
    SVGWriter.Style

    Outline(String, Single)

    Declaration
    public static SVGWriter.Style Outline(string strokeCol, float strokeWidth)
    Parameters
    Type Name Description
    String strokeCol
    Single strokeWidth
    Returns
    Type Description
    SVGWriter.Style

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    In This Article
    Back to top ViRGIS VR GIS