Class CoordinateParser
Inheritance
CoordinateParser
Inherited Members
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
Returns
|
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
Returns