Search Results for

    Show / Hide Table of Contents

    Class CoordinateParser

    Inheritance
    Object
    CoordinateParser
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public static class CoordinateParser

    Methods

    | Improve this Doc View Source

    TryGetBool(out Boolean, ReadOnlySpan<Char>, ref CoordinateParserState)

    Declaration
    public static bool TryGetBool(out bool result, ReadOnlySpan<char> chars, ref CoordinateParserState state)
    Parameters
    Type Name Description
    Boolean result
    ReadOnlySpan<System.Char> chars
    CoordinateParserState state
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    TryGetFloat(out Single, ReadOnlySpan<Char>, ref CoordinateParserState)

    Declaration
    public static bool TryGetFloat(out float result, ReadOnlySpan<char> chars, ref CoordinateParserState state)
    Parameters
    Type Name Description
    Single result
    ReadOnlySpan<System.Char> chars
    CoordinateParserState state
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX