diff --git a/api/Svg.AttributeEventArgs.html b/api/Svg.AttributeEventArgs.html index a60b2a072..4cb9b0503 100644 --- a/api/Svg.AttributeEventArgs.html +++ b/api/Svg.AttributeEventArgs.html @@ -89,7 +89,7 @@
public static bool TryGetBool(out bool result, ref ReadOnlySpan<char> chars, ref CoordinateParserState state)
+ public static bool TryGetBool(out bool result, ReadOnlySpan<char> chars, ref CoordinateParserState state)
ReadOnlySpan<System.Char> | +ReadOnlySpan<Char> | chars |
public static bool TryGetFloat(out float result, ref ReadOnlySpan<char> chars, ref CoordinateParserState state)
+ public static bool TryGetFloat(out float result, ReadOnlySpan<char> chars, ref CoordinateParserState state)
Single | +System.Single | result | |
ReadOnlySpan<System.Char> | +ReadOnlySpan<Char> | chars |
public SvgMemoryException()
protected SvgMemoryException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
The document at the specified path
cannot be found.
The document at the specified path
cannot be found.
The document at the specified path
cannot be found.
The document at the specified path
cannot be found.
Attempts to open an SVG document from the specified XmlReader.
+Attempts to open an SVG document from the specified System.Xml.XmlReader.
The XmlReader containing the SVG document to open.
+The System.Xml.XmlReader containing the SVG document to open.
public SvgException()
protected SvgException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
protected SvgGdiPlusCannotBeLoadedException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
The opacity of the colour blend.
public SvgIDException()
protected SvgIDException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
public SvgIDExistsException()
protected SvgIDExistsException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
public SvgIDWrongFormatException()
protected SvgIDWrongFormatException(SerializationInfo info, StreamingContext context)
- Type | -Name | -Description | -
---|---|---|
SerializationInfo | -info | -- |
StreamingContext | -context | -- |
Represents a list of Single.
+Represents a list of System.Single.
ReadOnlySpan<System.Char> | +ReadOnlySpan<Char> | numbers | |
System.Collections.IEnumerator | +IEnumerator | ||
Single | +System.Single | angle | |
Single | +System.Single |
Performs an implicit conversion from Single to SvgOrient.
+Performs an implicit conversion from System.Single to SvgOrient.
The value.
The opacity of the brush.
A String containing path data.
The opacity of the brush.
The value.
The value.
The representation of the current unit in a device value (usually pixels).
Performs an implicit conversion from SvgUnit to Single.
+Performs an implicit conversion from SvgUnit to System.Single.
The result of the conversion.
Performs an implicit conversion from Single to SvgUnit.
+Performs an implicit conversion from System.Single to SvgUnit.
The value.
ReadOnlySpan<System.Char> | +ReadOnlySpan<Char> | points |
The min X.
The min Y.
The width.
The height.