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 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
AttributeEventArgs
@@ -120,7 +120,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg
diff --git a/api/Svg.ChildAddedEventArgs.html b/api/Svg.ChildAddedEventArgs.html index 347c7e47e..99ac86a17 100644 --- a/api/Svg.ChildAddedEventArgs.html +++ b/api/Svg.ChildAddedEventArgs.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
ChildAddedEventArgs
@@ -120,7 +120,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg
diff --git a/api/Svg.ContentEventArgs.html b/api/Svg.ContentEventArgs.html index b8172a535..48db73627 100644 --- a/api/Svg.ContentEventArgs.html +++ b/api/Svg.ContentEventArgs.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
ContentEventArgs
@@ -120,7 +120,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg
diff --git a/api/Svg.CoordinateParser.html b/api/Svg.CoordinateParser.html index 083e542c4..c374774e9 100644 --- a/api/Svg.CoordinateParser.html +++ b/api/Svg.CoordinateParser.html @@ -111,7 +111,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg
@@ -124,18 +124,18 @@

Methods

| - Improve this Doc + Improve this Doc View Source -

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

+

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

Declaration
-
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)
Parameters
@@ -153,7 +153,7 @@
Parameters
- + @@ -181,18 +181,18 @@
Returns
ReadOnlySpan<System.Char>ReadOnlySpan<Char> chars
| - Improve this Doc + Improve this Doc View Source -

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

+

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

Declaration
-
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)
Parameters
@@ -205,12 +205,12 @@
Parameters
- + - + diff --git a/api/Svg.DataTypes.SvgOrientConverter.html b/api/Svg.DataTypes.SvgOrientConverter.html index e24524916..b6084c271 100644 --- a/api/Svg.DataTypes.SvgOrientConverter.html +++ b/api/Svg.DataTypes.SvgOrientConverter.html @@ -94,7 +94,7 @@
Inheritance
Inherited Members
- System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
TypeConverter.CanConvertTo(Type) @@ -124,7 +124,7 @@
Inherited Members
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
- TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
TypeConverter.GetProperties(Object) @@ -187,13 +187,13 @@
Inherited Members
TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
- TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object) @@ -214,7 +214,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg.DataTypes
@@ -391,7 +391,7 @@
Returns
SingleSystem.Single result
ReadOnlySpan<System.Char>ReadOnlySpan<Char> chars
Overrides
-
System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
+
TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
| Improve this Doc diff --git a/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html b/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html index 63ed41318..c69e384ff 100644 --- a/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html +++ b/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html @@ -94,7 +94,7 @@
Inheritance
Inherited Members
- System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
TypeConverter.CanConvertTo(Type) @@ -124,7 +124,7 @@
Inherited Members
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
- TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
TypeConverter.GetProperties(Object) @@ -187,13 +187,13 @@
Inherited Members
TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
- TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object) @@ -214,7 +214,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg.DataTypes
@@ -391,7 +391,7 @@
Returns
Overrides
-
System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
+
TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
| Improve this Doc diff --git a/api/Svg.Document_Structure.SvgSymbol.html b/api/Svg.Document_Structure.SvgSymbol.html index 7273684f8..efdfdbaba 100644 --- a/api/Svg.Document_Structure.SvgSymbol.html +++ b/api/Svg.Document_Structure.SvgSymbol.html @@ -96,7 +96,7 @@
Inheritance
Implements
ISvgTransformable
-
System.ICloneable
+
ICloneable
ISvgNode
ISvgStylable
ISvgBoundable
@@ -510,7 +510,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg.Document_Structure
@@ -543,7 +543,7 @@

Implements

ISvgTransformable
- System.ICloneable + System.ICloneable
ISvgNode diff --git a/api/Svg.EnumBaseConverter-1.html b/api/Svg.EnumBaseConverter-1.html index b461479a6..454ca8d90 100644 --- a/api/Svg.EnumBaseConverter-1.html +++ b/api/Svg.EnumBaseConverter-1.html @@ -126,7 +126,7 @@
Inheritance
Inherited Members
- System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -159,7 +159,7 @@
Inherited Members
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
- TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -192,7 +192,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
TypeConverter.GetProperties(Object) @@ -222,13 +222,13 @@
Inherited Members
TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
- TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object) @@ -249,7 +249,7 @@
Inherited Members
Object.ReferenceEquals(Object, Object)
- System.Object.ToString() + Object.ToString()
Namespace: Svg
@@ -457,7 +457,7 @@
Returns
Overrides
-
System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
+
TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
| Improve this Doc diff --git a/api/Svg.Exceptions.SvgMemoryException.html b/api/Svg.Exceptions.SvgMemoryException.html index 0843b7e48..61a301539 100644 --- a/api/Svg.Exceptions.SvgMemoryException.html +++ b/api/Svg.Exceptions.SvgMemoryException.html @@ -93,15 +93,12 @@
Inheritance
Implements
-
ISerializable
+
System.Runtime.Serialization.ISerializable
Inherited Members
- Exception.GetBaseException() -
-
- Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
Exception.GetType() @@ -122,7 +119,7 @@
Inherited Members
Exception.InnerException
- Exception.Message + System.Exception.Message
Exception.Source @@ -166,7 +163,7 @@

Constructors Improve this Doc - View Source + View Source

SvgMemoryException()

@@ -176,49 +173,12 @@
Declaration
public SvgMemoryException()
- - | - Improve this Doc - - - View Source - - -

SvgMemoryException(SerializationInfo, StreamingContext)

-
-
-
Declaration
-
-
protected SvgMemoryException(SerializationInfo info, StreamingContext context)
-
-
Parameters
- - - - - - - - - - - - - - - - - - - - -
TypeNameDescription
SerializationInfoinfo
StreamingContextcontext
| Improve this Doc - View Source + View Source

SvgMemoryException(String)

@@ -250,7 +210,7 @@
Parameters
Improve this Doc - View Source + View Source

SvgMemoryException(String, Exception)

@@ -284,7 +244,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
@@ -297,7 +257,7 @@

Implements

Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.ExtensionMethods.UriExtensions.html b/api/Svg.ExtensionMethods.UriExtensions.html index a2593b243..a45269b77 100644 --- a/api/Svg.ExtensionMethods.UriExtensions.html +++ b/api/Svg.ExtensionMethods.UriExtensions.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.ExtensionMethods
    @@ -148,7 +148,7 @@
    Parameters
    - Uri + System.Uri uri @@ -164,7 +164,7 @@
    Returns
    - Uri + System.Uri diff --git a/api/Svg.Extensions.html b/api/Svg.Extensions.html index e2e4fa3b1..5056201a2 100644 --- a/api/Svg.Extensions.html +++ b/api/Svg.Extensions.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.ExternalTypeExtensions.html b/api/Svg.ExternalTypeExtensions.html index 83f7e51fc..8cd8edcae 100644 --- a/api/Svg.ExternalTypeExtensions.html +++ b/api/Svg.ExternalTypeExtensions.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -153,7 +153,7 @@
    Parameters
    - Uri + System.Uri uri diff --git a/api/Svg.FilterEffects.ImageBuffer.html b/api/Svg.FilterEffects.ImageBuffer.html index 022e64e43..8a0dd43f2 100644 --- a/api/Svg.FilterEffects.ImageBuffer.html +++ b/api/Svg.FilterEffects.ImageBuffer.html @@ -96,13 +96,13 @@
    Implements
    IDictionary<String, Bitmap>
    ICollection<KeyValuePair<String, Bitmap>>
    IReadOnlyDictionary<String, Bitmap>
    -
    System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, Bitmap>>
    +
    IReadOnlyCollection<KeyValuePair<String, Bitmap>>
    IEnumerable<KeyValuePair<String, Bitmap>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    IDisposable
    @@ -120,7 +120,7 @@
    Inherited Members
    Dictionary<String, Bitmap>.Clear()
    - System.Collections.Generic.Dictionary<System.String, Bitmap>.ContainsKey(System.String) + Dictionary<String, Bitmap>.ContainsKey(String)
    Dictionary<String, Bitmap>.ContainsValue(Bitmap) @@ -131,14 +131,11 @@
    Inherited Members
    Dictionary<String, Bitmap>.GetEnumerator()
    -
    - Dictionary<String, Bitmap>.GetObjectData(SerializationInfo, StreamingContext) -
    Dictionary<String, Bitmap>.OnDeserialization(Object)
    - Dictionary<String, Bitmap>.Remove(String) + System.Collections.Generic.Dictionary<System.String, Bitmap>.Remove(System.String)
    Dictionary<String, Bitmap>.Remove(String, Bitmap) @@ -174,10 +171,10 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.Remove(System.Object)
    - Dictionary<String, Bitmap>.IEnumerable.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IEnumerable.GetEnumerator()
    - Dictionary<String, Bitmap>.TrimExcess() + System.Collections.Generic.Dictionary<System.String, Bitmap>.TrimExcess()
    Dictionary<String, Bitmap>.TrimExcess(Int32) @@ -186,10 +183,10 @@
    Inherited Members
    Dictionary<String, Bitmap>.TryAdd(String, Bitmap)
    - Dictionary<String, Bitmap>.TryGetValue(String, Bitmap) + System.Collections.Generic.Dictionary<System.String, Bitmap>.TryGetValue(System.String, Bitmap)
    - Dictionary<String, Bitmap>.Comparer + System.Collections.Generic.Dictionary<System.String, Bitmap>.Comparer
    Dictionary<String, Bitmap>.Count @@ -216,7 +213,7 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IReadOnlyDictionary<System.String, Bitmap>.Values
    - System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.ICollection.IsSynchronized + Dictionary<String, Bitmap>.ICollection.IsSynchronized
    Dictionary<String, Bitmap>.ICollection.SyncRoot @@ -258,7 +255,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -300,7 +297,7 @@
    Parameters
    - Single + System.Single inflate @@ -651,7 +648,7 @@

    Implements

    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T> @@ -669,7 +666,7 @@

    Implements

    System.Runtime.Serialization.IDeserializationCallback
    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    System.IDisposable diff --git a/api/Svg.FilterEffects.SvgBlend.html b/api/Svg.FilterEffects.SvgBlend.html index d9e4f6d34..56fb9a39d 100644 --- a/api/Svg.FilterEffects.SvgBlend.html +++ b/api/Svg.FilterEffects.SvgBlend.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -621,7 +621,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgColourMatrix.html b/api/Svg.FilterEffects.SvgColourMatrix.html index 67df5da14..6e63bab03 100644 --- a/api/Svg.FilterEffects.SvgColourMatrix.html +++ b/api/Svg.FilterEffects.SvgColourMatrix.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -474,7 +474,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -673,7 +673,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgComponentTransfer.html b/api/Svg.FilterEffects.SvgComponentTransfer.html index 650cda4b5..4e9c64084 100644 --- a/api/Svg.FilterEffects.SvgComponentTransfer.html +++ b/api/Svg.FilterEffects.SvgComponentTransfer.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -559,7 +559,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgComponentTransferFunction.html b/api/Svg.FilterEffects.SvgComponentTransferFunction.html index 496e29ec9..32e3ae0a5 100644 --- a/api/Svg.FilterEffects.SvgComponentTransferFunction.html +++ b/api/Svg.FilterEffects.SvgComponentTransferFunction.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -443,7 +443,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -479,7 +479,7 @@
    Property Value
    - Single + System.Single @@ -509,7 +509,7 @@
    Property Value
    - Single + System.Single @@ -539,7 +539,7 @@
    Property Value
    - Single + System.Single @@ -569,7 +569,7 @@
    Property Value
    - Single + System.Single @@ -599,7 +599,7 @@
    Property Value
    - Single + System.Single @@ -669,7 +669,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgComposite.html b/api/Svg.FilterEffects.SvgComposite.html index b8c092bcd..116c11542 100644 --- a/api/Svg.FilterEffects.SvgComposite.html +++ b/api/Svg.FilterEffects.SvgComposite.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -543,7 +543,7 @@
    Property Value
    - Single + System.Single @@ -573,7 +573,7 @@
    Property Value
    - Single + System.Single @@ -603,7 +603,7 @@
    Property Value
    - Single + System.Single @@ -633,7 +633,7 @@
    Property Value
    - Single + System.Single @@ -741,7 +741,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgConvolveMatrix.html b/api/Svg.FilterEffects.SvgConvolveMatrix.html index 2a9f1f5af..4e0656482 100644 --- a/api/Svg.FilterEffects.SvgConvolveMatrix.html +++ b/api/Svg.FilterEffects.SvgConvolveMatrix.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -513,7 +513,7 @@
    Property Value
    - Single + System.Single @@ -543,7 +543,7 @@
    Property Value
    - Single + System.Single @@ -831,7 +831,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgDiffuseLighting.html b/api/Svg.FilterEffects.SvgDiffuseLighting.html index 5cbf5efc1..b220ce6bb 100644 --- a/api/Svg.FilterEffects.SvgDiffuseLighting.html +++ b/api/Svg.FilterEffects.SvgDiffuseLighting.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -513,7 +513,7 @@
    Property Value
    - Single + System.Single @@ -634,7 +634,7 @@
    Property Value
    - Single + System.Single @@ -712,7 +712,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgDisplacementMap.html b/api/Svg.FilterEffects.SvgDisplacementMap.html index efdd6225e..e58781da3 100644 --- a/api/Svg.FilterEffects.SvgDisplacementMap.html +++ b/api/Svg.FilterEffects.SvgDisplacementMap.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -543,7 +543,7 @@
    Property Value
    - Single + System.Single @@ -681,7 +681,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgDistantLight.html b/api/Svg.FilterEffects.SvgDistantLight.html index 76fd06c03..b47a8c004 100644 --- a/api/Svg.FilterEffects.SvgDistantLight.html +++ b/api/Svg.FilterEffects.SvgDistantLight.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -473,7 +473,7 @@
    Property Value
    - Single + System.Single @@ -503,7 +503,7 @@
    Property Value
    - Single + System.Single @@ -547,7 +547,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFilter.html b/api/Svg.FilterEffects.SvgFilter.html index f1fbe9ae8..adf2cfa03 100644 --- a/api/Svg.FilterEffects.SvgFilter.html +++ b/api/Svg.FilterEffects.SvgFilter.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -434,7 +434,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -534,7 +534,7 @@
    Property Value
    - Uri + System.Uri @@ -779,7 +779,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFilterPrimitive.html b/api/Svg.FilterEffects.SvgFilterPrimitive.html index 7f0773046..aff0fce94 100644 --- a/api/Svg.FilterEffects.SvgFilterPrimitive.html +++ b/api/Svg.FilterEffects.SvgFilterPrimitive.html @@ -110,7 +110,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -455,7 +455,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -891,7 +891,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFlood.html b/api/Svg.FilterEffects.SvgFlood.html index 636d747af..977c2fcb4 100644 --- a/api/Svg.FilterEffects.SvgFlood.html +++ b/api/Svg.FilterEffects.SvgFlood.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -543,7 +543,7 @@
    Property Value
    - Single + System.Single @@ -621,7 +621,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFuncA.html b/api/Svg.FilterEffects.SvgFuncA.html index f5e823e04..a077f6f59 100644 --- a/api/Svg.FilterEffects.SvgFuncA.html +++ b/api/Svg.FilterEffects.SvgFuncA.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -458,7 +458,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -507,7 +507,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFuncB.html b/api/Svg.FilterEffects.SvgFuncB.html index 0709f918f..753f1e4f7 100644 --- a/api/Svg.FilterEffects.SvgFuncB.html +++ b/api/Svg.FilterEffects.SvgFuncB.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -458,7 +458,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -507,7 +507,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFuncG.html b/api/Svg.FilterEffects.SvgFuncG.html index 8fe54197d..43fda51ea 100644 --- a/api/Svg.FilterEffects.SvgFuncG.html +++ b/api/Svg.FilterEffects.SvgFuncG.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -458,7 +458,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -507,7 +507,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgFuncR.html b/api/Svg.FilterEffects.SvgFuncR.html index e5f4568cf..293632635 100644 --- a/api/Svg.FilterEffects.SvgFuncR.html +++ b/api/Svg.FilterEffects.SvgFuncR.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -458,7 +458,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -507,7 +507,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgGaussianBlur.html b/api/Svg.FilterEffects.SvgGaussianBlur.html index 8857e50b2..89beb9d3a 100644 --- a/api/Svg.FilterEffects.SvgGaussianBlur.html +++ b/api/Svg.FilterEffects.SvgGaussianBlur.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -639,7 +639,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgImage.html b/api/Svg.FilterEffects.SvgImage.html index cb1e2b2ec..448f36363 100644 --- a/api/Svg.FilterEffects.SvgImage.html +++ b/api/Svg.FilterEffects.SvgImage.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -622,7 +622,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgMerge.html b/api/Svg.FilterEffects.SvgMerge.html index faca90359..e77b68373 100644 --- a/api/Svg.FilterEffects.SvgMerge.html +++ b/api/Svg.FilterEffects.SvgMerge.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -559,7 +559,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgMergeNode.html b/api/Svg.FilterEffects.SvgMergeNode.html index 44e0e1bca..300bc09e5 100644 --- a/api/Svg.FilterEffects.SvgMergeNode.html +++ b/api/Svg.FilterEffects.SvgMergeNode.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -517,7 +517,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgMorphology.html b/api/Svg.FilterEffects.SvgMorphology.html index 765a32486..6925b8129 100644 --- a/api/Svg.FilterEffects.SvgMorphology.html +++ b/api/Svg.FilterEffects.SvgMorphology.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -621,7 +621,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgOffset.html b/api/Svg.FilterEffects.SvgOffset.html index 4fa39fb7f..70d1db702 100644 --- a/api/Svg.FilterEffects.SvgOffset.html +++ b/api/Svg.FilterEffects.SvgOffset.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -477,7 +477,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -628,7 +628,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgPointLight.html b/api/Svg.FilterEffects.SvgPointLight.html index 37bbcb1e3..632282fdf 100644 --- a/api/Svg.FilterEffects.SvgPointLight.html +++ b/api/Svg.FilterEffects.SvgPointLight.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -473,7 +473,7 @@
    Property Value
    - Single + System.Single @@ -503,7 +503,7 @@
    Property Value
    - Single + System.Single @@ -533,7 +533,7 @@
    Property Value
    - Single + System.Single @@ -577,7 +577,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgSpecularLighting.html b/api/Svg.FilterEffects.SvgSpecularLighting.html index 11a3e122c..eda9261b8 100644 --- a/api/Svg.FilterEffects.SvgSpecularLighting.html +++ b/api/Svg.FilterEffects.SvgSpecularLighting.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -604,7 +604,7 @@
    Property Value
    - Single + System.Single @@ -634,7 +634,7 @@
    Property Value
    - Single + System.Single @@ -664,7 +664,7 @@
    Property Value
    - Single + System.Single @@ -742,7 +742,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgSpotLight.html b/api/Svg.FilterEffects.SvgSpotLight.html index 46bdceadc..eb71c58a4 100644 --- a/api/Svg.FilterEffects.SvgSpotLight.html +++ b/api/Svg.FilterEffects.SvgSpotLight.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -473,7 +473,7 @@
    Property Value
    - Single + System.Single @@ -503,7 +503,7 @@
    Property Value
    - Single + System.Single @@ -533,7 +533,7 @@
    Property Value
    - Single + System.Single @@ -563,7 +563,7 @@
    Property Value
    - Single + System.Single @@ -593,7 +593,7 @@
    Property Value
    - Single + System.Single @@ -623,7 +623,7 @@
    Property Value
    - Single + System.Single @@ -653,7 +653,7 @@
    Property Value
    - Single + System.Single @@ -683,7 +683,7 @@
    Property Value
    - Single + System.Single @@ -727,7 +727,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgTile.html b/api/Svg.FilterEffects.SvgTile.html index 4091558ed..e9c401d5d 100644 --- a/api/Svg.FilterEffects.SvgTile.html +++ b/api/Svg.FilterEffects.SvgTile.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -559,7 +559,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.FilterEffects.SvgTurbulence.html b/api/Svg.FilterEffects.SvgTurbulence.html index 2eabf3dfe..7d28c8060 100644 --- a/api/Svg.FilterEffects.SvgTurbulence.html +++ b/api/Svg.FilterEffects.SvgTurbulence.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -476,7 +476,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.FilterEffects
    @@ -573,7 +573,7 @@
    Property Value
    - Single + System.Single @@ -711,7 +711,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.GdiFontDefn.html b/api/Svg.GdiFontDefn.html index bc1bfcc28..d26dead14 100644 --- a/api/Svg.GdiFontDefn.html +++ b/api/Svg.GdiFontDefn.html @@ -116,7 +116,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -158,7 +158,7 @@
    Parameters
    - Single + System.Single ppi @@ -191,7 +191,7 @@
    Property Value
    - Single + System.Single @@ -221,7 +221,7 @@
    Property Value
    - Single + System.Single @@ -269,7 +269,7 @@
    Parameters
    - PointF + System.Drawing.PointF location @@ -317,7 +317,7 @@
    Returns
    - Single + System.Single diff --git a/api/Svg.IFontDefn.html b/api/Svg.IFontDefn.html index 2471485dc..e25f9d9a3 100644 --- a/api/Svg.IFontDefn.html +++ b/api/Svg.IFontDefn.html @@ -124,7 +124,7 @@
    Property Value
    - Single + System.Single @@ -154,7 +154,7 @@
    Property Value
    - Single + System.Single @@ -202,7 +202,7 @@
    Parameters
    - PointF + System.Drawing.PointF location @@ -250,7 +250,7 @@
    Returns
    - Single + System.Single diff --git a/api/Svg.ISvgBoundable.html b/api/Svg.ISvgBoundable.html index 6b5f215d0..a95084b43 100644 --- a/api/Svg.ISvgBoundable.html +++ b/api/Svg.ISvgBoundable.html @@ -148,7 +148,7 @@
    Property Value
    - PointF + System.Drawing.PointF diff --git a/api/Svg.ISvgClipable.html b/api/Svg.ISvgClipable.html index 6563bfd9b..9832667f3 100644 --- a/api/Svg.ISvgClipable.html +++ b/api/Svg.ISvgClipable.html @@ -120,7 +120,7 @@
    Property Value
    - Uri + System.Uri diff --git a/api/Svg.ISvgRenderer.html b/api/Svg.ISvgRenderer.html index ed953a053..ebe936755 100644 --- a/api/Svg.ISvgRenderer.html +++ b/api/Svg.ISvgRenderer.html @@ -124,7 +124,7 @@
    Property Value
    - Single + System.Single @@ -284,7 +284,7 @@
    Parameters
    - Single + System.Single opacity @@ -321,7 +321,7 @@
    Parameters
    - System.Drawing.Point + Point location @@ -517,7 +517,7 @@
    Parameters
    - Single + System.Single fAngle @@ -554,12 +554,12 @@
    Parameters
    - Single + System.Single sx - Single + System.Single sy @@ -665,12 +665,12 @@
    Parameters
    - Single + System.Single dx - Single + System.Single dy diff --git a/api/Svg.ISvgStylable.html b/api/Svg.ISvgStylable.html index 6172cc861..80fe217ee 100644 --- a/api/Svg.ISvgStylable.html +++ b/api/Svg.ISvgStylable.html @@ -149,7 +149,7 @@
    Property Value
    - Single + System.Single @@ -209,7 +209,7 @@
    Property Value
    - Single + System.Single @@ -389,7 +389,7 @@
    Property Value
    - Single + System.Single @@ -419,7 +419,7 @@
    Property Value
    - Single + System.Single diff --git a/api/Svg.MouseArg.html b/api/Svg.MouseArg.html index 43bd03d5c..8a9c89581 100644 --- a/api/Svg.MouseArg.html +++ b/api/Svg.MouseArg.html @@ -89,7 +89,7 @@

    Class MouseArg
    Inheritance
    -
    System.EventArgs
    +
    MouseArg
    @@ -120,7 +120,7 @@

    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -305,7 +305,7 @@
    Field Value
    - Single + System.Single @@ -334,7 +334,7 @@
    Field Value
    - Single + System.Single diff --git a/api/Svg.MouseScrollArg.html b/api/Svg.MouseScrollArg.html index 0626aea41..91d99656d 100644 --- a/api/Svg.MouseScrollArg.html +++ b/api/Svg.MouseScrollArg.html @@ -88,7 +88,7 @@

    Cla
    Inheritance
    -
    System.EventArgs
    +
    MouseScrollArg
    @@ -119,7 +119,7 @@

    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.NonSvgElement.html b/api/Svg.NonSvgElement.html index 55ca9f6d9..a55677781 100644 --- a/api/Svg.NonSvgElement.html +++ b/api/Svg.NonSvgElement.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -571,7 +571,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.PathStatistics.html b/api/Svg.PathStatistics.html index 6327f160c..0e7d30b97 100644 --- a/api/Svg.PathStatistics.html +++ b/api/Svg.PathStatistics.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -181,7 +181,7 @@
    Property Value
    - System.Double + Double @@ -214,17 +214,17 @@
    Parameters
    - System.Double + Double offset - PointF + System.Drawing.PointF point - Single + System.Single angle @@ -256,7 +256,7 @@
    Parameters
    - System.Double + Double offset diff --git a/api/Svg.Pathing.SvgArcSegment.html b/api/Svg.Pathing.SvgArcSegment.html index cee64d411..64b49dcae 100644 --- a/api/Svg.Pathing.SvgArcSegment.html +++ b/api/Svg.Pathing.SvgArcSegment.html @@ -168,22 +168,22 @@
    Parameters
    - PointF + System.Drawing.PointF start - Single + System.Single radiusX - Single + System.Single radiusY - Single + System.Single angle @@ -198,7 +198,7 @@
    Parameters
    - PointF + System.Drawing.PointF end @@ -230,17 +230,17 @@
    Parameters
    - Single + System.Single radiusX - Single + System.Single radiusY - Single + System.Single angle @@ -260,7 +260,7 @@
    Parameters
    - PointF + System.Drawing.PointF end @@ -293,7 +293,7 @@
    Property Value
    - Single + System.Single @@ -323,7 +323,7 @@
    Property Value
    - Single + System.Single @@ -353,7 +353,7 @@
    Property Value
    - Single + System.Single @@ -486,7 +486,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -507,7 +507,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -545,7 +545,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.Pathing.SvgClosePathSegment.html b/api/Svg.Pathing.SvgClosePathSegment.html index 7517db4d2..e9fd4b1eb 100644 --- a/api/Svg.Pathing.SvgClosePathSegment.html +++ b/api/Svg.Pathing.SvgClosePathSegment.html @@ -257,7 +257,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -278,7 +278,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -316,7 +316,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.Pathing.SvgCubicCurveSegment.html b/api/Svg.Pathing.SvgCubicCurveSegment.html index 58f5b272e..694852dd3 100644 --- a/api/Svg.Pathing.SvgCubicCurveSegment.html +++ b/api/Svg.Pathing.SvgCubicCurveSegment.html @@ -172,12 +172,12 @@
    Parameters
    - PointF + System.Drawing.PointF secondControlPoint - PointF + System.Drawing.PointF end @@ -214,17 +214,17 @@
    Parameters
    - PointF + System.Drawing.PointF firstControlPoint - PointF + System.Drawing.PointF secondControlPoint - PointF + System.Drawing.PointF end @@ -257,22 +257,22 @@
    Parameters
    - PointF + System.Drawing.PointF start - PointF + System.Drawing.PointF firstControlPoint - PointF + System.Drawing.PointF secondControlPoint - PointF + System.Drawing.PointF end @@ -305,7 +305,7 @@
    Property Value
    - PointF + System.Drawing.PointF @@ -335,7 +335,7 @@
    Property Value
    - PointF + System.Drawing.PointF @@ -408,7 +408,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -429,7 +429,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -467,7 +467,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.Pathing.SvgLineSegment.html b/api/Svg.Pathing.SvgLineSegment.html index 68f05d398..fc63f617a 100644 --- a/api/Svg.Pathing.SvgLineSegment.html +++ b/api/Svg.Pathing.SvgLineSegment.html @@ -172,7 +172,7 @@
    Parameters
    - PointF + System.Drawing.PointF end @@ -205,12 +205,12 @@
    Parameters
    - PointF + System.Drawing.PointF start - PointF + System.Drawing.PointF end @@ -284,7 +284,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -305,7 +305,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -343,7 +343,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.Pathing.SvgMoveToSegment.html b/api/Svg.Pathing.SvgMoveToSegment.html index 067f4bbdb..7f02b07bb 100644 --- a/api/Svg.Pathing.SvgMoveToSegment.html +++ b/api/Svg.Pathing.SvgMoveToSegment.html @@ -172,7 +172,7 @@
    Parameters
    - PointF + System.Drawing.PointF moveTo @@ -205,7 +205,7 @@
    Parameters
    - PointF + System.Drawing.PointF moveTo @@ -279,7 +279,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -300,7 +300,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -338,7 +338,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.Pathing.SvgPathSegment.html b/api/Svg.Pathing.SvgPathSegment.html index e12d3aad3..ace51ef2e 100644 --- a/api/Svg.Pathing.SvgPathSegment.html +++ b/api/Svg.Pathing.SvgPathSegment.html @@ -117,7 +117,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.Pathing
    @@ -191,7 +191,7 @@
    Parameters
    - PointF + System.Drawing.PointF end @@ -223,7 +223,7 @@
    Field Value
    - PointF + System.Drawing.PointF @@ -255,7 +255,7 @@
    Property Value
    - PointF + System.Drawing.PointF @@ -316,7 +316,7 @@
    Property Value
    - PointF + System.Drawing.PointF @@ -387,7 +387,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -408,7 +408,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -469,12 +469,12 @@
    Parameters
    - PointF + System.Drawing.PointF point - PointF + System.Drawing.PointF mirror @@ -490,7 +490,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -521,7 +521,7 @@
    Parameters
    - PointF + System.Drawing.PointF point @@ -531,7 +531,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -547,7 +547,7 @@
    Returns
    - PointF + System.Drawing.PointF diff --git a/api/Svg.Pathing.SvgPathSegmentList.html b/api/Svg.Pathing.SvgPathSegmentList.html index fc94c6c1f..6f8bb0ddf 100644 --- a/api/Svg.Pathing.SvgPathSegmentList.html +++ b/api/Svg.Pathing.SvgPathSegmentList.html @@ -96,7 +96,7 @@
    Implements
    ICollection<SvgPathSegment>
    IEnumerable<SvgPathSegment>
    IEnumerable
    -
    System.ICloneable
    +
    ICloneable
    Inherited Members
    @@ -712,7 +712,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()

    Explicit Interface Implementations

    @@ -740,7 +740,7 @@
    Returns
    - System.Collections.IEnumerator + IEnumerator @@ -759,7 +759,7 @@

    Implements

    System.Collections.IEnumerable
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Pathing.SvgQuadraticCurveSegment.html b/api/Svg.Pathing.SvgQuadraticCurveSegment.html index 48cae08a1..a85129d51 100644 --- a/api/Svg.Pathing.SvgQuadraticCurveSegment.html +++ b/api/Svg.Pathing.SvgQuadraticCurveSegment.html @@ -172,7 +172,7 @@
    Parameters
    - PointF + System.Drawing.PointF end @@ -209,12 +209,12 @@
    Parameters
    - PointF + System.Drawing.PointF controlPoint - PointF + System.Drawing.PointF end @@ -247,17 +247,17 @@
    Parameters
    - PointF + System.Drawing.PointF start - PointF + System.Drawing.PointF controlPoint - PointF + System.Drawing.PointF end @@ -290,7 +290,7 @@
    Property Value
    - PointF + System.Drawing.PointF @@ -363,7 +363,7 @@
    Parameters
    - PointF + System.Drawing.PointF start @@ -384,7 +384,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -422,7 +422,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()
    diff --git a/api/Svg.PointFExtensions.html b/api/Svg.PointFExtensions.html index 6eacdd6f4..e2dba733c 100644 --- a/api/Svg.PointFExtensions.html +++ b/api/Svg.PointFExtensions.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -148,7 +148,7 @@
    Parameters
    - PointF + System.Drawing.PointF p @@ -195,7 +195,7 @@
    Parameters
    - Single + System.Single value diff --git a/api/Svg.SVGArg.html b/api/Svg.SVGArg.html index e9668807f..f1b6f0abd 100644 --- a/api/Svg.SVGArg.html +++ b/api/Svg.SVGArg.html @@ -88,7 +88,7 @@

    Class SVGArg
    Inheritance
    -
    System.EventArgs
    +
    SVGArg
    @@ -121,7 +121,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()

    Namespace: Svg
    diff --git a/api/Svg.StringArg.html b/api/Svg.StringArg.html index 10f01291b..62f482142 100644 --- a/api/Svg.StringArg.html +++ b/api/Svg.StringArg.html @@ -89,7 +89,7 @@

    Class StringA
    Inheritance
    -
    System.EventArgs
    +
    StringArg
    @@ -120,7 +120,7 @@

    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgAnchor.html b/api/Svg.SvgAnchor.html index 2945da7ef..5eeb84e6d 100644 --- a/api/Svg.SvgAnchor.html +++ b/api/Svg.SvgAnchor.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -610,7 +610,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgAspectRatio.html b/api/Svg.SvgAspectRatio.html index 27494ad32..db5c10f50 100644 --- a/api/Svg.SvgAspectRatio.html +++ b/api/Svg.SvgAspectRatio.html @@ -93,7 +93,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    ICloneable
    Inherited Members
    @@ -406,10 +406,10 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.SvgAttributeAttribute.html b/api/Svg.SvgAttributeAttribute.html index 2e8ee6e6b..f129c8697 100644 --- a/api/Svg.SvgAttributeAttribute.html +++ b/api/Svg.SvgAttributeAttribute.html @@ -113,7 +113,7 @@
    Inherited Members
    Attribute.GetCustomAttribute(Module, Type, Boolean)
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) + Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) @@ -125,7 +125,7 @@
    Inherited Members
    Attribute.GetCustomAttributes(Assembly, Boolean)
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) + Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, Boolean) @@ -143,7 +143,7 @@
    Inherited Members
    Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
    - Attribute.GetCustomAttributes(Module) + System.Attribute.GetCustomAttributes(System.Reflection.Module)
    Attribute.GetCustomAttributes(Module, Boolean) @@ -167,10 +167,10 @@
    Inherited Members
    Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
    - Attribute.IsDefaultAttribute() + System.Attribute.IsDefaultAttribute()
    - Attribute.IsDefined(Assembly, Type) + System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
    Attribute.IsDefined(Assembly, Type, Boolean) @@ -179,13 +179,13 @@
    Inherited Members
    Attribute.IsDefined(MemberInfo, Type)
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) + Attribute.IsDefined(MemberInfo, Type, Boolean)
    Attribute.IsDefined(Module, Type)
    - Attribute.IsDefined(Module, Type, Boolean) + System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
    Attribute.IsDefined(ParameterInfo, Type) @@ -212,7 +212,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -470,7 +470,7 @@
    Returns
    Overrides
    -
    Attribute.GetHashCode()
    +
    System.Attribute.GetHashCode()
    diff --git a/api/Svg.SvgAttributeCollection.html b/api/Svg.SvgAttributeCollection.html index de010fb44..0b7e8e4eb 100644 --- a/api/Svg.SvgAttributeCollection.html +++ b/api/Svg.SvgAttributeCollection.html @@ -97,13 +97,13 @@
    Implements
    IDictionary<String, Object>
    ICollection<KeyValuePair<String, Object>>
    IReadOnlyDictionary<String, Object>
    -
    System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, Object>>
    +
    IReadOnlyCollection<KeyValuePair<String, Object>>
    IEnumerable<KeyValuePair<String, Object>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    @@ -120,7 +120,7 @@
    Inherited Members
    Dictionary<String, Object>.Clear()
    - System.Collections.Generic.Dictionary<System.String, System.Object>.ContainsKey(System.String) + Dictionary<String, Object>.ContainsKey(String)
    Dictionary<String, Object>.ContainsValue(Object) @@ -131,14 +131,11 @@
    Inherited Members
    Dictionary<String, Object>.GetEnumerator()
    -
    - Dictionary<String, Object>.GetObjectData(SerializationInfo, StreamingContext) -
    Dictionary<String, Object>.OnDeserialization(Object)
    - Dictionary<String, Object>.Remove(String) + System.Collections.Generic.Dictionary<System.String, System.Object>.Remove(System.String)
    Dictionary<String, Object>.Remove(String, Object) @@ -174,10 +171,10 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.IDictionary.Remove(System.Object)
    - Dictionary<String, Object>.IEnumerable.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.IEnumerable.GetEnumerator()
    - Dictionary<String, Object>.TrimExcess() + System.Collections.Generic.Dictionary<System.String, System.Object>.TrimExcess()
    Dictionary<String, Object>.TrimExcess(Int32) @@ -186,10 +183,10 @@
    Inherited Members
    Dictionary<String, Object>.TryAdd(String, Object)
    - Dictionary<String, Object>.TryGetValue(String, Object) + System.Collections.Generic.Dictionary<System.String, System.Object>.TryGetValue(System.String, System.Object)
    - Dictionary<String, Object>.Comparer + System.Collections.Generic.Dictionary<System.String, System.Object>.Comparer
    Dictionary<String, Object>.Count @@ -216,7 +213,7 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>.Values
    - System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.ICollection.IsSynchronized + Dictionary<String, Object>.ICollection.IsSynchronized
    Dictionary<String, Object>.ICollection.SyncRoot @@ -258,7 +255,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -550,7 +547,7 @@

    Implements

    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T> @@ -568,7 +565,7 @@

    Implements

    System.Runtime.Serialization.IDeserializationCallback
    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    diff --git a/api/Svg.SvgBlendModeConverter.html b/api/Svg.SvgBlendModeConverter.html index c885e908d..01c4e8b1e 100644 --- a/api/Svg.SvgBlendModeConverter.html +++ b/api/Svg.SvgBlendModeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgBlendMode>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgChannelSelectorConverter.html b/api/Svg.SvgChannelSelectorConverter.html index f1e456e92..40869e4c0 100644 --- a/api/Svg.SvgChannelSelectorConverter.html +++ b/api/Svg.SvgChannelSelectorConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgChannelSelector>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgCircle.html b/api/Svg.SvgCircle.html index cd7a50982..a7dcbee1b 100644 --- a/api/Svg.SvgCircle.html +++ b/api/Svg.SvgCircle.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    @@ -493,7 +493,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -800,7 +800,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgClipPath.html b/api/Svg.SvgClipPath.html index 6441e1720..c4555f1a9 100644 --- a/api/Svg.SvgClipPath.html +++ b/api/Svg.SvgClipPath.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -428,7 +428,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -680,7 +680,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgClipRuleConverter.html b/api/Svg.SvgClipRuleConverter.html index 3696ef32c..3f6eb2418 100644 --- a/api/Svg.SvgClipRuleConverter.html +++ b/api/Svg.SvgClipRuleConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgClipRule>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgColourConverter.html b/api/Svg.SvgColourConverter.html index cf3c82f70..fec122ad0 100644 --- a/api/Svg.SvgColourConverter.html +++ b/api/Svg.SvgColourConverter.html @@ -90,7 +90,7 @@

    Object - +
    System.Drawing.ColorConverter
    SvgColourConverter
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(Type) @@ -132,7 +132,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -165,7 +165,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -189,13 +189,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported()
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -216,7 +216,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()

    Namespace: Svg
    @@ -280,7 +280,7 @@
    Returns
    Overrides
    -
    System.Drawing.ColorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)
    +
    ColorConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    | Improve this Doc diff --git a/api/Svg.SvgColourInterpolationConverter.html b/api/Svg.SvgColourInterpolationConverter.html index 6fabb343a..456d0cc18 100644 --- a/api/Svg.SvgColourInterpolationConverter.html +++ b/api/Svg.SvgColourInterpolationConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgColourInterpolation>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgColourMatrixTypeConverter.html b/api/Svg.SvgColourMatrixTypeConverter.html index b25a4bc7f..cf707fe1c 100644 --- a/api/Svg.SvgColourMatrixTypeConverter.html +++ b/api/Svg.SvgColourMatrixTypeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgColourMatrixType>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgColourServer.html b/api/Svg.SvgColourServer.html index 0d5ffed2f..4a9c03c72 100644 --- a/api/Svg.SvgColourServer.html +++ b/api/Svg.SvgColourServer.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -694,7 +694,7 @@
    Parameters
    - Single + System.Single opacity @@ -791,7 +791,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgComponentTransferTypeConverter.html b/api/Svg.SvgComponentTransferTypeConverter.html index fb1f33603..8193a63ef 100644 --- a/api/Svg.SvgComponentTransferTypeConverter.html +++ b/api/Svg.SvgComponentTransferTypeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgComponentTransferType>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgCompositeOperatorConverter.html b/api/Svg.SvgCompositeOperatorConverter.html index d3df1e999..d8f7a6c61 100644 --- a/api/Svg.SvgCompositeOperatorConverter.html +++ b/api/Svg.SvgCompositeOperatorConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgCompositeOperator>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgContentNode.html b/api/Svg.SvgContentNode.html index f59a1b4d4..6745e4017 100644 --- a/api/Svg.SvgContentNode.html +++ b/api/Svg.SvgContentNode.html @@ -115,7 +115,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgCoordinateUnitsConverter.html b/api/Svg.SvgCoordinateUnitsConverter.html index 0687ff95a..e862803ab 100644 --- a/api/Svg.SvgCoordinateUnitsConverter.html +++ b/api/Svg.SvgCoordinateUnitsConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgCoordinateUnits>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgCustomAttributeCollection.html b/api/Svg.SvgCustomAttributeCollection.html index 217d6f343..3aa146b35 100644 --- a/api/Svg.SvgCustomAttributeCollection.html +++ b/api/Svg.SvgCustomAttributeCollection.html @@ -97,13 +97,13 @@
    Implements
    IDictionary<String, String>
    ICollection<KeyValuePair<String, String>>
    IReadOnlyDictionary<String, String>
    -
    System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, String>>
    +
    IReadOnlyCollection<KeyValuePair<String, String>>
    IEnumerable<KeyValuePair<String, String>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    @@ -120,7 +120,7 @@
    Inherited Members
    Dictionary<String, String>.Clear()
    - System.Collections.Generic.Dictionary<System.String, System.String>.ContainsKey(System.String) + Dictionary<String, String>.ContainsKey(String)
    Dictionary<String, String>.ContainsValue(String) @@ -131,14 +131,11 @@
    Inherited Members
    Dictionary<String, String>.GetEnumerator()
    -
    - Dictionary<String, String>.GetObjectData(SerializationInfo, StreamingContext) -
    Dictionary<String, String>.OnDeserialization(Object)
    - Dictionary<String, String>.Remove(String) + System.Collections.Generic.Dictionary<System.String, System.String>.Remove(System.String)
    Dictionary<String, String>.Remove(String, String) @@ -174,10 +171,10 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.Remove(System.Object)
    - Dictionary<String, String>.IEnumerable.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IEnumerable.GetEnumerator()
    - Dictionary<String, String>.TrimExcess() + System.Collections.Generic.Dictionary<System.String, System.String>.TrimExcess()
    Dictionary<String, String>.TrimExcess(Int32) @@ -186,10 +183,10 @@
    Inherited Members
    Dictionary<String, String>.TryAdd(String, String)
    - Dictionary<String, String>.TryGetValue(String, String) + System.Collections.Generic.Dictionary<System.String, System.String>.TryGetValue(System.String, System.String)
    - Dictionary<String, String>.Comparer + System.Collections.Generic.Dictionary<System.String, System.String>.Comparer
    Dictionary<String, String>.Count @@ -216,7 +213,7 @@
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>.Values
    - System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.ICollection.IsSynchronized + Dictionary<String, String>.ICollection.IsSynchronized
    Dictionary<String, String>.ICollection.SyncRoot @@ -258,7 +255,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -398,7 +395,7 @@

    Implements

    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T> @@ -416,7 +413,7 @@

    Implements

    System.Runtime.Serialization.IDeserializationCallback
    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    diff --git a/api/Svg.SvgDeferredPaintServer.html b/api/Svg.SvgDeferredPaintServer.html index 52f6e7b42..b91997de6 100644 --- a/api/Svg.SvgDeferredPaintServer.html +++ b/api/Svg.SvgDeferredPaintServer.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -870,7 +870,7 @@
    Parameters
    - Single + System.Single opacity @@ -1035,7 +1035,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgDefinitionList.html b/api/Svg.SvgDefinitionList.html index 8fe645d99..4aa06337b 100644 --- a/api/Svg.SvgDefinitionList.html +++ b/api/Svg.SvgDefinitionList.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -434,7 +434,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -519,7 +519,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgDescription.html b/api/Svg.SvgDescription.html index 398f89c7e..03a583a42 100644 --- a/api/Svg.SvgDescription.html +++ b/api/Svg.SvgDescription.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -509,13 +509,13 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgDocument.html b/api/Svg.SvgDocument.html index c590e3c56..fbdde69c5 100644 --- a/api/Svg.SvgDocument.html +++ b/api/Svg.SvgDocument.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -472,7 +472,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -526,7 +526,7 @@
    Property Value
    - Uri + System.Uri @@ -1446,7 +1446,7 @@
    Exceptions
    - System.IO.FileNotFoundException + FileNotFoundException

    The document at the specified path cannot be found.

    @@ -1833,7 +1833,7 @@
    Exceptions
    - System.IO.FileNotFoundException + FileNotFoundException

    The document at the specified path cannot be found.

    @@ -1921,7 +1921,7 @@
    Exceptions
    - System.IO.FileNotFoundException + FileNotFoundException

    The document at the specified path cannot be found.

    @@ -2010,7 +2010,7 @@
    Exceptions
    - System.IO.FileNotFoundException + FileNotFoundException

    The document at the specified path cannot be found.

    @@ -2025,7 +2025,7 @@
    Exceptions

    Open<T>(XmlReader)

    -

    Attempts to open an SVG document from the specified XmlReader.

    +

    Attempts to open an SVG document from the specified System.Xml.XmlReader.

    Declaration
    @@ -2044,9 +2044,9 @@
    Parameters
    - XmlReader + System.Xml.XmlReader reader -

    The XmlReader containing the SVG document to open.

    +

    The System.Xml.XmlReader containing the SVG document to open.

    @@ -2617,7 +2617,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgDocumentMetadata.html b/api/Svg.SvgDocumentMetadata.html index df0b3c1c2..06dcb6f74 100644 --- a/api/Svg.SvgDocumentMetadata.html +++ b/api/Svg.SvgDocumentMetadata.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -428,7 +428,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -516,7 +516,7 @@
    Parameters
    - XmlReader + System.Xml.XmlReader reader @@ -604,7 +604,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgEdgeModeConverter.html b/api/Svg.SvgEdgeModeConverter.html index 7df6f3589..43e655804 100644 --- a/api/Svg.SvgEdgeModeConverter.html +++ b/api/Svg.SvgEdgeModeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgEdgeMode>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgElement.html b/api/Svg.SvgElement.html index c6300e70a..e3abb6a7f 100644 --- a/api/Svg.SvgElement.html +++ b/api/Svg.SvgElement.html @@ -120,7 +120,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -144,7 +144,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -634,7 +634,7 @@
    Property Value
    - Single + System.Single @@ -911,7 +911,7 @@
    Property Value
    - HttpClient + System.Net.Http.HttpClient @@ -1083,7 +1083,7 @@
    Property Value
    - Single + System.Single @@ -1452,7 +1452,7 @@
    Property Value
    - Single + System.Single @@ -1483,7 +1483,7 @@
    Property Value
    - Single + System.Single @@ -1953,7 +1953,7 @@
    Returns
    - Action<Single, Single, Int32, Int32, Boolean, Boolean, Boolean, String> + Action<System.Single, System.Single, Int32, Int32, Boolean, Boolean, Boolean, String> @@ -2090,7 +2090,7 @@
    Parameters
    - Single + System.Single value @@ -2106,7 +2106,7 @@
    Returns
    - Single + System.Single @@ -2327,7 +2327,7 @@
    Parameters
    - XmlReader + System.Xml.XmlReader reader @@ -3851,7 +3851,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgElementAttribute.html b/api/Svg.SvgElementAttribute.html index b0681cfa8..a41478c87 100644 --- a/api/Svg.SvgElementAttribute.html +++ b/api/Svg.SvgElementAttribute.html @@ -116,7 +116,7 @@
    Inherited Members
    Attribute.GetCustomAttribute(Module, Type, Boolean)
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) + Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) @@ -128,7 +128,7 @@
    Inherited Members
    Attribute.GetCustomAttributes(Assembly, Boolean)
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) + Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, Boolean) @@ -146,7 +146,7 @@
    Inherited Members
    Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
    - Attribute.GetCustomAttributes(Module) + System.Attribute.GetCustomAttributes(System.Reflection.Module)
    Attribute.GetCustomAttributes(Module, Boolean) @@ -170,13 +170,13 @@
    Inherited Members
    Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
    - Attribute.GetHashCode() + System.Attribute.GetHashCode()
    - Attribute.IsDefaultAttribute() + System.Attribute.IsDefaultAttribute()
    - Attribute.IsDefined(Assembly, Type) + System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
    Attribute.IsDefined(Assembly, Type, Boolean) @@ -185,13 +185,13 @@
    Inherited Members
    Attribute.IsDefined(MemberInfo, Type)
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) + Attribute.IsDefined(MemberInfo, Type, Boolean)
    Attribute.IsDefined(Module, Type)
    - Attribute.IsDefined(Module, Type, Boolean) + System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
    Attribute.IsDefined(ParameterInfo, Type) @@ -218,7 +218,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgElementCollection.html b/api/Svg.SvgElementCollection.html index c947ebf40..32a480dc7 100644 --- a/api/Svg.SvgElementCollection.html +++ b/api/Svg.SvgElementCollection.html @@ -119,7 +119,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -835,7 +835,7 @@
    Returns
    - System.Collections.IEnumerator + IEnumerator diff --git a/api/Svg.SvgElementEventArgs.html b/api/Svg.SvgElementEventArgs.html index 16f7d6a9f..626e3b3a0 100644 --- a/api/Svg.SvgElementEventArgs.html +++ b/api/Svg.SvgElementEventArgs.html @@ -88,7 +88,7 @@

    Inheritance
    -
    System.EventArgs
    +
    SvgElementEventArgs
    @@ -115,7 +115,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgElementIdManager.html b/api/Svg.SvgElementIdManager.html index 514fc849b..c381a959e 100644 --- a/api/Svg.SvgElementIdManager.html +++ b/api/Svg.SvgElementIdManager.html @@ -112,7 +112,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -409,7 +409,7 @@
    Parameters
    - Uri + System.Uri uri diff --git a/api/Svg.SvgElementStyle.html b/api/Svg.SvgElementStyle.html index 1a7724e94..19490e251 100644 --- a/api/Svg.SvgElementStyle.html +++ b/api/Svg.SvgElementStyle.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgEllipse.html b/api/Svg.SvgEllipse.html index a3b6b0bff..321257ba5 100644 --- a/api/Svg.SvgEllipse.html +++ b/api/Svg.SvgEllipse.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    @@ -493,7 +493,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -798,7 +798,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgException.html b/api/Svg.SvgException.html index 99922e1f5..62224edb4 100644 --- a/api/Svg.SvgException.html +++ b/api/Svg.SvgException.html @@ -95,15 +95,12 @@
    Inheritance
    Implements
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    - Exception.GetBaseException() -
    -
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
    Exception.GetType() @@ -124,7 +121,7 @@
    Inherited Members
    Exception.InnerException
    - Exception.Message + System.Exception.Message
    Exception.Source @@ -168,7 +165,7 @@

    Constructors Improve this Doc - View Source + View Source

    SvgException()

    @@ -178,49 +175,12 @@
    Declaration
    public SvgException()
    - - | - Improve this Doc - - - View Source - - -

    SvgException(SerializationInfo, StreamingContext)

    -
    -
    -
    Declaration
    -
    -
    protected SvgException(SerializationInfo info, StreamingContext context)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SerializationInfoinfo
    StreamingContextcontext
    | Improve this Doc - View Source + View Source

    SvgException(String)

    @@ -252,7 +212,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SvgException(String, Exception)

    @@ -286,7 +246,7 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    @@ -299,7 +259,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.SvgExtentions.html b/api/Svg.SvgExtentions.html index db4b7cd9d..f7276b607 100644 --- a/api/Svg.SvgExtentions.html +++ b/api/Svg.SvgExtentions.html @@ -112,7 +112,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgFallbackPaintServer.html b/api/Svg.SvgFallbackPaintServer.html index 6d6e35f46..f6d4add53 100644 --- a/api/Svg.SvgFallbackPaintServer.html +++ b/api/Svg.SvgFallbackPaintServer.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -629,7 +629,7 @@
    Parameters
    - Single + System.Single opacity @@ -662,7 +662,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFillRuleConverter.html b/api/Svg.SvgFillRuleConverter.html index 58d7a4dce..15aaef99b 100644 --- a/api/Svg.SvgFillRuleConverter.html +++ b/api/Svg.SvgFillRuleConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgFillRule>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgFont.html b/api/Svg.SvgFont.html index 009ed59d9..fa2e0f17c 100644 --- a/api/Svg.SvgFont.html +++ b/api/Svg.SvgFont.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -433,7 +433,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -470,7 +470,7 @@
    Property Value
    - Single + System.Single @@ -500,7 +500,7 @@
    Property Value
    - Single + System.Single @@ -530,7 +530,7 @@
    Property Value
    - Single + System.Single @@ -560,7 +560,7 @@
    Property Value
    - Single + System.Single @@ -590,7 +590,7 @@
    Property Value
    - Single + System.Single @@ -620,7 +620,7 @@
    Property Value
    - Single + System.Single @@ -698,7 +698,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFontDefn.html b/api/Svg.SvgFontDefn.html index 376539334..d5dd46e97 100644 --- a/api/Svg.SvgFontDefn.html +++ b/api/Svg.SvgFontDefn.html @@ -116,7 +116,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -158,12 +158,12 @@
    Parameters
    - Single + System.Single size - Single + System.Single ppi @@ -196,7 +196,7 @@
    Property Value
    - Single + System.Single @@ -226,7 +226,7 @@
    Property Value
    - Single + System.Single @@ -274,7 +274,7 @@
    Parameters
    - PointF + System.Drawing.PointF location @@ -322,7 +322,7 @@
    Returns
    - Single + System.Single diff --git a/api/Svg.SvgFontFace.html b/api/Svg.SvgFontFace.html index 6833a44bf..4d0d3ecfb 100644 --- a/api/Svg.SvgFontFace.html +++ b/api/Svg.SvgFontFace.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -473,7 +473,7 @@
    Property Value
    - Single + System.Single @@ -503,7 +503,7 @@
    Property Value
    - Single + System.Single @@ -533,7 +533,7 @@
    Property Value
    - Single + System.Single @@ -563,7 +563,7 @@
    Property Value
    - Single + System.Single @@ -623,7 +623,7 @@
    Property Value
    - Single + System.Single @@ -653,7 +653,7 @@
    Property Value
    - Single + System.Single @@ -697,7 +697,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFontFaceSrc.html b/api/Svg.SvgFontFaceSrc.html index 3b8c047bf..9689101cb 100644 --- a/api/Svg.SvgFontFaceSrc.html +++ b/api/Svg.SvgFontFaceSrc.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -485,7 +485,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFontFaceUri.html b/api/Svg.SvgFontFaceUri.html index 0b48fd720..c85e968ef 100644 --- a/api/Svg.SvgFontFaceUri.html +++ b/api/Svg.SvgFontFaceUri.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -474,7 +474,7 @@
    Property Value
    - Uri + System.Uri @@ -518,7 +518,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFontManager.html b/api/Svg.SvgFontManager.html index a014164d6..23c715a58 100644 --- a/api/Svg.SvgFontManager.html +++ b/api/Svg.SvgFontManager.html @@ -118,7 +118,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -154,7 +154,7 @@
    Property Value
    - System.Collections.Generic.List<String[]> + List<String[]> @@ -184,7 +184,7 @@
    Property Value
    - System.Collections.Generic.List<System.Byte[]> + List<System.Byte[]> @@ -214,7 +214,7 @@
    Property Value
    - System.Collections.Generic.List<String> + List<String> diff --git a/api/Svg.SvgFontStretchConverter.html b/api/Svg.SvgFontStretchConverter.html index 5a4965b6a..e6b36374c 100644 --- a/api/Svg.SvgFontStretchConverter.html +++ b/api/Svg.SvgFontStretchConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgFontStretch>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgFontStyleConverter.html b/api/Svg.SvgFontStyleConverter.html index 6c6fe4790..ce7e73c76 100644 --- a/api/Svg.SvgFontStyleConverter.html +++ b/api/Svg.SvgFontStyleConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgFontStyle>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgFontVariantConverter.html b/api/Svg.SvgFontVariantConverter.html index 0166301c1..6bdf9f0b6 100644 --- a/api/Svg.SvgFontVariantConverter.html +++ b/api/Svg.SvgFontVariantConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgFontVariant>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgFontWeightConverter.html b/api/Svg.SvgFontWeightConverter.html index 2fe9b6461..e5f60e362 100644 --- a/api/Svg.SvgFontWeightConverter.html +++ b/api/Svg.SvgFontWeightConverter.html @@ -101,7 +101,7 @@
    Inherited Members
    EnumBaseConverter<SvgFontWeight>.CanConvertFrom(ITypeDescriptorContext, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -134,7 +134,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -167,7 +167,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -197,13 +197,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -224,7 +224,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgForeignObject.html b/api/Svg.SvgForeignObject.html index 4c5a6803e..22d04ed94 100644 --- a/api/Svg.SvgForeignObject.html +++ b/api/Svg.SvgForeignObject.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    @@ -492,7 +492,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -659,7 +659,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgFragment.html b/api/Svg.SvgFragment.html index 41a523d56..a482f9dc9 100644 --- a/api/Svg.SvgFragment.html +++ b/api/Svg.SvgFragment.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -422,7 +422,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -459,7 +459,7 @@
    Field Value
    - Uri + System.Uri @@ -1099,7 +1099,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -1139,7 +1139,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgGdiPlusCannotBeLoadedException.html b/api/Svg.SvgGdiPlusCannotBeLoadedException.html index f5946ae6f..608dbb68a 100644 --- a/api/Svg.SvgGdiPlusCannotBeLoadedException.html +++ b/api/Svg.SvgGdiPlusCannotBeLoadedException.html @@ -93,15 +93,12 @@
    Inheritance
    Implements
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    - Exception.GetBaseException() -
    -
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
    Exception.GetType() @@ -122,7 +119,7 @@
    Inherited Members
    Exception.InnerException
    - Exception.Message + System.Exception.Message
    Exception.Source @@ -166,7 +163,7 @@

    Constructors Improve this Doc - View Source + View Source

    SvgGdiPlusCannotBeLoadedException()

    @@ -181,7 +178,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    SvgGdiPlusCannotBeLoadedException(Exception)

    @@ -208,49 +205,12 @@
    Parameters
    - - | - Improve this Doc - - - View Source - - -

    SvgGdiPlusCannotBeLoadedException(SerializationInfo, StreamingContext)

    -
    -
    -
    Declaration
    -
    -
    protected SvgGdiPlusCannotBeLoadedException(SerializationInfo info, StreamingContext context)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SerializationInfoinfo
    StreamingContextcontext
    | Improve this Doc - View Source + View Source

    SvgGdiPlusCannotBeLoadedException(String)

    @@ -282,7 +242,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SvgGdiPlusCannotBeLoadedException(String, Exception)

    @@ -316,7 +276,7 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    @@ -329,7 +289,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.SvgGlyph.html b/api/Svg.SvgGlyph.html index 7d46477ba..31a1ab167 100644 --- a/api/Svg.SvgGlyph.html +++ b/api/Svg.SvgGlyph.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    @@ -497,7 +497,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -564,7 +564,7 @@
    Property Value
    - Single + System.Single @@ -655,7 +655,7 @@
    Property Value
    - Single + System.Single @@ -685,7 +685,7 @@
    Property Value
    - Single + System.Single @@ -715,7 +715,7 @@
    Property Value
    - Single + System.Single @@ -872,7 +872,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgGradientServer.html b/api/Svg.SvgGradientServer.html index 9fa56fd09..2c180a44c 100644 --- a/api/Svg.SvgGradientServer.html +++ b/api/Svg.SvgGradientServer.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -672,7 +672,7 @@
    Property Value
    - Single + System.Single @@ -703,7 +703,7 @@
    Property Value
    - System.Collections.Generic.List<SvgGradientStop> + List<SvgGradientStop> @@ -779,12 +779,12 @@
    Parameters
    - PointF + System.Drawing.PointF first - PointF + System.Drawing.PointF second @@ -800,7 +800,7 @@
    Returns
    - System.Double + Double @@ -831,7 +831,7 @@
    Parameters
    - PointF + System.Drawing.PointF vector @@ -847,7 +847,7 @@
    Returns
    - Single + System.Single @@ -888,7 +888,7 @@
    Parameters
    - Single + System.Single opacity @@ -950,7 +950,7 @@
    Parameters
    - Single + System.Single opacity @@ -1011,7 +1011,7 @@
    Parameters
    - Single + System.Single opacity

    The opacity of the colour blend.

    @@ -1128,7 +1128,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgGradientSpreadMethodConverter.html b/api/Svg.SvgGradientSpreadMethodConverter.html index a3531088a..335e682a6 100644 --- a/api/Svg.SvgGradientSpreadMethodConverter.html +++ b/api/Svg.SvgGradientSpreadMethodConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgGradientSpreadMethod>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgGradientStop.html b/api/Svg.SvgGradientStop.html index 21f3d479f..fb1bcc64c 100644 --- a/api/Svg.SvgGradientStop.html +++ b/api/Svg.SvgGradientStop.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -434,7 +434,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -593,7 +593,7 @@
    Property Value
    - Single + System.Single @@ -732,7 +732,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgGroup.html b/api/Svg.SvgGroup.html index ea5e59f6a..7ca72fd5a 100644 --- a/api/Svg.SvgGroup.html +++ b/api/Svg.SvgGroup.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -503,7 +503,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -670,7 +670,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgHorizontalKern.html b/api/Svg.SvgHorizontalKern.html index 2480548a6..91be96a1f 100644 --- a/api/Svg.SvgHorizontalKern.html +++ b/api/Svg.SvgHorizontalKern.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -452,7 +452,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -501,7 +501,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgIDException.html b/api/Svg.SvgIDException.html index ba76475b1..cc522d239 100644 --- a/api/Svg.SvgIDException.html +++ b/api/Svg.SvgIDException.html @@ -97,15 +97,12 @@
    Inheritance
    Implements
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    - Exception.GetBaseException() -
    -
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
    Exception.GetType() @@ -126,7 +123,7 @@
    Inherited Members
    Exception.InnerException
    - Exception.Message + System.Exception.Message
    Exception.Source @@ -170,7 +167,7 @@

    Constructors Improve this Doc - View Source + View Source

    SvgIDException()

    @@ -180,49 +177,12 @@
    Declaration
    public SvgIDException()
    - - | - Improve this Doc - - - View Source - - -

    SvgIDException(SerializationInfo, StreamingContext)

    -
    -
    -
    Declaration
    -
    -
    protected SvgIDException(SerializationInfo info, StreamingContext context)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SerializationInfoinfo
    StreamingContextcontext
    | Improve this Doc - View Source + View Source

    SvgIDException(String)

    @@ -254,7 +214,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SvgIDException(String, Exception)

    @@ -288,7 +248,7 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    @@ -301,7 +261,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.SvgIDExistsException.html b/api/Svg.SvgIDExistsException.html index b9676bf8f..9dc6028ed 100644 --- a/api/Svg.SvgIDExistsException.html +++ b/api/Svg.SvgIDExistsException.html @@ -96,15 +96,12 @@
    Inheritance
    Implements
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    - Exception.GetBaseException() -
    -
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
    Exception.GetType() @@ -125,7 +122,7 @@
    Inherited Members
    Exception.InnerException
    - Exception.Message + System.Exception.Message
    Exception.Source @@ -169,7 +166,7 @@

    Constructors Improve this Doc - View Source + View Source

    SvgIDExistsException()

    @@ -179,49 +176,12 @@
    Declaration
    public SvgIDExistsException()
    - - | - Improve this Doc - - - View Source - - -

    SvgIDExistsException(SerializationInfo, StreamingContext)

    -
    -
    -
    Declaration
    -
    -
    protected SvgIDExistsException(SerializationInfo info, StreamingContext context)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SerializationInfoinfo
    StreamingContextcontext
    | Improve this Doc - View Source + View Source

    SvgIDExistsException(String)

    @@ -253,7 +213,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SvgIDExistsException(String, Exception)

    @@ -287,7 +247,7 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    @@ -300,7 +260,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.SvgIDWrongFormatException.html b/api/Svg.SvgIDWrongFormatException.html index 1825930b1..e60d883cc 100644 --- a/api/Svg.SvgIDWrongFormatException.html +++ b/api/Svg.SvgIDWrongFormatException.html @@ -96,15 +96,12 @@
    Inheritance
    Implements
    -
    ISerializable
    +
    System.Runtime.Serialization.ISerializable
    Inherited Members
    - Exception.GetBaseException() -
    -
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + System.Exception.GetBaseException()
    Exception.GetType() @@ -125,7 +122,7 @@
    Inherited Members
    Exception.InnerException
    - Exception.Message + System.Exception.Message
    Exception.Source @@ -169,7 +166,7 @@

    Constructors Improve this Doc - View Source + View Source

    SvgIDWrongFormatException()

    @@ -179,49 +176,12 @@
    Declaration
    public SvgIDWrongFormatException()
    - - | - Improve this Doc - - - View Source - - -

    SvgIDWrongFormatException(SerializationInfo, StreamingContext)

    -
    -
    -
    Declaration
    -
    -
    protected SvgIDWrongFormatException(SerializationInfo info, StreamingContext context)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SerializationInfoinfo
    StreamingContextcontext
    | Improve this Doc - View Source + View Source

    SvgIDWrongFormatException(String)

    @@ -253,7 +213,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SvgIDWrongFormatException(String, Exception)

    @@ -287,7 +247,7 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
    @@ -300,7 +260,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/Svg.SvgImage.html b/api/Svg.SvgImage.html index 459757373..af8336a89 100644 --- a/api/Svg.SvgImage.html +++ b/api/Svg.SvgImage.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    ISvgStylable
    ISvgBoundable
    @@ -492,7 +492,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -952,7 +952,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgImageRenderingConverter.html b/api/Svg.SvgImageRenderingConverter.html index 78a7d160a..0a22e4aa9 100644 --- a/api/Svg.SvgImageRenderingConverter.html +++ b/api/Svg.SvgImageRenderingConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgImageRendering>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgKern.html b/api/Svg.SvgKern.html index fc02d4ade..1c7a4989d 100644 --- a/api/Svg.SvgKern.html +++ b/api/Svg.SvgKern.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -441,7 +441,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -537,7 +537,7 @@
    Property Value
    - Single + System.Single @@ -607,7 +607,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgLine.html b/api/Svg.SvgLine.html index efc2b1adb..65bdaeb28 100644 --- a/api/Svg.SvgLine.html +++ b/api/Svg.SvgLine.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -503,7 +503,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -803,7 +803,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgLinearGradientServer.GradientPoints.html b/api/Svg.SvgLinearGradientServer.GradientPoints.html index f3dc954d6..64a6aaf7a 100644 --- a/api/Svg.SvgLinearGradientServer.GradientPoints.html +++ b/api/Svg.SvgLinearGradientServer.GradientPoints.html @@ -140,12 +140,12 @@
    Parameters
    - PointF + System.Drawing.PointF startPoint - PointF + System.Drawing.PointF endPoint @@ -177,7 +177,7 @@
    Field Value
    - PointF + System.Drawing.PointF @@ -206,7 +206,7 @@
    Field Value
    - PointF + System.Drawing.PointF diff --git a/api/Svg.SvgLinearGradientServer.html b/api/Svg.SvgLinearGradientServer.html index 171bdbc77..fafefee32 100644 --- a/api/Svg.SvgLinearGradientServer.html +++ b/api/Svg.SvgLinearGradientServer.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -659,7 +659,7 @@
    Parameters
    - Single + System.Single opacity @@ -724,7 +724,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgMarker.html b/api/Svg.SvgMarker.html index a13425585..fcc3f49ee 100644 --- a/api/Svg.SvgMarker.html +++ b/api/Svg.SvgMarker.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -493,7 +493,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -961,17 +961,17 @@
    Parameters
    - PointF + System.Drawing.PointF pRefPoint - PointF + System.Drawing.PointF pMarkerPoint1 - PointF + System.Drawing.PointF pMarkerPoint2 @@ -1019,22 +1019,22 @@
    Parameters
    - PointF + System.Drawing.PointF pRefPoint - PointF + System.Drawing.PointF pMarkerPoint1 - PointF + System.Drawing.PointF pMarkerPoint2 - PointF + System.Drawing.PointF pMarkerPoint3 @@ -1045,7 +1045,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgMarkerElement.html b/api/Svg.SvgMarkerElement.html index d6fd14d56..7b2081f29 100644 --- a/api/Svg.SvgMarkerElement.html +++ b/api/Svg.SvgMarkerElement.html @@ -101,7 +101,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -506,7 +506,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -543,7 +543,7 @@
    Property Value
    - Uri + System.Uri @@ -574,7 +574,7 @@
    Property Value
    - Uri + System.Uri @@ -605,7 +605,7 @@
    Property Value
    - Uri + System.Uri @@ -669,7 +669,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgMarkerUnitsConverter.html b/api/Svg.SvgMarkerUnitsConverter.html index 8ad6ecc34..df5fd56e5 100644 --- a/api/Svg.SvgMarkerUnitsConverter.html +++ b/api/Svg.SvgMarkerUnitsConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgMarkerUnits>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgMask.html b/api/Svg.SvgMask.html index e8c1ad0d0..7c0afc1e2 100644 --- a/api/Svg.SvgMask.html +++ b/api/Svg.SvgMask.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    ISvgTransformable
    -
    System.ICloneable
    +
    ICloneable
    ISvgNode
    @@ -437,7 +437,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -674,7 +674,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgMissingGlyph.html b/api/Svg.SvgMissingGlyph.html index 58b28a2cc..46fe64763 100644 --- a/api/Svg.SvgMissingGlyph.html +++ b/api/Svg.SvgMissingGlyph.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -524,7 +524,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -607,7 +607,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgMorphologyOperatorConverter.html b/api/Svg.SvgMorphologyOperatorConverter.html index 917b4dff2..7a8431e66 100644 --- a/api/Svg.SvgMorphologyOperatorConverter.html +++ b/api/Svg.SvgMorphologyOperatorConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgMorphologyOperator>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgNamespaces.html b/api/Svg.SvgNamespaces.html index 932276df8..310b633c2 100644 --- a/api/Svg.SvgNamespaces.html +++ b/api/Svg.SvgNamespaces.html @@ -111,7 +111,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgNumberCollection.html b/api/Svg.SvgNumberCollection.html index 6c49e1497..cf8238aeb 100644 --- a/api/Svg.SvgNumberCollection.html +++ b/api/Svg.SvgNumberCollection.html @@ -83,26 +83,26 @@

    Class SvgNumberCollection

    -

    Represents a list of Single.

    +

    Represents a list of System.Single.

    Inheritance
    -
    System.Collections.Generic.List<Single>
    +
    List<System.Single>
    SvgNumberCollection
    Implements
    - - - -
    System.Collections.Generic.IReadOnlyCollection<Single>
    - +
    IList<System.Single>
    +
    ICollection<System.Single>
    +
    IReadOnlyList<System.Single>
    +
    IReadOnlyCollection<System.Single>
    +
    IEnumerable<System.Single>
    -
    System.ICloneable
    +
    Inherited Members
    @@ -125,10 +125,10 @@
    Inherited Members
    List<Single>.BinarySearch(Int32, Int32, Single, IComparer<Single>)
    - System.Collections.Generic.List<System.Single>.BinarySearch(System.Single) + List<Single>.BinarySearch(Single)
    - System.Collections.Generic.List<System.Single>.BinarySearch(System.Single, System.Collections.Generic.IComparer<System.Single>) + List<Single>.BinarySearch(Single, IComparer<Single>)
    List<Single>.Clear() @@ -176,7 +176,7 @@
    Inherited Members
    List<Single>.FindLastIndex(Int32, Int32, Predicate<Single>)
    - List<Single>.FindLastIndex(Int32, Predicate<Single>) + System.Collections.Generic.List<System.Single>.FindLastIndex(System.Int32, System.Predicate<System.Single>)
    List<Single>.FindLastIndex(Predicate<Single>) @@ -221,7 +221,7 @@
    Inherited Members
    List<Single>.RemoveAll(Predicate<Single>)
    - List<Single>.RemoveAt(Int32) + System.Collections.Generic.List<System.Single>.RemoveAt(System.Int32)
    List<Single>.RemoveRange(Int32, Int32) @@ -232,6 +232,9 @@
    Inherited Members
    System.Collections.Generic.List<System.Single>.Reverse(System.Int32, System.Int32)
    + @@ -239,7 +242,7 @@
    Inherited Members
    List<Single>.Sort(IComparer<Single>)
    - List<Single>.Sort(Comparison<Single>) + System.Collections.Generic.List<System.Single>.Sort(System.Comparison<System.Single>)
    List<Single>.Sort(Int32, Int32, IComparer<Single>) @@ -393,7 +396,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Implements

    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.SvgNumberCollectionConverter.html b/api/Svg.SvgNumberCollectionConverter.html index 2a99c0334..0d04b39ce 100644 --- a/api/Svg.SvgNumberCollectionConverter.html +++ b/api/Svg.SvgNumberCollectionConverter.html @@ -98,7 +98,7 @@
    Inherited Members
    TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -134,7 +134,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -167,7 +167,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -197,13 +197,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -224,7 +224,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -298,7 +298,7 @@
    Returns
    Overrides
    -
    System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    +
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    Exceptions
    @@ -341,7 +341,7 @@
    Parameters
    - + diff --git a/api/Svg.SvgOptions.html b/api/Svg.SvgOptions.html index 252777f2b..8c12670ee 100644 --- a/api/Svg.SvgOptions.html +++ b/api/Svg.SvgOptions.html @@ -96,7 +96,7 @@
    Implements
    ICollection<KeyValuePair<String, String>>
    IEnumerable<KeyValuePair<String, String>>
    IEnumerable
    -
    System.ICloneable
    +
    ICloneable
    Inherited Members
    @@ -119,7 +119,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -1014,7 +1014,7 @@
    Returns
    - + @@ -1063,7 +1063,7 @@

    Implements

    System.Collections.IEnumerable
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.SvgOrient.html b/api/Svg.SvgOrient.html index b40aeea68..06d004258 100644 --- a/api/Svg.SvgOrient.html +++ b/api/Svg.SvgOrient.html @@ -225,7 +225,7 @@
    Parameters
    - + @@ -259,7 +259,7 @@
    Property Value
    - + @@ -443,7 +443,7 @@
    Returns
    ReadOnlySpan<System.Char>ReadOnlySpan<Char> numbers
    System.Collections.IEnumeratorIEnumerator
    SingleSystem.Single angle
    SingleSystem.Single
    Overrides
    -
    System.Object.ToString()
    +
    Object.ToString()

    Operators

    @@ -455,7 +455,7 @@

    Operators

    Implicit(Single to SvgOrient)

    -

    Performs an implicit conversion from Single to SvgOrient.

    +

    Performs an implicit conversion from System.Single to SvgOrient.

    Declaration
    @@ -473,7 +473,7 @@
    Parameters
    - Single + System.Single value

    The value.

    diff --git a/api/Svg.SvgOverflowConverter.html b/api/Svg.SvgOverflowConverter.html index d90091714..a24186cfe 100644 --- a/api/Svg.SvgOverflowConverter.html +++ b/api/Svg.SvgOverflowConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgOverflow>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -140,7 +140,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -173,7 +173,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgPaintServer.html b/api/Svg.SvgPaintServer.html index 4803047a9..69e3ed218 100644 --- a/api/Svg.SvgPaintServer.html +++ b/api/Svg.SvgPaintServer.html @@ -100,7 +100,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -614,7 +614,7 @@
    Parameters
    - Single + System.Single opacity

    The opacity of the brush.

    @@ -711,13 +711,13 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Implements

    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgPath.html b/api/Svg.SvgPath.html index 1b07ace29..a37d0f888 100644 --- a/api/Svg.SvgPath.html +++ b/api/Svg.SvgPath.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -507,7 +507,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -576,7 +576,7 @@
    Property Value
    - Single + System.Single @@ -733,7 +733,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgPathBasedElement.html b/api/Svg.SvgPathBasedElement.html index f33e5265f..df1bdce7a 100644 --- a/api/Svg.SvgPathBasedElement.html +++ b/api/Svg.SvgPathBasedElement.html @@ -102,7 +102,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -507,7 +507,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -555,7 +555,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgPathBuilder.html b/api/Svg.SvgPathBuilder.html index f657039b6..af4b7d645 100644 --- a/api/Svg.SvgPathBuilder.html +++ b/api/Svg.SvgPathBuilder.html @@ -97,7 +97,7 @@
    Inherited Members
    TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -133,7 +133,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -166,7 +166,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -196,13 +196,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -223,7 +223,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -292,7 +292,7 @@
    Returns
    Overrides
    -
    System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    +
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    | Improve this Doc @@ -320,7 +320,7 @@
    Parameters
    - ReadOnlySpan<System.Char> + ReadOnlySpan<Char> path

    A String containing path data.

    diff --git a/api/Svg.SvgPatternServer.html b/api/Svg.SvgPatternServer.html index c1343eb0d..bcdb67d6c 100644 --- a/api/Svg.SvgPatternServer.html +++ b/api/Svg.SvgPatternServer.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -922,7 +922,7 @@
    Parameters
    - Single + System.Single opacity

    The opacity of the brush.

    @@ -957,7 +957,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgPoint.html b/api/Svg.SvgPoint.html index 6812f77fc..871f5032d 100644 --- a/api/Svg.SvgPoint.html +++ b/api/Svg.SvgPoint.html @@ -404,7 +404,7 @@
    Returns
    - PointF + System.Drawing.PointF diff --git a/api/Svg.SvgPointCollection.html b/api/Svg.SvgPointCollection.html index b6b1cf675..9790c3dc3 100644 --- a/api/Svg.SvgPointCollection.html +++ b/api/Svg.SvgPointCollection.html @@ -89,7 +89,7 @@

    Inheritance
    -
    System.Collections.Generic.List<SvgUnit>
    +
    SvgPointCollection
    @@ -97,12 +97,12 @@
    Implements
    -
    System.Collections.Generic.IReadOnlyCollection<SvgUnit>
    + -
    System.ICloneable
    +
    Inherited Members
    @@ -125,10 +125,10 @@
    Inherited Members
    List<SvgUnit>.BinarySearch(Int32, Int32, SvgUnit, IComparer<SvgUnit>)
    - System.Collections.Generic.List<Svg.SvgUnit>.BinarySearch(Svg.SvgUnit) + List<SvgUnit>.BinarySearch(SvgUnit)
    - System.Collections.Generic.List<Svg.SvgUnit>.BinarySearch(Svg.SvgUnit, System.Collections.Generic.IComparer<Svg.SvgUnit>) + List<SvgUnit>.BinarySearch(SvgUnit, IComparer<SvgUnit>)
    - List<SvgUnit>.FindLastIndex(Int32, Predicate<SvgUnit>) + System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Int32, System.Predicate<Svg.SvgUnit>)
    - List<SvgUnit>.RemoveAt(Int32) + System.Collections.Generic.List<Svg.SvgUnit>.RemoveAt(System.Int32)
    List<SvgUnit>.RemoveRange(Int32, Int32) @@ -232,6 +232,9 @@
    Inherited Members
    System.Collections.Generic.List<Svg.SvgUnit>.Reverse(System.Int32, System.Int32)
    + @@ -239,7 +242,7 @@
    Inherited Members
    List<SvgUnit>.Sort(IComparer<SvgUnit>)
    - List<SvgUnit>.Sort(Comparison<SvgUnit>) + System.Collections.Generic.List<Svg.SvgUnit>.Sort(System.Comparison<Svg.SvgUnit>)
    List<SvgUnit>.Sort(Int32, Int32, IComparer<SvgUnit>) @@ -393,7 +396,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Implements

    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.SvgPolygon.html b/api/Svg.SvgPolygon.html index ba600cf02..acce5ae76 100644 --- a/api/Svg.SvgPolygon.html +++ b/api/Svg.SvgPolygon.html @@ -99,7 +99,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -510,7 +510,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -641,7 +641,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgPolyline.html b/api/Svg.SvgPolyline.html index ddd88de27..89ab262b4 100644 --- a/api/Svg.SvgPolyline.html +++ b/api/Svg.SvgPolyline.html @@ -99,7 +99,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -513,7 +513,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -611,7 +611,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgRadialGradientServer.html b/api/Svg.SvgRadialGradientServer.html index 3dbe8c5c0..a5292476b 100644 --- a/api/Svg.SvgRadialGradientServer.html +++ b/api/Svg.SvgRadialGradientServer.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -719,7 +719,7 @@
    Parameters
    - Single + System.Single opacity @@ -784,7 +784,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgRectangle.html b/api/Svg.SvgRectangle.html index 12df1688e..5fdaa351c 100644 --- a/api/Svg.SvgRectangle.html +++ b/api/Svg.SvgRectangle.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -493,7 +493,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -894,7 +894,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgRenderer.html b/api/Svg.SvgRenderer.html index 651fe1919..a78be9c50 100644 --- a/api/Svg.SvgRenderer.html +++ b/api/Svg.SvgRenderer.html @@ -118,7 +118,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -154,7 +154,7 @@
    Property Value
    - Single + System.Single @@ -329,7 +329,7 @@
    Parameters
    - Single + System.Single opacity @@ -366,7 +366,7 @@
    Parameters
    - System.Drawing.Point + Point location @@ -690,7 +690,7 @@
    Parameters
    - Single + System.Single fAngle @@ -727,12 +727,12 @@
    Parameters
    - Single + System.Single sx - Single + System.Single sy @@ -838,12 +838,12 @@
    Parameters
    - Single + System.Single dx - Single + System.Single dy diff --git a/api/Svg.SvgScript.html b/api/Svg.SvgScript.html index 5642acafe..5052f667d 100644 --- a/api/Svg.SvgScript.html +++ b/api/Svg.SvgScript.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -435,7 +435,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -641,7 +641,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgShapeRenderingConverter.html b/api/Svg.SvgShapeRenderingConverter.html index cbdf8fc29..2d4007d06 100644 --- a/api/Svg.SvgShapeRenderingConverter.html +++ b/api/Svg.SvgShapeRenderingConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgShapeRendering>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgStitchTypeConverter.html b/api/Svg.SvgStitchTypeConverter.html index 2713fc029..bec4f63b4 100644 --- a/api/Svg.SvgStitchTypeConverter.html +++ b/api/Svg.SvgStitchTypeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgStitchType>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgStrokeLineCapConverter.html b/api/Svg.SvgStrokeLineCapConverter.html index 53130869f..b3bcf9c8e 100644 --- a/api/Svg.SvgStrokeLineCapConverter.html +++ b/api/Svg.SvgStrokeLineCapConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgStrokeLineCap>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgStrokeLineJoinConverter.html b/api/Svg.SvgStrokeLineJoinConverter.html index cbef0e0af..79a903211 100644 --- a/api/Svg.SvgStrokeLineJoinConverter.html +++ b/api/Svg.SvgStrokeLineJoinConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgStrokeLineJoin>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgSwitch.html b/api/Svg.SvgSwitch.html index 577affb79..a5a87946d 100644 --- a/api/Svg.SvgSwitch.html +++ b/api/Svg.SvgSwitch.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -492,7 +492,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -663,7 +663,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgSymbol.html b/api/Svg.SvgSymbol.html index 2d5831378..d84fa5652 100644 --- a/api/Svg.SvgSymbol.html +++ b/api/Svg.SvgSymbol.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -487,7 +487,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -801,7 +801,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgText.html b/api/Svg.SvgText.html index dfd300897..e0192fa38 100644 --- a/api/Svg.SvgText.html +++ b/api/Svg.SvgText.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -651,7 +651,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTextAnchorConverter.html b/api/Svg.SvgTextAnchorConverter.html index 0d543c704..c12ddc11e 100644 --- a/api/Svg.SvgTextAnchorConverter.html +++ b/api/Svg.SvgTextAnchorConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextAnchor>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextBase.html b/api/Svg.SvgTextBase.html index 37e3f6fe8..0fb6b444f 100644 --- a/api/Svg.SvgTextBase.html +++ b/api/Svg.SvgTextBase.html @@ -99,7 +99,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -999,7 +999,7 @@
    Returns
    - Single + System.Single @@ -1359,7 +1359,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    + | Improve this Doc @@ -1430,7 +1430,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTextDecorationConverter.html b/api/Svg.SvgTextDecorationConverter.html index 394af0605..e384a4ee2 100644 --- a/api/Svg.SvgTextDecorationConverter.html +++ b/api/Svg.SvgTextDecorationConverter.html @@ -101,7 +101,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextDecoration>.CanConvertFrom(ITypeDescriptorContext, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -224,7 +224,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextLengthAdjustConverter.html b/api/Svg.SvgTextLengthAdjustConverter.html index ca1bd6f30..7820f5920 100644 --- a/api/Svg.SvgTextLengthAdjustConverter.html +++ b/api/Svg.SvgTextLengthAdjustConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextLengthAdjust>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextPath.html b/api/Svg.SvgTextPath.html index 0a8fdb40e..170b45b14 100644 --- a/api/Svg.SvgTextPath.html +++ b/api/Svg.SvgTextPath.html @@ -97,7 +97,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -641,7 +641,7 @@
    Property Value
    - Uri + System.Uri @@ -765,7 +765,7 @@
    Returns
    - Single + System.Single @@ -826,7 +826,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTextPathMethodConverter.html b/api/Svg.SvgTextPathMethodConverter.html index d3ee6f342..6592ca4bf 100644 --- a/api/Svg.SvgTextPathMethodConverter.html +++ b/api/Svg.SvgTextPathMethodConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextPathMethod>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextPathSpacingConverter.html b/api/Svg.SvgTextPathSpacingConverter.html index 408c8e601..62affb8a6 100644 --- a/api/Svg.SvgTextPathSpacingConverter.html +++ b/api/Svg.SvgTextPathSpacingConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextPathSpacing>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextRef.html b/api/Svg.SvgTextRef.html index 6a1825fbb..b808729a7 100644 --- a/api/Svg.SvgTextRef.html +++ b/api/Svg.SvgTextRef.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -587,7 +587,7 @@
    Property Value
    - Uri + System.Uri @@ -631,7 +631,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTextRenderingConverter.html b/api/Svg.SvgTextRenderingConverter.html index 61a3f127b..4428ea032 100644 --- a/api/Svg.SvgTextRenderingConverter.html +++ b/api/Svg.SvgTextRenderingConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextRendering>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTextSpan.html b/api/Svg.SvgTextSpan.html index fb45aab07..d0d4a5414 100644 --- a/api/Svg.SvgTextSpan.html +++ b/api/Svg.SvgTextSpan.html @@ -96,7 +96,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -598,7 +598,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTextTransformationConverter.html b/api/Svg.SvgTextTransformationConverter.html index 5f0c52030..cfb961b7b 100644 --- a/api/Svg.SvgTextTransformationConverter.html +++ b/api/Svg.SvgTextTransformationConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTextTransformation>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgTitle.html b/api/Svg.SvgTitle.html index fb1fe8daa..23b4a995e 100644 --- a/api/Svg.SvgTitle.html +++ b/api/Svg.SvgTitle.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -509,13 +509,13 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Implements

    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgTurbulenceTypeConverter.html b/api/Svg.SvgTurbulenceTypeConverter.html index 545741277..91a2df3a7 100644 --- a/api/Svg.SvgTurbulenceTypeConverter.html +++ b/api/Svg.SvgTurbulenceTypeConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<SvgTurbulenceType>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.SvgUnit.html b/api/Svg.SvgUnit.html index b5ae764a3..2ed084b28 100644 --- a/api/Svg.SvgUnit.html +++ b/api/Svg.SvgUnit.html @@ -140,7 +140,7 @@
    Parameters
    - Single + System.Single value

    The value.

    @@ -174,7 +174,7 @@
    Parameters
    - Single + System.Single value

    The value.

    @@ -364,7 +364,7 @@
    Property Value
    - Single + System.Single @@ -524,7 +524,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -586,7 +586,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -738,7 +738,7 @@
    Returns
    - Single + System.Single

    The representation of the current unit in a device value (usually pixels).

    @@ -871,7 +871,7 @@
    Returns

    Implicit(SvgUnit to Single)

    -

    Performs an implicit conversion from SvgUnit to Single.

    +

    Performs an implicit conversion from SvgUnit to System.Single.

    Declaration
    @@ -906,7 +906,7 @@
    Returns
    - Single + System.Single

    The result of the conversion.

    @@ -921,7 +921,7 @@
    Returns

    Implicit(Single to SvgUnit)

    -

    Performs an implicit conversion from Single to SvgUnit.

    +

    Performs an implicit conversion from System.Single to SvgUnit.

    Declaration
    @@ -939,7 +939,7 @@
    Parameters
    - Single + System.Single value

    The value.

    diff --git a/api/Svg.SvgUnitCollection.html b/api/Svg.SvgUnitCollection.html index f9af44ecc..f3f0388ec 100644 --- a/api/Svg.SvgUnitCollection.html +++ b/api/Svg.SvgUnitCollection.html @@ -98,14 +98,14 @@
    Implements
    -
    System.Collections.Generic.IReadOnlyCollection<SvgUnit>
    + - -
    System.ICloneable
    +
    System.ComponentModel.INotifyPropertyChanged
    +
    Inherited Members
    @@ -122,7 +122,7 @@
    Inherited Members
    ObservableCollection<SvgUnit>.InsertItem(Int32, SvgUnit)
    - ObservableCollection<SvgUnit>.Move(Int32, Int32) + System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.Move(System.Int32, System.Int32)
    - System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.RemoveItem(System.Int32) + ObservableCollection<SvgUnit>.RemoveItem(Int32)
    - System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.CollectionChanged + ObservableCollection<SvgUnit>.CollectionChanged
    - ObservableCollection<SvgUnit>.INotifyPropertyChanged.PropertyChanged + System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.get_Item(System.Int32) @@ -164,7 +164,7 @@
    Inherited Members
    Collection<SvgUnit>.Contains(SvgUnit)
    - System.Collections.ObjectModel.Collection<Svg.SvgUnit>.CopyTo(Svg.SvgUnit[], System.Int32) + Collection<SvgUnit>.CopyTo(SvgUnit[], Int32)
    Collection<SvgUnit>.GetEnumerator() @@ -203,7 +203,7 @@
    Inherited Members
    System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.Remove(System.Object)
    - Collection<SvgUnit>.Count + System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Count
    - Collection<SvgUnit>.IList.IsFixedSize + System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.IList.IsFixedSize
    Collection<SvgUnit>.IList.IsReadOnly @@ -490,7 +490,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Implements

    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    - System.ComponentModel.INotifyPropertyChanged + System.ComponentModel.INotifyPropertyChanged
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.SvgUnitCollectionConverter.html b/api/Svg.SvgUnitCollectionConverter.html index 9eebbfd62..8701b1df5 100644 --- a/api/Svg.SvgUnitCollectionConverter.html +++ b/api/Svg.SvgUnitCollectionConverter.html @@ -98,7 +98,7 @@
    Inherited Members
    TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) @@ -134,7 +134,7 @@
    Inherited Members
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) @@ -167,7 +167,7 @@
    Inherited Members
    TypeConverter.GetProperties(ITypeDescriptorContext, Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    TypeConverter.GetProperties(Object) @@ -197,13 +197,13 @@
    Inherited Members
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -224,7 +224,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -298,7 +298,7 @@
    Returns
    Overrides
    -
    System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    +
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    Exceptions
    @@ -341,7 +341,7 @@
    Parameters
    - + diff --git a/api/Svg.SvgUnitConverter.html b/api/Svg.SvgUnitConverter.html index 047a49281..206ed6b8d 100644 --- a/api/Svg.SvgUnitConverter.html +++ b/api/Svg.SvgUnitConverter.html @@ -94,7 +94,7 @@
    Inheritance
    Inherited Members
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -214,7 +214,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -391,7 +391,7 @@
    Returns
    ReadOnlySpan<System.Char>ReadOnlySpan<Char> points
    Overrides
    -
    System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    +
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    | Improve this Doc @@ -482,7 +482,7 @@
    Parameters
    - ReadOnlySpan<System.Char> + ReadOnlySpan<Char> unit diff --git a/api/Svg.SvgUnknownElement.html b/api/Svg.SvgUnknownElement.html index f338936f0..3f7158422 100644 --- a/api/Svg.SvgUnknownElement.html +++ b/api/Svg.SvgUnknownElement.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -436,7 +436,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -533,7 +533,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgUse.html b/api/Svg.SvgUse.html index bc0488be1..d0fc54669 100644 --- a/api/Svg.SvgUse.html +++ b/api/Svg.SvgUse.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -485,7 +485,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -618,7 +618,7 @@
    Property Value
    - Uri + System.Uri @@ -918,7 +918,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgVerticalKern.html b/api/Svg.SvgVerticalKern.html index 1cc45f903..b2e25ddfc 100644 --- a/api/Svg.SvgVerticalKern.html +++ b/api/Svg.SvgVerticalKern.html @@ -95,7 +95,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    @@ -452,7 +452,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -501,7 +501,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.SvgViewBox.html b/api/Svg.SvgViewBox.html index 7944884bb..c3b52a10b 100644 --- a/api/Svg.SvgViewBox.html +++ b/api/Svg.SvgViewBox.html @@ -137,25 +137,25 @@
    Parameters
    - Single + System.Single minX

    The min X.

    - Single + System.Single minY

    The min Y.

    - Single + System.Single width

    The width.

    - Single + System.Single height

    The height.

    @@ -221,7 +221,7 @@
    Property Value
    - Single + System.Single @@ -252,7 +252,7 @@
    Property Value
    - Single + System.Single @@ -283,7 +283,7 @@
    Property Value
    - Single + System.Single @@ -314,7 +314,7 @@
    Property Value
    - Single + System.Single diff --git a/api/Svg.SvgVisualElement.html b/api/Svg.SvgVisualElement.html index dffbc4aba..ec7fe82b9 100644 --- a/api/Svg.SvgVisualElement.html +++ b/api/Svg.SvgVisualElement.html @@ -102,7 +102,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    + @@ -447,7 +447,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    @@ -565,7 +565,7 @@
    Property Value
    - Uri + System.Uri @@ -688,7 +688,7 @@
    Property Value
    - Uri + System.Uri @@ -1080,7 +1080,7 @@
    Returns
    - PointF + System.Drawing.PointF @@ -1188,7 +1188,7 @@

    Implements

    ISvgTransformable
    - System.ICloneable + System.ICloneable
    ISvgNode diff --git a/api/Svg.Transforms.SvgMatrix.html b/api/Svg.Transforms.SvgMatrix.html index bf16af927..1f8dff19b 100644 --- a/api/Svg.Transforms.SvgMatrix.html +++ b/api/Svg.Transforms.SvgMatrix.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -154,7 +154,7 @@
    Parameters
    - System.Collections.Generic.List<Single> + List<System.Single> m @@ -219,7 +219,7 @@
    Property Value
    - System.Collections.Generic.List<Single> + List<System.Single> @@ -292,7 +292,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgRotate.html b/api/Svg.Transforms.SvgRotate.html index 5632d79ab..a2ac90f81 100644 --- a/api/Svg.Transforms.SvgRotate.html +++ b/api/Svg.Transforms.SvgRotate.html @@ -93,7 +93,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -153,7 +153,7 @@
    Parameters
    - Single + System.Single angle @@ -185,17 +185,17 @@
    Parameters
    - Single + System.Single angle - Single + System.Single centerX - Single + System.Single centerY @@ -228,7 +228,7 @@
    Property Value
    - Single + System.Single @@ -258,7 +258,7 @@
    Property Value
    - Single + System.Single @@ -288,7 +288,7 @@
    Property Value
    - Single + System.Single @@ -393,7 +393,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgScale.html b/api/Svg.Transforms.SvgScale.html index d73274178..2152bb59b 100644 --- a/api/Svg.Transforms.SvgScale.html +++ b/api/Svg.Transforms.SvgScale.html @@ -93,7 +93,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -153,7 +153,7 @@
    Parameters
    - Single + System.Single x @@ -185,12 +185,12 @@
    Parameters
    - Single + System.Single x - Single + System.Single y @@ -255,7 +255,7 @@
    Property Value
    - Single + System.Single @@ -285,7 +285,7 @@
    Property Value
    - Single + System.Single @@ -358,7 +358,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgShear.html b/api/Svg.Transforms.SvgShear.html index c656e5349..44c72b1f0 100644 --- a/api/Svg.Transforms.SvgShear.html +++ b/api/Svg.Transforms.SvgShear.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -154,7 +154,7 @@
    Parameters
    - Single + System.Single x @@ -186,12 +186,12 @@
    Parameters
    - Single + System.Single x - Single + System.Single y @@ -256,7 +256,7 @@
    Property Value
    - Single + System.Single @@ -286,7 +286,7 @@
    Property Value
    - Single + System.Single @@ -359,7 +359,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgSkew.html b/api/Svg.Transforms.SvgSkew.html index 7045e9234..a314a2014 100644 --- a/api/Svg.Transforms.SvgSkew.html +++ b/api/Svg.Transforms.SvgSkew.html @@ -94,7 +94,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -154,12 +154,12 @@
    Parameters
    - Single + System.Single x - Single + System.Single y @@ -192,7 +192,7 @@
    Property Value
    - Single + System.Single @@ -222,7 +222,7 @@
    Property Value
    - Single + System.Single @@ -327,7 +327,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgTransform.html b/api/Svg.Transforms.SvgTransform.html index 8d03a5760..81c0d87fc 100644 --- a/api/Svg.Transforms.SvgTransform.html +++ b/api/Svg.Transforms.SvgTransform.html @@ -98,7 +98,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -297,7 +297,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    + | Improve this Doc @@ -436,7 +436,7 @@
    Returns

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgTransformCollection.html b/api/Svg.Transforms.SvgTransformCollection.html index 28ec93335..d6282fe9a 100644 --- a/api/Svg.Transforms.SvgTransformCollection.html +++ b/api/Svg.Transforms.SvgTransformCollection.html @@ -88,7 +88,7 @@

    Inheritance
    -
    System.Collections.Generic.List<SvgTransform>
    +
    SvgTransformCollection
    @@ -96,12 +96,12 @@
    Implements
    -
    System.Collections.Generic.IReadOnlyCollection<SvgTransform>
    + -
    System.ICloneable
    +
    Inherited Members
    @@ -118,10 +118,10 @@
    Inherited Members
    List<SvgTransform>.BinarySearch(Int32, Int32, SvgTransform, IComparer<SvgTransform>)
    - System.Collections.Generic.List<Svg.Transforms.SvgTransform>.BinarySearch(Svg.Transforms.SvgTransform) + List<SvgTransform>.BinarySearch(SvgTransform)
    - System.Collections.Generic.List<Svg.Transforms.SvgTransform>.BinarySearch(Svg.Transforms.SvgTransform, System.Collections.Generic.IComparer<Svg.Transforms.SvgTransform>) + List<SvgTransform>.BinarySearch(SvgTransform, IComparer<SvgTransform>)
    - List<SvgTransform>.FindLastIndex(Int32, Predicate<SvgTransform>) + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.FindLastIndex(System.Int32, System.Predicate<Svg.Transforms.SvgTransform>)
    List<SvgTransform>.FindLastIndex(Predicate<SvgTransform>) @@ -219,6 +219,9 @@
    Inherited Members
    System.Collections.Generic.List<Svg.Transforms.SvgTransform>.Reverse(System.Int32, System.Int32)
    + @@ -226,7 +229,7 @@
    Inherited Members
    List<SvgTransform>.Sort(IComparer<SvgTransform>)
    - List<SvgTransform>.Sort(Comparison<SvgTransform>) + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.Sort(System.Comparison<Svg.Transforms.SvgTransform>)
    List<SvgTransform>.Sort(Int32, Int32, IComparer<SvgTransform>) @@ -676,7 +679,7 @@
    Returns
    Overrides
    -
    System.Object.ToString()
    +

    Events

    @@ -720,7 +723,7 @@

    Implements

    System.Collections.Generic.IReadOnlyList<T>
    - System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.Transforms.SvgTransformConverter.html b/api/Svg.Transforms.SvgTransformConverter.html index fcfecc47c..a39698f51 100644 --- a/api/Svg.Transforms.SvgTransformConverter.html +++ b/api/Svg.Transforms.SvgTransformConverter.html @@ -94,7 +94,7 @@
    Inheritance
    Inherited Members
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -214,7 +214,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg.Transforms
    @@ -396,7 +396,7 @@
    Returns
    Overrides
    -
    System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    +
    Exceptions
    @@ -503,7 +503,7 @@
    Parameters
    - + diff --git a/api/Svg.Transforms.SvgTranslate.html b/api/Svg.Transforms.SvgTranslate.html index 87c513352..e59a61ea0 100644 --- a/api/Svg.Transforms.SvgTranslate.html +++ b/api/Svg.Transforms.SvgTranslate.html @@ -93,7 +93,7 @@
    Inheritance
    Implements
    -
    System.ICloneable
    +
    Inherited Members
    @@ -153,7 +153,7 @@
    Parameters
    - + @@ -185,12 +185,12 @@
    Parameters
    - + - + @@ -255,7 +255,7 @@
    Property Value
    - + @@ -285,7 +285,7 @@
    Property Value
    - + @@ -358,7 +358,7 @@
    Overrides

    Implements

    - System.ICloneable + System.ICloneable
    diff --git a/api/Svg.XmlSpaceHandlingConverter.html b/api/Svg.XmlSpaceHandlingConverter.html index cb2b63b67..b956c2a43 100644 --- a/api/Svg.XmlSpaceHandlingConverter.html +++ b/api/Svg.XmlSpaceHandlingConverter.html @@ -107,7 +107,7 @@
    Inherited Members
    EnumBaseConverter<XmlSpaceHandling>.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    - System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) + TypeConverter.CanConvertFrom(Type)
    - TypeConverter.ConvertToInvariantString(Object) + System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    - System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) + TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])
    - TypeConverter.IsValid(ITypeDescriptorContext, Object) + System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    - System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object) @@ -230,7 +230,7 @@
    Inherited Members
    Object.ReferenceEquals(Object, Object)
    - System.Object.ToString() + Object.ToString()
    Namespace: Svg
    diff --git a/api/Svg.html b/api/Svg.html index f17bf6498..6492d6c6c 100644 --- a/api/Svg.html +++ b/api/Svg.html @@ -292,7 +292,7 @@

    SvgMorphology

    SvgNamespaces

    SvgNumberCollection

    -

    Represents a list of Single.

    +

    Represents a list of System.Single.

    SvgNumberCollectionConverter

    A class to convert string into SvgNumberCollection instances.

    diff --git a/doc/ReleaseNotes.html b/doc/ReleaseNotes.html index ef6533fca..495d1853a 100644 --- a/doc/ReleaseNotes.html +++ b/doc/ReleaseNotes.html @@ -76,9 +76,18 @@

    SVG.NET Release Notes

    Unreleased

    Changes

      -
    • added SvgOptions with css parameter to Open so that this can be used for transforming the svgdocument.
    • +
    • Added: A class, SvgOptions, with external css parameters for styling or transforming the SvgDocument.
    • Split tests SVG/PNG files into Issues and W3C Test Suite. W3C Test Suite files are not automatically downloaded.
    • Repository clean-up, reducing the download zip size from 22MB to 4.5MB.
    • +
    • Added: Support for .NET 4.7.2, .NET 4.8.1 and .NET 8.0.
    • +
    • Added: A new project, Tests/Svg.Tests.Common for sharing codes between test applications.
    • +
    • [Breaking change] The support for .NET 8 resulted in a breaking change to the signature of methods in CoordinateParser. +
        +
      • The changes are needed to fix a compiler error CS8352.
      • +
      • The use of read-only arguments as referenced variable is not necessary.
      • +
      • The use of ref in the function arguements resulting in CS8352 error are all removed.
      • +
      +

    Enhancements

      diff --git a/index.json b/index.json index c7541d3ce..1953f4cfb 100644 --- a/index.json +++ b/index.json @@ -2,22 +2,22 @@ "api/Svg.AttributeEventArgs.html": { "href": "api/Svg.AttributeEventArgs.html", "title": "Class AttributeEventArgs | SVG.NET API", - "keywords": "Class AttributeEventArgs Describes the Attribute which was set Inheritance Object System.EventArgs SVGArg AttributeEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class AttributeEventArgs : SVGArg Fields | Improve this Doc View Source Attribute Declaration public string Attribute Field Value Type Description String | Improve this Doc View Source Value Declaration public object Value Field Value Type Description Object" + "keywords": "Class AttributeEventArgs Describes the Attribute which was set Inheritance Object EventArgs SVGArg AttributeEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class AttributeEventArgs : SVGArg Fields | Improve this Doc View Source Attribute Declaration public string Attribute Field Value Type Description String | Improve this Doc View Source Value Declaration public object Value Field Value Type Description Object" }, "api/Svg.ChildAddedEventArgs.html": { "href": "api/Svg.ChildAddedEventArgs.html", "title": "Class ChildAddedEventArgs | SVG.NET API", - "keywords": "Class ChildAddedEventArgs Describes the Attribute which was set Inheritance Object System.EventArgs SVGArg ChildAddedEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class ChildAddedEventArgs : SVGArg Fields | Improve this Doc View Source BeforeSibling Declaration public SvgElement BeforeSibling Field Value Type Description SvgElement | Improve this Doc View Source NewChild Declaration public SvgElement NewChild Field Value Type Description SvgElement" + "keywords": "Class ChildAddedEventArgs Describes the Attribute which was set Inheritance Object EventArgs SVGArg ChildAddedEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class ChildAddedEventArgs : SVGArg Fields | Improve this Doc View Source BeforeSibling Declaration public SvgElement BeforeSibling Field Value Type Description SvgElement | Improve this Doc View Source NewChild Declaration public SvgElement NewChild Field Value Type Description SvgElement" }, "api/Svg.ContentEventArgs.html": { "href": "api/Svg.ContentEventArgs.html", "title": "Class ContentEventArgs | SVG.NET API", - "keywords": "Class ContentEventArgs Content of this whas was set Inheritance Object System.EventArgs SVGArg ContentEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class ContentEventArgs : SVGArg Fields | Improve this Doc View Source Content Declaration public string Content Field Value Type Description String" + "keywords": "Class ContentEventArgs Content of this whas was set Inheritance Object EventArgs SVGArg ContentEventArgs Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class ContentEventArgs : SVGArg Fields | Improve this Doc View Source Content Declaration public string Content Field Value Type Description String" }, "api/Svg.CoordinateParser.html": { "href": "api/Svg.CoordinateParser.html", "title": "Class CoordinateParser | SVG.NET API", - "keywords": "Class CoordinateParser Inheritance Object CoordinateParser Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class CoordinateParser Methods | Improve this Doc View Source TryGetBool(out Boolean, ref ReadOnlySpan, ref CoordinateParserState) Declaration public static bool TryGetBool(out bool result, ref ReadOnlySpan 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, ref ReadOnlySpan, ref CoordinateParserState) Declaration public static bool TryGetFloat(out float result, ref ReadOnlySpan chars, ref CoordinateParserState state) Parameters Type Name Description Single result ReadOnlySpan < System.Char > chars CoordinateParserState state Returns Type Description Boolean" + "keywords": "Class CoordinateParser Inheritance Object CoordinateParser Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class CoordinateParser Methods | Improve this Doc View Source TryGetBool(out Boolean, ReadOnlySpan, ref CoordinateParserState) Declaration public static bool TryGetBool(out bool result, ReadOnlySpan chars, ref CoordinateParserState state) Parameters Type Name Description Boolean result ReadOnlySpan < Char > chars CoordinateParserState state Returns Type Description Boolean | Improve this Doc View Source TryGetFloat(out Single, ReadOnlySpan, ref CoordinateParserState) Declaration public static bool TryGetFloat(out float result, ReadOnlySpan chars, ref CoordinateParserState state) Parameters Type Name Description System.Single result ReadOnlySpan < Char > chars CoordinateParserState state Returns Type Description Boolean" }, "api/Svg.CoordinateParserState.html": { "href": "api/Svg.CoordinateParserState.html", @@ -42,12 +42,12 @@ "api/Svg.DataTypes.SvgOrientConverter.html": { "href": "api/Svg.DataTypes.SvgOrientConverter.html", "title": "Class SvgOrientConverter | SVG.NET API", - "keywords": "Class SvgOrientConverter Inheritance Object TypeConverter SvgOrientConverter Inherited Members System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.DataTypes Assembly : Svg.dll Syntax public sealed class SvgOrientConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" + "keywords": "Class SvgOrientConverter Inheritance Object TypeConverter SvgOrientConverter Inherited Members TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.DataTypes Assembly : Svg.dll Syntax public sealed class SvgOrientConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" }, "api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html": { "href": "api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html", "title": "Class SvgPreserveAspectRatioConverter | SVG.NET API", - "keywords": "Class SvgPreserveAspectRatioConverter Inheritance Object TypeConverter SvgPreserveAspectRatioConverter Inherited Members System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.DataTypes Assembly : Svg.dll Syntax public sealed class SvgPreserveAspectRatioConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" + "keywords": "Class SvgPreserveAspectRatioConverter Inheritance Object TypeConverter SvgPreserveAspectRatioConverter Inherited Members TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.DataTypes Assembly : Svg.dll Syntax public sealed class SvgPreserveAspectRatioConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" }, "api/Svg.Document_Structure.html": { "href": "api/Svg.Document_Structure.html", @@ -57,7 +57,7 @@ "api/Svg.Document_Structure.SvgSymbol.html": { "href": "api/Svg.Document_Structure.SvgSymbol.html", "title": "Class SvgSymbol | SVG.NET API", - "keywords": "Class SvgSymbol Inheritance Object SvgElement SvgVisualElement SvgSymbol SvgSymbol Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgSymbol.ViewBox SvgSymbol.AspectRatio SvgSymbol.Renderable SvgSymbol.DeepCopy() SvgSymbol.Path(ISvgRenderer) SvgSymbol.Bounds SvgSymbol.PushTransforms(ISvgRenderer) SvgSymbol.Render(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.Document_Structure Assembly : Svg.dll Syntax [Obsolete(\"Use Svg.SvgSymbol.\")] [SvgElement(\"\")] public class SvgSymbol : SvgSymbol, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgSymbol() Declaration public SvgSymbol() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgSymbol Inheritance Object SvgElement SvgVisualElement SvgSymbol SvgSymbol Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgSymbol.ViewBox SvgSymbol.AspectRatio SvgSymbol.Renderable SvgSymbol.DeepCopy() SvgSymbol.Path(ISvgRenderer) SvgSymbol.Bounds SvgSymbol.PushTransforms(ISvgRenderer) SvgSymbol.Render(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.Document_Structure Assembly : Svg.dll Syntax [Obsolete(\"Use Svg.SvgSymbol.\")] [SvgElement(\"\")] public class SvgSymbol : SvgSymbol, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgSymbol() Declaration public SvgSymbol() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.EnumBaseConverter-1.CaseHandling.html": { "href": "api/Svg.EnumBaseConverter-1.CaseHandling.html", @@ -67,7 +67,7 @@ "api/Svg.EnumBaseConverter-1.html": { "href": "api/Svg.EnumBaseConverter-1.html", "title": "Class EnumBaseConverter | SVG.NET API", - "keywords": "Class EnumBaseConverter Inheritance Object TypeConverter EnumBaseConverter SvgBlendModeConverter SvgChannelSelectorConverter SvgClipRuleConverter SvgColourInterpolationConverter SvgColourMatrixTypeConverter SvgComponentTransferTypeConverter SvgCompositeOperatorConverter SvgCoordinateUnitsConverter SvgEdgeModeConverter SvgFillRuleConverter SvgFontStretchConverter SvgFontStyleConverter SvgFontVariantConverter SvgFontWeightConverter SvgGradientSpreadMethodConverter SvgImageRenderingConverter SvgMarkerUnitsConverter SvgMorphologyOperatorConverter SvgOverflowConverter SvgShapeRenderingConverter SvgStitchTypeConverter SvgStrokeLineCapConverter SvgStrokeLineJoinConverter SvgTextAnchorConverter SvgTextDecorationConverter SvgTextLengthAdjustConverter SvgTextPathMethodConverter SvgTextPathSpacingConverter SvgTextRenderingConverter SvgTextTransformationConverter SvgTurbulenceTypeConverter XmlSpaceHandlingConverter Inherited Members System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class EnumBaseConverter : TypeConverter where T : struct Type Parameters Name Description T Constructors | Improve this Doc View Source EnumBaseConverter(EnumBaseConverter.CaseHandling) Creates a new instance. Declaration public EnumBaseConverter(EnumBaseConverter.CaseHandling caseHandling = EnumBaseConverter.CaseHandling.CamelCase) Parameters Type Name Description EnumBaseConverter.CaseHandling <> caseHandling Defines if the value shall be converted to camelCase, PascalCase, lowercase or kebab-case. Properties | Improve this Doc View Source CaseHandlingMode Defines if the enum literal shall be converted to camelCase, PascalCase or kebab-case. Declaration public EnumBaseConverter.CaseHandling CaseHandlingMode { get; } Property Value Type Description EnumBaseConverter.CaseHandling <> Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Attempts to convert the provided value to T . Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Attempts to convert the value to the destination type. Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" + "keywords": "Class EnumBaseConverter Inheritance Object TypeConverter EnumBaseConverter SvgBlendModeConverter SvgChannelSelectorConverter SvgClipRuleConverter SvgColourInterpolationConverter SvgColourMatrixTypeConverter SvgComponentTransferTypeConverter SvgCompositeOperatorConverter SvgCoordinateUnitsConverter SvgEdgeModeConverter SvgFillRuleConverter SvgFontStretchConverter SvgFontStyleConverter SvgFontVariantConverter SvgFontWeightConverter SvgGradientSpreadMethodConverter SvgImageRenderingConverter SvgMarkerUnitsConverter SvgMorphologyOperatorConverter SvgOverflowConverter SvgShapeRenderingConverter SvgStitchTypeConverter SvgStrokeLineCapConverter SvgStrokeLineJoinConverter SvgTextAnchorConverter SvgTextDecorationConverter SvgTextLengthAdjustConverter SvgTextPathMethodConverter SvgTextPathSpacingConverter SvgTextRenderingConverter SvgTextTransformationConverter SvgTurbulenceTypeConverter XmlSpaceHandlingConverter Inherited Members TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class EnumBaseConverter : TypeConverter where T : struct Type Parameters Name Description T Constructors | Improve this Doc View Source EnumBaseConverter(EnumBaseConverter.CaseHandling) Creates a new instance. Declaration public EnumBaseConverter(EnumBaseConverter.CaseHandling caseHandling = EnumBaseConverter.CaseHandling.CamelCase) Parameters Type Name Description EnumBaseConverter.CaseHandling <> caseHandling Defines if the value shall be converted to camelCase, PascalCase, lowercase or kebab-case. Properties | Improve this Doc View Source CaseHandlingMode Defines if the enum literal shall be converted to camelCase, PascalCase or kebab-case. Declaration public EnumBaseConverter.CaseHandling CaseHandlingMode { get; } Property Value Type Description EnumBaseConverter.CaseHandling <> Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Attempts to convert the provided value to T . Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Attempts to convert the value to the destination type. Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" }, "api/Svg.Exceptions.html": { "href": "api/Svg.Exceptions.html", @@ -77,7 +77,7 @@ "api/Svg.Exceptions.SvgMemoryException.html": { "href": "api/Svg.Exceptions.SvgMemoryException.html", "title": "Class SvgMemoryException | SVG.NET API", - "keywords": "Class SvgMemoryException Inheritance Object Exception SvgMemoryException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Exceptions Assembly : Svg.dll Syntax [Serializable] public class SvgMemoryException : Exception, ISerializable Constructors | Improve this Doc View Source SvgMemoryException() Declaration public SvgMemoryException() | Improve this Doc View Source SvgMemoryException(SerializationInfo, StreamingContext) Declaration protected SvgMemoryException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgMemoryException(String) Declaration public SvgMemoryException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgMemoryException(String, Exception) Declaration public SvgMemoryException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgMemoryException Inheritance Object Exception SvgMemoryException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Exceptions Assembly : Svg.dll Syntax [Serializable] public class SvgMemoryException : Exception, ISerializable Constructors | Improve this Doc View Source SvgMemoryException() Declaration public SvgMemoryException() | Improve this Doc View Source SvgMemoryException(String) Declaration public SvgMemoryException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgMemoryException(String, Exception) Declaration public SvgMemoryException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.ExtensionMethods.html": { "href": "api/Svg.ExtensionMethods.html", @@ -87,12 +87,12 @@ "api/Svg.ExtensionMethods.UriExtensions.html": { "href": "api/Svg.ExtensionMethods.UriExtensions.html", "title": "Class UriExtensions | SVG.NET API", - "keywords": "Class UriExtensions Inheritance Object UriExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.ExtensionMethods Assembly : Svg.dll Syntax public static class UriExtensions Methods | Improve this Doc View Source ReplaceWithNullIfNone(Uri) Declaration public static Uri ReplaceWithNullIfNone(this Uri uri) Parameters Type Name Description Uri uri Returns Type Description Uri" + "keywords": "Class UriExtensions Inheritance Object UriExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.ExtensionMethods Assembly : Svg.dll Syntax public static class UriExtensions Methods | Improve this Doc View Source ReplaceWithNullIfNone(Uri) Declaration public static Uri ReplaceWithNullIfNone(this Uri uri) Parameters Type Name Description System.Uri uri Returns Type Description System.Uri" }, "api/Svg.Extensions.html": { "href": "api/Svg.Extensions.html", "title": "Class Extensions | SVG.NET API", - "keywords": "Class Extensions Inheritance Object Extensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class Extensions Methods | Improve this Doc View Source Descendants(IEnumerable) Declaration public static IEnumerable Descendants(this IEnumerable source) where T : SvgElement Parameters Type Name Description IEnumerable source Returns Type Description IEnumerable < SvgElement > Type Parameters Name Description T" + "keywords": "Class Extensions Inheritance Object Extensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class Extensions Methods | Improve this Doc View Source Descendants(IEnumerable) Declaration public static IEnumerable Descendants(this IEnumerable source) where T : SvgElement Parameters Type Name Description IEnumerable source Returns Type Description IEnumerable < SvgElement > Type Parameters Name Description T" }, "api/Svg.ExternalType.html": { "href": "api/Svg.ExternalType.html", @@ -102,7 +102,7 @@ "api/Svg.ExternalTypeExtensions.html": { "href": "api/Svg.ExternalTypeExtensions.html", "title": "Class ExternalTypeExtensions | SVG.NET API", - "keywords": "Class ExternalTypeExtensions Inheritance Object ExternalTypeExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class ExternalTypeExtensions Methods | Improve this Doc View Source AllowsResolving(ExternalType, Uri) Declaration public static bool AllowsResolving(this ExternalType externalType, Uri uri) Parameters Type Name Description ExternalType externalType Uri uri Returns Type Description Boolean" + "keywords": "Class ExternalTypeExtensions Inheritance Object ExternalTypeExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class ExternalTypeExtensions Methods | Improve this Doc View Source AllowsResolving(ExternalType, Uri) Declaration public static bool AllowsResolving(this ExternalType externalType, Uri uri) Parameters Type Name Description ExternalType externalType System.Uri uri Returns Type Description Boolean" }, "api/Svg.FilterEffects.BlurType.html": { "href": "api/Svg.FilterEffects.BlurType.html", @@ -117,7 +117,7 @@ "api/Svg.FilterEffects.ImageBuffer.html": { "href": "api/Svg.FilterEffects.ImageBuffer.html", "title": "Class ImageBuffer | SVG.NET API", - "keywords": "Class ImageBuffer Inheritance Object Dictionary < String , Bitmap > ImageBuffer Implements IDictionary < String , Bitmap > ICollection < KeyValuePair < String , Bitmap >> IReadOnlyDictionary < String , Bitmap > System.Collections.Generic.IReadOnlyCollection < KeyValuePair < String , Bitmap >> IEnumerable < KeyValuePair < String , Bitmap >> IDictionary ICollection IEnumerable IDeserializationCallback ISerializable IDisposable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, Bitmap) Dictionary.Clear() System.Collections.Generic.Dictionary.ContainsKey(System.String) Dictionary.ContainsValue(Bitmap) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.GetObjectData(SerializationInfo, StreamingContext) Dictionary.OnDeserialization(Object) Dictionary.Remove(String) Dictionary.Remove(String, Bitmap) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) Dictionary.IEnumerable.GetEnumerator() Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Bitmap) Dictionary.TryGetValue(String, Bitmap) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values System.Collections.Generic.Dictionary.System.Collections.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public class ImageBuffer : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IDisposable Constructors | Improve this Doc View Source ImageBuffer(RectangleF, Single, ISvgRenderer, Action) Declaration public ImageBuffer(RectangleF bounds, float inflate, ISvgRenderer renderer, Action renderMethod) Parameters Type Name Description RectangleF bounds Single inflate ISvgRenderer renderer Action < ISvgRenderer > renderMethod Properties | Improve this Doc View Source Buffer Declaration public Bitmap Buffer { get; } Property Value Type Description Bitmap | Improve this Doc View Source Item[String] Declaration public Bitmap this[string key] { get; set; } Parameters Type Name Description String key Property Value Type Description Bitmap | Improve this Doc View Source Transform Declaration public Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source Add(String, Bitmap) Declaration public void Add(string key, Bitmap value) Parameters Type Name Description String key Bitmap value | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source ContainsKey(String) Declaration public bool ContainsKey(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source Remove(String) Declaration public bool Remove(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source TryGetValue(String, out Bitmap) Declaration public bool TryGetValue(string key, out Bitmap value) Parameters Type Name Description String key Bitmap value Returns Type Description Boolean Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable System.IDisposable" + "keywords": "Class ImageBuffer Inheritance Object Dictionary < String , Bitmap > ImageBuffer Implements IDictionary < String , Bitmap > ICollection < KeyValuePair < String , Bitmap >> IReadOnlyDictionary < String , Bitmap > IReadOnlyCollection < KeyValuePair < String , Bitmap >> IEnumerable < KeyValuePair < String , Bitmap >> IDictionary ICollection IEnumerable IDeserializationCallback System.Runtime.Serialization.ISerializable IDisposable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, Bitmap) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(Bitmap) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.OnDeserialization(Object) System.Collections.Generic.Dictionary.Remove(System.String) Dictionary.Remove(String, Bitmap) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) System.Collections.Generic.Dictionary.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Bitmap) System.Collections.Generic.Dictionary.TryGetValue(System.String, Bitmap) System.Collections.Generic.Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values Dictionary.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public class ImageBuffer : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IDisposable Constructors | Improve this Doc View Source ImageBuffer(RectangleF, Single, ISvgRenderer, Action) Declaration public ImageBuffer(RectangleF bounds, float inflate, ISvgRenderer renderer, Action renderMethod) Parameters Type Name Description RectangleF bounds System.Single inflate ISvgRenderer renderer Action < ISvgRenderer > renderMethod Properties | Improve this Doc View Source Buffer Declaration public Bitmap Buffer { get; } Property Value Type Description Bitmap | Improve this Doc View Source Item[String] Declaration public Bitmap this[string key] { get; set; } Parameters Type Name Description String key Property Value Type Description Bitmap | Improve this Doc View Source Transform Declaration public Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source Add(String, Bitmap) Declaration public void Add(string key, Bitmap value) Parameters Type Name Description String key Bitmap value | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source ContainsKey(String) Declaration public bool ContainsKey(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source Remove(String) Declaration public bool Remove(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source TryGetValue(String, out Bitmap) Declaration public bool TryGetValue(string key, out Bitmap value) Parameters Type Name Description String key Bitmap value Returns Type Description Boolean Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable System.IDisposable" }, "api/Svg.FilterEffects.ISvgFilterable.html": { "href": "api/Svg.FilterEffects.ISvgFilterable.html", @@ -127,7 +127,7 @@ "api/Svg.FilterEffects.SvgBlend.html": { "href": "api/Svg.FilterEffects.SvgBlend.html", "title": "Class SvgBlend | SVG.NET API", - "keywords": "Class SvgBlend Inheritance Object SvgElement SvgFilterPrimitive SvgBlend Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feBlend\")] public class SvgBlend : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source Mode Declaration public SvgBlendMode Mode { get; set; } Property Value Type Description SvgBlendMode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgBlend Inheritance Object SvgElement SvgFilterPrimitive SvgBlend Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feBlend\")] public class SvgBlend : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source Mode Declaration public SvgBlendMode Mode { get; set; } Property Value Type Description SvgBlendMode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgBlendMode.html": { "href": "api/Svg.FilterEffects.SvgBlendMode.html", @@ -142,7 +142,7 @@ "api/Svg.FilterEffects.SvgColourMatrix.html": { "href": "api/Svg.FilterEffects.SvgColourMatrix.html", "title": "Class SvgColourMatrix | SVG.NET API", - "keywords": "Class SvgColourMatrix Note: this is not used in calculations to bitmap - used only to allow for svg xml output Inheritance Object SvgElement SvgFilterPrimitive SvgColourMatrix Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feColorMatrix\")] public class SvgColourMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Type matrix | saturate | hueRotate | luminanceToAlpha Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. If attribute 'type' is not specified, then the effect is as if a value of matrix were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgColourMatrixType Type { get; set; } Property Value Type Description SvgColourMatrixType | Improve this Doc View Source Values list of numbers The contents of ?values? depends on the value of attribute ?type?: Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public string Values { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgColourMatrix Note: this is not used in calculations to bitmap - used only to allow for svg xml output Inheritance Object SvgElement SvgFilterPrimitive SvgColourMatrix Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feColorMatrix\")] public class SvgColourMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Type matrix | saturate | hueRotate | luminanceToAlpha Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. If attribute 'type' is not specified, then the effect is as if a value of matrix were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgColourMatrixType Type { get; set; } Property Value Type Description SvgColourMatrixType | Improve this Doc View Source Values list of numbers The contents of ?values? depends on the value of attribute ?type?: Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public string Values { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgColourMatrixType.html": { "href": "api/Svg.FilterEffects.SvgColourMatrixType.html", @@ -152,12 +152,12 @@ "api/Svg.FilterEffects.SvgComponentTransfer.html": { "href": "api/Svg.FilterEffects.SvgComponentTransfer.html", "title": "Class SvgComponentTransfer | SVG.NET API", - "keywords": "Class SvgComponentTransfer Inheritance Object SvgElement SvgFilterPrimitive SvgComponentTransfer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feComponentTransfer\")] public class SvgComponentTransfer : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgComponentTransfer Inheritance Object SvgElement SvgFilterPrimitive SvgComponentTransfer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feComponentTransfer\")] public class SvgComponentTransfer : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgComponentTransferFunction.html": { "href": "api/Svg.FilterEffects.SvgComponentTransferFunction.html", "title": "Class SvgComponentTransferFunction | SVG.NET API", - "keywords": "Class SvgComponentTransferFunction Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncA SvgFuncB SvgFuncG SvgFuncR Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public abstract class SvgComponentTransferFunction : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Amplitude Declaration public float Amplitude { get; set; } Property Value Type Description Single | Improve this Doc View Source Exponent Declaration public float Exponent { get; set; } Property Value Type Description Single | Improve this Doc View Source Intercept Declaration public float Intercept { get; set; } Property Value Type Description Single | Improve this Doc View Source Offset Declaration public float Offset { get; set; } Property Value Type Description Single | Improve this Doc View Source Slope Declaration public float Slope { get; set; } Property Value Type Description Single | Improve this Doc View Source TableValues Declaration public SvgNumberCollection TableValues { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source Type Declaration public SvgComponentTransferType Type { get; set; } Property Value Type Description SvgComponentTransferType Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgComponentTransferFunction Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncA SvgFuncB SvgFuncG SvgFuncR Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public abstract class SvgComponentTransferFunction : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Amplitude Declaration public float Amplitude { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Exponent Declaration public float Exponent { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Intercept Declaration public float Intercept { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Offset Declaration public float Offset { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Slope Declaration public float Slope { get; set; } Property Value Type Description System.Single | Improve this Doc View Source TableValues Declaration public SvgNumberCollection TableValues { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source Type Declaration public SvgComponentTransferType Type { get; set; } Property Value Type Description SvgComponentTransferType Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgComponentTransferType.html": { "href": "api/Svg.FilterEffects.SvgComponentTransferType.html", @@ -167,7 +167,7 @@ "api/Svg.FilterEffects.SvgComposite.html": { "href": "api/Svg.FilterEffects.SvgComposite.html", "title": "Class SvgComposite | SVG.NET API", - "keywords": "Class SvgComposite Inheritance Object SvgElement SvgFilterPrimitive SvgComposite Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feComposite\")] public class SvgComposite : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source K1 Declaration public float K1 { get; set; } Property Value Type Description Single | Improve this Doc View Source K2 Declaration public float K2 { get; set; } Property Value Type Description Single | Improve this Doc View Source K3 Declaration public float K3 { get; set; } Property Value Type Description Single | Improve this Doc View Source K4 Declaration public float K4 { get; set; } Property Value Type Description Single | Improve this Doc View Source Operator Declaration public SvgCompositeOperator Operator { get; set; } Property Value Type Description SvgCompositeOperator Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgComposite Inheritance Object SvgElement SvgFilterPrimitive SvgComposite Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feComposite\")] public class SvgComposite : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source K1 Declaration public float K1 { get; set; } Property Value Type Description System.Single | Improve this Doc View Source K2 Declaration public float K2 { get; set; } Property Value Type Description System.Single | Improve this Doc View Source K3 Declaration public float K3 { get; set; } Property Value Type Description System.Single | Improve this Doc View Source K4 Declaration public float K4 { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Operator Declaration public SvgCompositeOperator Operator { get; set; } Property Value Type Description SvgCompositeOperator Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgCompositeOperator.html": { "href": "api/Svg.FilterEffects.SvgCompositeOperator.html", @@ -177,22 +177,22 @@ "api/Svg.FilterEffects.SvgConvolveMatrix.html": { "href": "api/Svg.FilterEffects.SvgConvolveMatrix.html", "title": "Class SvgConvolveMatrix | SVG.NET API", - "keywords": "Class SvgConvolveMatrix Inheritance Object SvgElement SvgFilterPrimitive SvgConvolveMatrix Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feConvolveMatrix\")] public class SvgConvolveMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Bias Declaration public float Bias { get; set; } Property Value Type Description Single | Improve this Doc View Source Divisor Declaration public float Divisor { get; set; } Property Value Type Description Single | Improve this Doc View Source EdgeMode Declaration public SvgEdgeMode EdgeMode { get; set; } Property Value Type Description SvgEdgeMode | Improve this Doc View Source KernelMatrix Declaration public SvgNumberCollection KernelMatrix { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source Order Declaration public SvgNumberCollection Order { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source PreserveAlpha Declaration public bool PreserveAlpha { get; set; } Property Value Type Description Boolean | Improve this Doc View Source TargetX Declaration public int TargetX { get; set; } Property Value Type Description Int32 | Improve this Doc View Source TargetY Declaration public int TargetY { get; set; } Property Value Type Description Int32 Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgConvolveMatrix Inheritance Object SvgElement SvgFilterPrimitive SvgConvolveMatrix Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feConvolveMatrix\")] public class SvgConvolveMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Bias Declaration public float Bias { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Divisor Declaration public float Divisor { get; set; } Property Value Type Description System.Single | Improve this Doc View Source EdgeMode Declaration public SvgEdgeMode EdgeMode { get; set; } Property Value Type Description SvgEdgeMode | Improve this Doc View Source KernelMatrix Declaration public SvgNumberCollection KernelMatrix { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source Order Declaration public SvgNumberCollection Order { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source PreserveAlpha Declaration public bool PreserveAlpha { get; set; } Property Value Type Description Boolean | Improve this Doc View Source TargetX Declaration public int TargetX { get; set; } Property Value Type Description Int32 | Improve this Doc View Source TargetY Declaration public int TargetY { get; set; } Property Value Type Description Int32 Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgDiffuseLighting.html": { "href": "api/Svg.FilterEffects.SvgDiffuseLighting.html", "title": "Class SvgDiffuseLighting | SVG.NET API", - "keywords": "Class SvgDiffuseLighting Inheritance Object SvgElement SvgFilterPrimitive SvgDiffuseLighting Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDiffuseLighting\")] public class SvgDiffuseLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source DiffuseConstant Declaration public float DiffuseConstant { get; set; } Property Value Type Description Single | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source LightingColor Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer LightingColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source LightSource Declaration public SvgElement LightSource { get; } Property Value Type Description SvgElement | Improve this Doc View Source SurfaceScale Declaration public float SurfaceScale { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDiffuseLighting Inheritance Object SvgElement SvgFilterPrimitive SvgDiffuseLighting Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDiffuseLighting\")] public class SvgDiffuseLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source DiffuseConstant Declaration public float DiffuseConstant { get; set; } Property Value Type Description System.Single | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source LightingColor Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer LightingColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source LightSource Declaration public SvgElement LightSource { get; } Property Value Type Description SvgElement | Improve this Doc View Source SurfaceScale Declaration public float SurfaceScale { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgDisplacementMap.html": { "href": "api/Svg.FilterEffects.SvgDisplacementMap.html", "title": "Class SvgDisplacementMap | SVG.NET API", - "keywords": "Class SvgDisplacementMap Inheritance Object SvgElement SvgFilterPrimitive SvgDisplacementMap Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDisplacementMap\")] public class SvgDisplacementMap : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source Scale Declaration public float Scale { get; set; } Property Value Type Description Single | Improve this Doc View Source XChannelSelector Declaration public SvgChannelSelector XChannelSelector { get; set; } Property Value Type Description SvgChannelSelector | Improve this Doc View Source YChannelSelector Declaration public SvgChannelSelector YChannelSelector { get; set; } Property Value Type Description SvgChannelSelector Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDisplacementMap Inheritance Object SvgElement SvgFilterPrimitive SvgDisplacementMap Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDisplacementMap\")] public class SvgDisplacementMap : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input2 Declaration public string Input2 { get; set; } Property Value Type Description String | Improve this Doc View Source Scale Declaration public float Scale { get; set; } Property Value Type Description System.Single | Improve this Doc View Source XChannelSelector Declaration public SvgChannelSelector XChannelSelector { get; set; } Property Value Type Description SvgChannelSelector | Improve this Doc View Source YChannelSelector Declaration public SvgChannelSelector YChannelSelector { get; set; } Property Value Type Description SvgChannelSelector Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgDistantLight.html": { "href": "api/Svg.FilterEffects.SvgDistantLight.html", "title": "Class SvgDistantLight | SVG.NET API", - "keywords": "Class SvgDistantLight Inheritance Object SvgElement SvgDistantLight Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDistantLight\")] public class SvgDistantLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Azimuth Declaration public float Azimuth { get; set; } Property Value Type Description Single | Improve this Doc View Source Elevation Declaration public float Elevation { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDistantLight Inheritance Object SvgElement SvgDistantLight Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feDistantLight\")] public class SvgDistantLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Azimuth Declaration public float Azimuth { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Elevation Declaration public float Elevation { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgEdgeMode.html": { "href": "api/Svg.FilterEffects.SvgEdgeMode.html", @@ -202,62 +202,62 @@ "api/Svg.FilterEffects.SvgFilter.html": { "href": "api/Svg.FilterEffects.SvgFilter.html", "title": "Class SvgFilter | SVG.NET API", - "keywords": "Class SvgFilter A filter effect consists of a series of graphics operations that are applied to a given source graphic to produce a modified graphical result. Inheritance Object SvgElement SvgFilter Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"filter\")] public class SvgFilter : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source FilterUnits Declaration public SvgCoordinateUnits FilterUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Height Gets or sets the height of the resulting filter graphic. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Href Gets or sets reference to another filter element within the current document fragment. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public Uri Href { get; set; } Property Value Type Description Uri | Improve this Doc View Source PrimitiveUnits Declaration public SvgCoordinateUnits PrimitiveUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Width Gets or sets the width of the resulting filter graphic. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the position where the left point of the filter. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the filter. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source ApplyFilter(SvgVisualElement, ISvgRenderer, Action) Declaration public void ApplyFilter(SvgVisualElement element, ISvgRenderer renderer, Action renderMethod) Parameters Type Name Description SvgVisualElement element ISvgRenderer renderer Action < ISvgRenderer > renderMethod | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFilter A filter effect consists of a series of graphics operations that are applied to a given source graphic to produce a modified graphical result. Inheritance Object SvgElement SvgFilter Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"filter\")] public class SvgFilter : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source FilterUnits Declaration public SvgCoordinateUnits FilterUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Height Gets or sets the height of the resulting filter graphic. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Href Gets or sets reference to another filter element within the current document fragment. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public Uri Href { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source PrimitiveUnits Declaration public SvgCoordinateUnits PrimitiveUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Width Gets or sets the width of the resulting filter graphic. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the position where the left point of the filter. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the filter. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source ApplyFilter(SvgVisualElement, ISvgRenderer, Action) Declaration public void ApplyFilter(SvgVisualElement element, ISvgRenderer renderer, Action renderMethod) Parameters Type Name Description SvgVisualElement element ISvgRenderer renderer Action < ISvgRenderer > renderMethod | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFilterPrimitive.html": { "href": "api/Svg.FilterEffects.SvgFilterPrimitive.html", "title": "Class SvgFilterPrimitive | SVG.NET API", - "keywords": "Class SvgFilterPrimitive Inheritance Object SvgElement SvgFilterPrimitive SvgBlend SvgColourMatrix SvgComponentTransfer SvgComposite SvgConvolveMatrix SvgDiffuseLighting SvgDisplacementMap SvgFlood SvgGaussianBlur SvgImage SvgMerge SvgMorphology SvgOffset SvgSpecularLighting SvgTile SvgTurbulence Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public abstract class SvgFilterPrimitive : SvgElement, ISvgTransformable, ICloneable, ISvgNode Fields | Improve this Doc View Source BackgroundAlpha Declaration public const string BackgroundAlpha = \"BackgroundAlpha\" Field Value Type Description String | Improve this Doc View Source BackgroundImage Declaration public const string BackgroundImage = \"BackgroundImage\" Field Value Type Description String | Improve this Doc View Source FillPaint Declaration public const string FillPaint = \"FillPaint\" Field Value Type Description String | Improve this Doc View Source SourceAlpha Declaration public const string SourceAlpha = \"SourceAlpha\" Field Value Type Description String | Improve this Doc View Source SourceGraphic Declaration public const string SourceGraphic = \"SourceGraphic\" Field Value Type Description String | Improve this Doc View Source StrokePaint Declaration public const string StrokePaint = \"StrokePaint\" Field Value Type Description String Properties | Improve this Doc View Source Height Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Input Declaration public string Input { get; set; } Property Value Type Description String | Improve this Doc View Source Owner Declaration protected SvgFilter Owner { get; } Property Value Type Description SvgFilter | Improve this Doc View Source Result Declaration public string Result { get; set; } Property Value Type Description String | Improve this Doc View Source Width Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Process(ImageBuffer) Declaration public abstract void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFilterPrimitive Inheritance Object SvgElement SvgFilterPrimitive SvgBlend SvgColourMatrix SvgComponentTransfer SvgComposite SvgConvolveMatrix SvgDiffuseLighting SvgDisplacementMap SvgFlood SvgGaussianBlur SvgImage SvgMerge SvgMorphology SvgOffset SvgSpecularLighting SvgTile SvgTurbulence Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax public abstract class SvgFilterPrimitive : SvgElement, ISvgTransformable, ICloneable, ISvgNode Fields | Improve this Doc View Source BackgroundAlpha Declaration public const string BackgroundAlpha = \"BackgroundAlpha\" Field Value Type Description String | Improve this Doc View Source BackgroundImage Declaration public const string BackgroundImage = \"BackgroundImage\" Field Value Type Description String | Improve this Doc View Source FillPaint Declaration public const string FillPaint = \"FillPaint\" Field Value Type Description String | Improve this Doc View Source SourceAlpha Declaration public const string SourceAlpha = \"SourceAlpha\" Field Value Type Description String | Improve this Doc View Source SourceGraphic Declaration public const string SourceGraphic = \"SourceGraphic\" Field Value Type Description String | Improve this Doc View Source StrokePaint Declaration public const string StrokePaint = \"StrokePaint\" Field Value Type Description String Properties | Improve this Doc View Source Height Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Input Declaration public string Input { get; set; } Property Value Type Description String | Improve this Doc View Source Owner Declaration protected SvgFilter Owner { get; } Property Value Type Description SvgFilter | Improve this Doc View Source Result Declaration public string Result { get; set; } Property Value Type Description String | Improve this Doc View Source Width Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Process(ImageBuffer) Declaration public abstract void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFlood.html": { "href": "api/Svg.FilterEffects.SvgFlood.html", "title": "Class SvgFlood | SVG.NET API", - "keywords": "Class SvgFlood Inheritance Object SvgElement SvgFilterPrimitive SvgFlood Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFlood\")] public class SvgFlood : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source FloodColor Declaration public virtual SvgPaintServer FloodColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FloodOpacity Declaration public virtual float FloodOpacity { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFlood Inheritance Object SvgElement SvgFilterPrimitive SvgFlood Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFlood\")] public class SvgFlood : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source FloodColor Declaration public virtual SvgPaintServer FloodColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FloodOpacity Declaration public virtual float FloodOpacity { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFuncA.html": { "href": "api/Svg.FilterEffects.SvgFuncA.html", "title": "Class SvgFuncA | SVG.NET API", - "keywords": "Class SvgFuncA Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncA Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncA\")] public class SvgFuncA : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFuncA Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncA Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncA\")] public class SvgFuncA : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFuncB.html": { "href": "api/Svg.FilterEffects.SvgFuncB.html", "title": "Class SvgFuncB | SVG.NET API", - "keywords": "Class SvgFuncB Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncB Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncB\")] public class SvgFuncB : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFuncB Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncB Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncB\")] public class SvgFuncB : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFuncG.html": { "href": "api/Svg.FilterEffects.SvgFuncG.html", "title": "Class SvgFuncG | SVG.NET API", - "keywords": "Class SvgFuncG Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncG Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncG\")] public class SvgFuncG : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFuncG Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncG Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncG\")] public class SvgFuncG : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgFuncR.html": { "href": "api/Svg.FilterEffects.SvgFuncR.html", "title": "Class SvgFuncR | SVG.NET API", - "keywords": "Class SvgFuncR Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncR Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncR\")] public class SvgFuncR : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFuncR Inheritance Object SvgElement SvgComponentTransferFunction SvgFuncR Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgComponentTransferFunction.Type SvgComponentTransferFunction.TableValues SvgComponentTransferFunction.Slope SvgComponentTransferFunction.Intercept SvgComponentTransferFunction.Amplitude SvgComponentTransferFunction.Exponent SvgComponentTransferFunction.Offset SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feFuncR\")] public class SvgFuncR : SvgComponentTransferFunction, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgGaussianBlur.html": { "href": "api/Svg.FilterEffects.SvgGaussianBlur.html", "title": "Class SvgGaussianBlur | SVG.NET API", - "keywords": "Class SvgGaussianBlur Inheritance Object SvgElement SvgFilterPrimitive SvgGaussianBlur Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feGaussianBlur\")] public class SvgGaussianBlur : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source StdDeviation Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec) Declaration public SvgNumberCollection StdDeviation { get; set; } Property Value Type Description SvgNumberCollection Methods | Improve this Doc View Source Apply(Image) Declaration public Bitmap Apply(Image inputImage) Parameters Type Name Description Image inputImage Returns Type Description Bitmap | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgGaussianBlur Inheritance Object SvgElement SvgFilterPrimitive SvgGaussianBlur Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feGaussianBlur\")] public class SvgGaussianBlur : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source StdDeviation Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec) Declaration public SvgNumberCollection StdDeviation { get; set; } Property Value Type Description SvgNumberCollection Methods | Improve this Doc View Source Apply(Image) Declaration public Bitmap Apply(Image inputImage) Parameters Type Name Description Image inputImage Returns Type Description Bitmap | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgImage.html": { "href": "api/Svg.FilterEffects.SvgImage.html", "title": "Class SvgImage | SVG.NET API", - "keywords": "Class SvgImage Inheritance Object SvgElement SvgFilterPrimitive SvgImage Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feImage\")] public class SvgImage : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source AspectRatio Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual string Href { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgImage Inheritance Object SvgElement SvgFilterPrimitive SvgImage Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feImage\")] public class SvgImage : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source AspectRatio Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual string Href { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgMerge.html": { "href": "api/Svg.FilterEffects.SvgMerge.html", "title": "Class SvgMerge | SVG.NET API", - "keywords": "Class SvgMerge Inheritance Object SvgElement SvgFilterPrimitive SvgMerge Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMerge\")] public class SvgMerge : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMerge Inheritance Object SvgElement SvgFilterPrimitive SvgMerge Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMerge\")] public class SvgMerge : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgMergeNode.html": { "href": "api/Svg.FilterEffects.SvgMergeNode.html", "title": "Class SvgMergeNode | SVG.NET API", - "keywords": "Class SvgMergeNode Inheritance Object SvgElement SvgMergeNode Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMergeNode\")] public class SvgMergeNode : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input Declaration public string Input { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMergeNode Inheritance Object SvgElement SvgMergeNode Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMergeNode\")] public class SvgMergeNode : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Input Declaration public string Input { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgMorphology.html": { "href": "api/Svg.FilterEffects.SvgMorphology.html", "title": "Class SvgMorphology | SVG.NET API", - "keywords": "Class SvgMorphology Inheritance Object SvgElement SvgFilterPrimitive SvgMorphology Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMorphology\")] public class SvgMorphology : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Operator Declaration public SvgMorphologyOperator Operator { get; set; } Property Value Type Description SvgMorphologyOperator | Improve this Doc View Source Radius Declaration public SvgNumberCollection Radius { get; set; } Property Value Type Description SvgNumberCollection Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMorphology Inheritance Object SvgElement SvgFilterPrimitive SvgMorphology Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feMorphology\")] public class SvgMorphology : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Operator Declaration public SvgMorphologyOperator Operator { get; set; } Property Value Type Description SvgMorphologyOperator | Improve this Doc View Source Radius Declaration public SvgNumberCollection Radius { get; set; } Property Value Type Description SvgNumberCollection Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgMorphologyOperator.html": { "href": "api/Svg.FilterEffects.SvgMorphologyOperator.html", @@ -267,22 +267,22 @@ "api/Svg.FilterEffects.SvgOffset.html": { "href": "api/Svg.FilterEffects.SvgOffset.html", "title": "Class SvgOffset | SVG.NET API", - "keywords": "Class SvgOffset Note: this is not used in calculations to bitmap - used only to allow for svg xml output Inheritance Object SvgElement SvgFilterPrimitive SvgOffset Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feOffset\")] public class SvgOffset : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Dx The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgUnit Dx { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Dy The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgUnit Dy { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgOffset Note: this is not used in calculations to bitmap - used only to allow for svg xml output Inheritance Object SvgElement SvgFilterPrimitive SvgOffset Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feOffset\")] public class SvgOffset : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Dx The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgUnit Dx { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Dy The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output Declaration public SvgUnit Dy { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgPointLight.html": { "href": "api/Svg.FilterEffects.SvgPointLight.html", "title": "Class SvgPointLight | SVG.NET API", - "keywords": "Class SvgPointLight Inheritance Object SvgElement SvgPointLight Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"fePointLight\")] public class SvgPointLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description Single | Improve this Doc View Source Z Declaration public float Z { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPointLight Inheritance Object SvgElement SvgPointLight Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"fePointLight\")] public class SvgPointLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Z Declaration public float Z { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgSpecularLighting.html": { "href": "api/Svg.FilterEffects.SvgSpecularLighting.html", "title": "Class SvgSpecularLighting | SVG.NET API", - "keywords": "Class SvgSpecularLighting Inheritance Object SvgElement SvgFilterPrimitive SvgSpecularLighting Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feSpecularLighting\")] public class SvgSpecularLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source LightingColor Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer LightingColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source LightSource Declaration public SvgElement LightSource { get; } Property Value Type Description SvgElement | Improve this Doc View Source SpecularConstant Declaration public float SpecularConstant { get; set; } Property Value Type Description Single | Improve this Doc View Source SpecularExponent Declaration public float SpecularExponent { get; set; } Property Value Type Description Single | Improve this Doc View Source SurfaceScale Declaration public float SurfaceScale { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgSpecularLighting Inheritance Object SvgElement SvgFilterPrimitive SvgSpecularLighting Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feSpecularLighting\")] public class SvgSpecularLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source KernelUnitLength Declaration public SvgNumberCollection KernelUnitLength { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source LightingColor Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer LightingColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source LightSource Declaration public SvgElement LightSource { get; } Property Value Type Description SvgElement | Improve this Doc View Source SpecularConstant Declaration public float SpecularConstant { get; set; } Property Value Type Description System.Single | Improve this Doc View Source SpecularExponent Declaration public float SpecularExponent { get; set; } Property Value Type Description System.Single | Improve this Doc View Source SurfaceScale Declaration public float SurfaceScale { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgSpotLight.html": { "href": "api/Svg.FilterEffects.SvgSpotLight.html", "title": "Class SvgSpotLight | SVG.NET API", - "keywords": "Class SvgSpotLight Inheritance Object SvgElement SvgSpotLight Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feSpotLight\")] public class SvgSpotLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source LimitingConeAngle Declaration public float LimitingConeAngle { get; set; } Property Value Type Description Single | Improve this Doc View Source PointsAtX Declaration public float PointsAtX { get; set; } Property Value Type Description Single | Improve this Doc View Source PointsAtY Declaration public float PointsAtY { get; set; } Property Value Type Description Single | Improve this Doc View Source PointsAtZ Declaration public float PointsAtZ { get; set; } Property Value Type Description Single | Improve this Doc View Source SpecularExponent Declaration public float SpecularExponent { get; set; } Property Value Type Description Single | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description Single | Improve this Doc View Source Z Declaration public float Z { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgSpotLight Inheritance Object SvgElement SvgSpotLight Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feSpotLight\")] public class SvgSpotLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source LimitingConeAngle Declaration public float LimitingConeAngle { get; set; } Property Value Type Description System.Single | Improve this Doc View Source PointsAtX Declaration public float PointsAtX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source PointsAtY Declaration public float PointsAtY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source PointsAtZ Declaration public float PointsAtZ { get; set; } Property Value Type Description System.Single | Improve this Doc View Source SpecularExponent Declaration public float SpecularExponent { get; set; } Property Value Type Description System.Single | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Z Declaration public float Z { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgStitchType.html": { "href": "api/Svg.FilterEffects.SvgStitchType.html", @@ -292,12 +292,12 @@ "api/Svg.FilterEffects.SvgTile.html": { "href": "api/Svg.FilterEffects.SvgTile.html", "title": "Class SvgTile | SVG.NET API", - "keywords": "Class SvgTile Inheritance Object SvgElement SvgFilterPrimitive SvgTile Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feTile\")] public class SvgTile : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTile Inheritance Object SvgElement SvgFilterPrimitive SvgTile Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feTile\")] public class SvgTile : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgTurbulence.html": { "href": "api/Svg.FilterEffects.SvgTurbulence.html", "title": "Class SvgTurbulence | SVG.NET API", - "keywords": "Class SvgTurbulence Inheritance Object SvgElement SvgFilterPrimitive SvgTurbulence Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feTurbulence\")] public class SvgTurbulence : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source BaseFrequency Declaration public SvgNumberCollection BaseFrequency { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source NumOctaves Declaration public int NumOctaves { get; set; } Property Value Type Description Int32 | Improve this Doc View Source Seed Declaration public float Seed { get; set; } Property Value Type Description Single | Improve this Doc View Source StitchTiles Declaration public SvgStitchType StitchTiles { get; set; } Property Value Type Description SvgStitchType | Improve this Doc View Source Type Declaration public SvgTurbulenceType Type { get; set; } Property Value Type Description SvgTurbulenceType Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTurbulence Inheritance Object SvgElement SvgFilterPrimitive SvgTurbulence Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgFilterPrimitive.SourceGraphic SvgFilterPrimitive.SourceAlpha SvgFilterPrimitive.BackgroundImage SvgFilterPrimitive.BackgroundAlpha SvgFilterPrimitive.FillPaint SvgFilterPrimitive.StrokePaint SvgFilterPrimitive.X SvgFilterPrimitive.Y SvgFilterPrimitive.Width SvgFilterPrimitive.Height SvgFilterPrimitive.Input SvgFilterPrimitive.Result SvgFilterPrimitive.Owner SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.FilterEffects Assembly : Svg.dll Syntax [SvgElement(\"feTurbulence\")] public class SvgTurbulence : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source BaseFrequency Declaration public SvgNumberCollection BaseFrequency { get; set; } Property Value Type Description SvgNumberCollection | Improve this Doc View Source NumOctaves Declaration public int NumOctaves { get; set; } Property Value Type Description Int32 | Improve this Doc View Source Seed Declaration public float Seed { get; set; } Property Value Type Description System.Single | Improve this Doc View Source StitchTiles Declaration public SvgStitchType StitchTiles { get; set; } Property Value Type Description SvgStitchType | Improve this Doc View Source Type Declaration public SvgTurbulenceType Type { get; set; } Property Value Type Description SvgTurbulenceType Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Process(ImageBuffer) Declaration public override void Process(ImageBuffer buffer) Parameters Type Name Description ImageBuffer buffer Overrides SvgFilterPrimitive.Process(ImageBuffer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.FilterEffects.SvgTurbulenceType.html": { "href": "api/Svg.FilterEffects.SvgTurbulenceType.html", @@ -307,17 +307,17 @@ "api/Svg.GdiFontDefn.html": { "href": "api/Svg.GdiFontDefn.html", "title": "Class GdiFontDefn | SVG.NET API", - "keywords": "Class GdiFontDefn Inheritance Object GdiFontDefn Implements IFontDefn IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class GdiFontDefn : IFontDefn, IDisposable Constructors | Improve this Doc View Source GdiFontDefn(Font, Single) Declaration public GdiFontDefn(Font font, float ppi) Parameters Type Name Description Font font Single ppi Properties | Improve this Doc View Source Size Declaration public float Size { get; } Property Value Type Description Single | Improve this Doc View Source SizeInPoints Declaration public float SizeInPoints { get; } Property Value Type Description Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration public void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration public float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description Single | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration public IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration public SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF Implements IFontDefn System.IDisposable" + "keywords": "Class GdiFontDefn Inheritance Object GdiFontDefn Implements IFontDefn IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class GdiFontDefn : IFontDefn, IDisposable Constructors | Improve this Doc View Source GdiFontDefn(Font, Single) Declaration public GdiFontDefn(Font font, float ppi) Parameters Type Name Description Font font System.Single ppi Properties | Improve this Doc View Source Size Declaration public float Size { get; } Property Value Type Description System.Single | Improve this Doc View Source SizeInPoints Declaration public float SizeInPoints { get; } Property Value Type Description System.Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration public void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text System.Drawing.PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration public float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description System.Single | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration public IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration public SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF Implements IFontDefn System.IDisposable" }, "api/Svg.html": { "href": "api/Svg.html", "title": "Namespace Svg | SVG.NET API", - "keywords": "Namespace Svg Classes AttributeEventArgs Describes the Attribute which was set ChildAddedEventArgs Describes the Attribute which was set ContentEventArgs Content of this whas was set CoordinateParser EnumBaseConverter Extensions ExternalTypeExtensions GdiFontDefn MouseArg Represents the state of the mouse at the moment the event occured. MouseScrollArg NonSvgElement PathStatistics PointFExtensions StringArg Represents a string argument SvgAnchor SVGArg SvgAspectRatio Description of SvgAspectRatio. SvgAttributeAttribute Specifies the SVG attribute name of the associated property. SvgAttributeCollection A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. SvgBlendModeConverter SvgChannelSelectorConverter SvgCircle An SVG element to render circles to the document. SvgClipPath Defines a path that can be used by other ISvgClipable elements. SvgClipRuleConverter SvgColourConverter Converts string representations of colours into Color objects. SvgColourInterpolationConverter SvgColourMatrixTypeConverter SvgColourServer SvgComponentTransferTypeConverter SvgCompositeOperatorConverter SvgContentNode SvgCoordinateUnitsConverter SvgCustomAttributeCollection A collection of Custom Attributes SvgDeferredPaintServer A wrapper for a paint server which isn't defined currently in the parse process, but should be defined by the time the image needs to render. SvgDefinitionList Represents a list of re-usable SVG components. SvgDescription SvgDocument The class used to create and load SVG documents. SvgDocumentMetadata Represents a list of re-usable SVG components. SvgEdgeModeConverter SvgElement The base class of which all SVG elements are derived from. SvgElementAttribute Specifies the SVG name of an SvgElement . SvgElementCollection Represents a collection of SvgElement s. SvgElementEventArgs SvgElementIdManager Provides methods to ensure element ID's are valid and unique. SvgElementStyle SvgEllipse Represents and SVG ellipse element. SvgException SvgExtentions Svg helpers SvgFallbackPaintServer A wrapper for a paint server has a fallback if the primary server doesn't work. SvgFillRuleConverter SvgFont SvgFontDefn SvgFontFace SvgFontFaceSrc SvgFontFaceUri SvgFontManager Manages access to and any privately loaded fonts. When a font is requested in the render process, if the font is not found as an embedded SvgFont, the render process will SvgFontManager.FindFont method. SvgFontStretchConverter SvgFontStyleConverter SvgFontVariantConverter SvgFontWeightConverter SvgForeignObject The 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent SvgFragment An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. SvgGdiPlusCannotBeLoadedException SvgGlyph SvgGradientServer Provides the base class for all paint servers that wish to render a gradient. SvgGradientSpreadMethodConverter SvgGradientStop Represents a colour stop in a gradient. SvgGroup An element used to group SVG shapes. SvgHorizontalKern SvgIDException SvgIDExistsException SvgIDWrongFormatException SvgImage Represents and SVG image SvgImageRenderingConverter SvgKern SvgLine Represents and SVG line element. SvgLinearGradientServer SvgMarker SvgMarkerElement Represents a path based element that can have markers. SvgMarkerUnitsConverter SvgMask Defines an alpha mask for compositing the current object into the background. SvgMissingGlyph SvgMorphologyOperatorConverter SvgNamespaces SvgNumberCollection Represents a list of Single . SvgNumberCollectionConverter A class to convert string into SvgNumberCollection instances. SvgOptions SvgOrient Represents an orientation in a Scalable Vector Graphics document. SvgOverflowConverter SvgPaintServer Represents the base class for all paint servers that are intended to be used as a fill or stroke. SvgPath Represents an SVG path element. SvgPathBasedElement Represents an element that is using a GraphicsPath as rendering base. SvgPathBuilder SvgPatternServer A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated (\"tiled\") at fixed intervals in x and y to cover the areas to be painted. SvgPointCollection Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon . SvgPolygon SvgPolygon defines a closed shape consisting of a set of connected straight line segments. SvgPolyline SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes. SvgRadialGradientServer SvgRectangle Represents an SVG rectangle that could also have rounded edges. SvgRenderer Convenience wrapper around a graphics object SvgScript An element used to define scripts within SVG documents. Use the Script property to get the script content (proxies the content) SvgShapeRenderingConverter SvgStitchTypeConverter SvgStrokeLineCapConverter SvgStrokeLineJoinConverter SvgSwitch The 'switch' element evaluates the 'requiredFeatures', 'requiredExtensions' and 'systemLanguage' attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true SvgSymbol An element used to group SVG shapes. SvgText The SvgText element defines a graphics element consisting of text. SvgTextAnchorConverter SvgTextBase SvgTextDecorationConverter SvgTextLengthAdjustConverter SvgTextPath The SvgText element defines a graphics element consisting of text. SvgTextPathMethodConverter SvgTextPathSpacingConverter SvgTextRef SvgTextRenderingConverter SvgTextSpan SvgTextTransformationConverter SvgTitle SvgTurbulenceTypeConverter SvgUnitCollection Represents a list of SvgUnit . SvgUnitCollectionConverter A class to convert string into SvgUnitCollection instances. SvgUnitConverter SvgUnknownElement SvgUse SvgVerticalKern SvgVisualElement The class that all SVG elements should derive from when they are to be rendered. XmlSpaceHandlingConverter Structs CoordinateParserState SvgLinearGradientServer.GradientPoints SvgPoint SvgUnit Represents a unit in an Scalable Vector Graphics document. SvgViewBox It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. Interfaces IFontDefn IGraphicsProvider ISvgBoundable ISvgClipable Defines the methods and properties that an SvgElement must implement to support clipping. ISvgDescriptiveElement This interface mostly indicates that a node is not to be drawn when rendering the SVG. ISvgEventCaller ISvgNode ISvgRenderer ISvgStylable Defines the methods and properties required for an SVG element to be styled. ISvgTransformable Represents and element that may be transformed. ISvgViewPort Provides properties and methods to be implemented by view port elements. Enums EnumBaseConverter.CaseHandling ExternalType NumState SvgClipRule Indicates the algorithm which is to be used to determine the clipping region. SvgCoordinateUnits Defines the various coordinate units certain SVG elements may use. SvgFillRule SvgFontStretch The desired amount of condensing or expansion in the glyphs used to render the text. SvgFontStyle This is the descriptor for the style of a font and takes the same values as the 'font-style' property, except that a comma-separated list is permitted. SvgFontVariant SvgFontWeight The weight of a face relative to others in the same font family. SvgGradientSpreadMethod Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle. SvgImageRendering The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing. SvgOverflow The ‘overflow’ property applies to elements that establish new viewports (e.g., ‘svg’ elements), ‘pattern’ elements and ‘marker’ elements. For all other elements, the property has no effect (i.e., a clipping rectangle is not created). SvgPreserveAspectRatio SvgShapeRendering The creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders 'path' element or basic shapes. The shape-rendering attribute provides these hints. SvgStrokeLineCap Specifies the shape to be used at the end of open subpaths when they are stroked. SvgStrokeLineJoin Specifies the shape to be used at the corners of paths or basic shapes when they are stroked. SvgTextAnchor Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point. SvgTextDecoration This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value. SvgTextLengthAdjust Indicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute. SvgTextPathMethod Indicates the method by which text should be rendered along the path. SvgTextPathSpacing Indicates how the user agent should determine the spacing between glyphs that are to be rendered along a path. SvgTextRendering The creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders text. The text-rendering attribute provides these hints. SvgTextTransformation This property describes transformations that are added to the text of an element. SvgUnitType Defines the various types of unit an SvgUnit can be. SvgVisibility UnitRenderingType XmlSpaceHandling" + "keywords": "Namespace Svg Classes AttributeEventArgs Describes the Attribute which was set ChildAddedEventArgs Describes the Attribute which was set ContentEventArgs Content of this whas was set CoordinateParser EnumBaseConverter Extensions ExternalTypeExtensions GdiFontDefn MouseArg Represents the state of the mouse at the moment the event occured. MouseScrollArg NonSvgElement PathStatistics PointFExtensions StringArg Represents a string argument SvgAnchor SVGArg SvgAspectRatio Description of SvgAspectRatio. SvgAttributeAttribute Specifies the SVG attribute name of the associated property. SvgAttributeCollection A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. SvgBlendModeConverter SvgChannelSelectorConverter SvgCircle An SVG element to render circles to the document. SvgClipPath Defines a path that can be used by other ISvgClipable elements. SvgClipRuleConverter SvgColourConverter Converts string representations of colours into Color objects. SvgColourInterpolationConverter SvgColourMatrixTypeConverter SvgColourServer SvgComponentTransferTypeConverter SvgCompositeOperatorConverter SvgContentNode SvgCoordinateUnitsConverter SvgCustomAttributeCollection A collection of Custom Attributes SvgDeferredPaintServer A wrapper for a paint server which isn't defined currently in the parse process, but should be defined by the time the image needs to render. SvgDefinitionList Represents a list of re-usable SVG components. SvgDescription SvgDocument The class used to create and load SVG documents. SvgDocumentMetadata Represents a list of re-usable SVG components. SvgEdgeModeConverter SvgElement The base class of which all SVG elements are derived from. SvgElementAttribute Specifies the SVG name of an SvgElement . SvgElementCollection Represents a collection of SvgElement s. SvgElementEventArgs SvgElementIdManager Provides methods to ensure element ID's are valid and unique. SvgElementStyle SvgEllipse Represents and SVG ellipse element. SvgException SvgExtentions Svg helpers SvgFallbackPaintServer A wrapper for a paint server has a fallback if the primary server doesn't work. SvgFillRuleConverter SvgFont SvgFontDefn SvgFontFace SvgFontFaceSrc SvgFontFaceUri SvgFontManager Manages access to and any privately loaded fonts. When a font is requested in the render process, if the font is not found as an embedded SvgFont, the render process will SvgFontManager.FindFont method. SvgFontStretchConverter SvgFontStyleConverter SvgFontVariantConverter SvgFontWeightConverter SvgForeignObject The 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent SvgFragment An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. SvgGdiPlusCannotBeLoadedException SvgGlyph SvgGradientServer Provides the base class for all paint servers that wish to render a gradient. SvgGradientSpreadMethodConverter SvgGradientStop Represents a colour stop in a gradient. SvgGroup An element used to group SVG shapes. SvgHorizontalKern SvgIDException SvgIDExistsException SvgIDWrongFormatException SvgImage Represents and SVG image SvgImageRenderingConverter SvgKern SvgLine Represents and SVG line element. SvgLinearGradientServer SvgMarker SvgMarkerElement Represents a path based element that can have markers. SvgMarkerUnitsConverter SvgMask Defines an alpha mask for compositing the current object into the background. SvgMissingGlyph SvgMorphologyOperatorConverter SvgNamespaces SvgNumberCollection Represents a list of System.Single . SvgNumberCollectionConverter A class to convert string into SvgNumberCollection instances. SvgOptions SvgOrient Represents an orientation in a Scalable Vector Graphics document. SvgOverflowConverter SvgPaintServer Represents the base class for all paint servers that are intended to be used as a fill or stroke. SvgPath Represents an SVG path element. SvgPathBasedElement Represents an element that is using a GraphicsPath as rendering base. SvgPathBuilder SvgPatternServer A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated (\"tiled\") at fixed intervals in x and y to cover the areas to be painted. SvgPointCollection Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon . SvgPolygon SvgPolygon defines a closed shape consisting of a set of connected straight line segments. SvgPolyline SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes. SvgRadialGradientServer SvgRectangle Represents an SVG rectangle that could also have rounded edges. SvgRenderer Convenience wrapper around a graphics object SvgScript An element used to define scripts within SVG documents. Use the Script property to get the script content (proxies the content) SvgShapeRenderingConverter SvgStitchTypeConverter SvgStrokeLineCapConverter SvgStrokeLineJoinConverter SvgSwitch The 'switch' element evaluates the 'requiredFeatures', 'requiredExtensions' and 'systemLanguage' attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true SvgSymbol An element used to group SVG shapes. SvgText The SvgText element defines a graphics element consisting of text. SvgTextAnchorConverter SvgTextBase SvgTextDecorationConverter SvgTextLengthAdjustConverter SvgTextPath The SvgText element defines a graphics element consisting of text. SvgTextPathMethodConverter SvgTextPathSpacingConverter SvgTextRef SvgTextRenderingConverter SvgTextSpan SvgTextTransformationConverter SvgTitle SvgTurbulenceTypeConverter SvgUnitCollection Represents a list of SvgUnit . SvgUnitCollectionConverter A class to convert string into SvgUnitCollection instances. SvgUnitConverter SvgUnknownElement SvgUse SvgVerticalKern SvgVisualElement The class that all SVG elements should derive from when they are to be rendered. XmlSpaceHandlingConverter Structs CoordinateParserState SvgLinearGradientServer.GradientPoints SvgPoint SvgUnit Represents a unit in an Scalable Vector Graphics document. SvgViewBox It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. Interfaces IFontDefn IGraphicsProvider ISvgBoundable ISvgClipable Defines the methods and properties that an SvgElement must implement to support clipping. ISvgDescriptiveElement This interface mostly indicates that a node is not to be drawn when rendering the SVG. ISvgEventCaller ISvgNode ISvgRenderer ISvgStylable Defines the methods and properties required for an SVG element to be styled. ISvgTransformable Represents and element that may be transformed. ISvgViewPort Provides properties and methods to be implemented by view port elements. Enums EnumBaseConverter.CaseHandling ExternalType NumState SvgClipRule Indicates the algorithm which is to be used to determine the clipping region. SvgCoordinateUnits Defines the various coordinate units certain SVG elements may use. SvgFillRule SvgFontStretch The desired amount of condensing or expansion in the glyphs used to render the text. SvgFontStyle This is the descriptor for the style of a font and takes the same values as the 'font-style' property, except that a comma-separated list is permitted. SvgFontVariant SvgFontWeight The weight of a face relative to others in the same font family. SvgGradientSpreadMethod Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle. SvgImageRendering The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing. SvgOverflow The ‘overflow’ property applies to elements that establish new viewports (e.g., ‘svg’ elements), ‘pattern’ elements and ‘marker’ elements. For all other elements, the property has no effect (i.e., a clipping rectangle is not created). SvgPreserveAspectRatio SvgShapeRendering The creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders 'path' element or basic shapes. The shape-rendering attribute provides these hints. SvgStrokeLineCap Specifies the shape to be used at the end of open subpaths when they are stroked. SvgStrokeLineJoin Specifies the shape to be used at the corners of paths or basic shapes when they are stroked. SvgTextAnchor Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point. SvgTextDecoration This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value. SvgTextLengthAdjust Indicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute. SvgTextPathMethod Indicates the method by which text should be rendered along the path. SvgTextPathSpacing Indicates how the user agent should determine the spacing between glyphs that are to be rendered along a path. SvgTextRendering The creator of SVG content might want to provide a hint about what tradeoffs to make as the browser renders text. The text-rendering attribute provides these hints. SvgTextTransformation This property describes transformations that are added to the text of an element. SvgUnitType Defines the various types of unit an SvgUnit can be. SvgVisibility UnitRenderingType XmlSpaceHandling" }, "api/Svg.IFontDefn.html": { "href": "api/Svg.IFontDefn.html", "title": "Interface IFontDefn | SVG.NET API", - "keywords": "Interface IFontDefn Inherited Members IDisposable.Dispose() Namespace : Svg Assembly : Svg.dll Syntax public interface IFontDefn : IDisposable Properties | Improve this Doc View Source Size Declaration float Size { get; } Property Value Type Description Single | Improve this Doc View Source SizeInPoints Declaration float SizeInPoints { get; } Property Value Type Description Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description Single | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF" + "keywords": "Interface IFontDefn Inherited Members IDisposable.Dispose() Namespace : Svg Assembly : Svg.dll Syntax public interface IFontDefn : IDisposable Properties | Improve this Doc View Source Size Declaration float Size { get; } Property Value Type Description System.Single | Improve this Doc View Source SizeInPoints Declaration float SizeInPoints { get; } Property Value Type Description System.Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text System.Drawing.PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description System.Single | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF" }, "api/Svg.IGraphicsProvider.html": { "href": "api/Svg.IGraphicsProvider.html", @@ -327,12 +327,12 @@ "api/Svg.ISvgBoundable.html": { "href": "api/Svg.ISvgBoundable.html", "title": "Interface ISvgBoundable | SVG.NET API", - "keywords": "Interface ISvgBoundable Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgBoundable Properties | Improve this Doc View Source Bounds Declaration RectangleF Bounds { get; } Property Value Type Description RectangleF | Improve this Doc View Source Location Declaration PointF Location { get; } Property Value Type Description PointF | Improve this Doc View Source Size Declaration SizeF Size { get; } Property Value Type Description SizeF" + "keywords": "Interface ISvgBoundable Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgBoundable Properties | Improve this Doc View Source Bounds Declaration RectangleF Bounds { get; } Property Value Type Description RectangleF | Improve this Doc View Source Location Declaration PointF Location { get; } Property Value Type Description System.Drawing.PointF | Improve this Doc View Source Size Declaration SizeF Size { get; } Property Value Type Description SizeF" }, "api/Svg.ISvgClipable.html": { "href": "api/Svg.ISvgClipable.html", "title": "Interface ISvgClipable | SVG.NET API", - "keywords": "Interface ISvgClipable Defines the methods and properties that an SvgElement must implement to support clipping. Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgClipable Properties | Improve this Doc View Source ClipPath Gets or sets the ID of the associated SvgClipPath if one has been specified. Declaration Uri ClipPath { get; set; } Property Value Type Description Uri | Improve this Doc View Source ClipRule Specifies the rule used to define the clipping region when the element is within a SvgClipPath . Declaration SvgClipRule ClipRule { get; set; } Property Value Type Description SvgClipRule Methods | Improve this Doc View Source ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration void ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration void SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set." + "keywords": "Interface ISvgClipable Defines the methods and properties that an SvgElement must implement to support clipping. Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgClipable Properties | Improve this Doc View Source ClipPath Gets or sets the ID of the associated SvgClipPath if one has been specified. Declaration Uri ClipPath { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source ClipRule Specifies the rule used to define the clipping region when the element is within a SvgClipPath . Declaration SvgClipRule ClipRule { get; set; } Property Value Type Description SvgClipRule Methods | Improve this Doc View Source ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration void ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration void SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set." }, "api/Svg.ISvgDescriptiveElement.html": { "href": "api/Svg.ISvgDescriptiveElement.html", @@ -352,12 +352,12 @@ "api/Svg.ISvgRenderer.html": { "href": "api/Svg.ISvgRenderer.html", "title": "Interface ISvgRenderer | SVG.NET API", - "keywords": "Interface ISvgRenderer Inherited Members IDisposable.Dispose() Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgRenderer : IDisposable Properties | Improve this Doc View Source DpiY Declaration float DpiY { get; } Property Value Type Description Single | Improve this Doc View Source SmoothingMode Declaration SmoothingMode SmoothingMode { get; set; } Property Value Type Description SmoothingMode | Improve this Doc View Source Transform Declaration Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) Declaration void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single) Declaration void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit Single opacity | Improve this Doc View Source DrawImageUnscaled(Image, Point) Declaration void DrawImageUnscaled(Image image, Point location) Parameters Type Name Description Image image System.Drawing.Point location | Improve this Doc View Source DrawPath(Pen, GraphicsPath) Declaration void DrawPath(Pen pen, GraphicsPath path) Parameters Type Name Description Pen pen GraphicsPath path | Improve this Doc View Source FillPath(Brush, GraphicsPath) Declaration void FillPath(Brush brush, GraphicsPath path) Parameters Type Name Description Brush brush GraphicsPath path | Improve this Doc View Source GetBoundable() Declaration ISvgBoundable GetBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source GetClip() Declaration Region GetClip() Returns Type Description Region | Improve this Doc View Source PopBoundable() Declaration ISvgBoundable PopBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source RotateTransform(Single, MatrixOrder) Declaration void RotateTransform(float fAngle, MatrixOrder order = null) Parameters Type Name Description Single fAngle MatrixOrder order | Improve this Doc View Source ScaleTransform(Single, Single, MatrixOrder) Declaration void ScaleTransform(float sx, float sy, MatrixOrder order = null) Parameters Type Name Description Single sx Single sy MatrixOrder order | Improve this Doc View Source SetBoundable(ISvgBoundable) Declaration void SetBoundable(ISvgBoundable boundable) Parameters Type Name Description ISvgBoundable boundable | Improve this Doc View Source SetClip(Region, CombineMode) Declaration void SetClip(Region region, CombineMode combineMode = null) Parameters Type Name Description Region region CombineMode combineMode | Improve this Doc View Source TranslateTransform(Single, Single, MatrixOrder) Declaration void TranslateTransform(float dx, float dy, MatrixOrder order = null) Parameters Type Name Description Single dx Single dy MatrixOrder order" + "keywords": "Interface ISvgRenderer Inherited Members IDisposable.Dispose() Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgRenderer : IDisposable Properties | Improve this Doc View Source DpiY Declaration float DpiY { get; } Property Value Type Description System.Single | Improve this Doc View Source SmoothingMode Declaration SmoothingMode SmoothingMode { get; set; } Property Value Type Description SmoothingMode | Improve this Doc View Source Transform Declaration Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) Declaration void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single) Declaration void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit System.Single opacity | Improve this Doc View Source DrawImageUnscaled(Image, Point) Declaration void DrawImageUnscaled(Image image, Point location) Parameters Type Name Description Image image Point location | Improve this Doc View Source DrawPath(Pen, GraphicsPath) Declaration void DrawPath(Pen pen, GraphicsPath path) Parameters Type Name Description Pen pen GraphicsPath path | Improve this Doc View Source FillPath(Brush, GraphicsPath) Declaration void FillPath(Brush brush, GraphicsPath path) Parameters Type Name Description Brush brush GraphicsPath path | Improve this Doc View Source GetBoundable() Declaration ISvgBoundable GetBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source GetClip() Declaration Region GetClip() Returns Type Description Region | Improve this Doc View Source PopBoundable() Declaration ISvgBoundable PopBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source RotateTransform(Single, MatrixOrder) Declaration void RotateTransform(float fAngle, MatrixOrder order = null) Parameters Type Name Description System.Single fAngle MatrixOrder order | Improve this Doc View Source ScaleTransform(Single, Single, MatrixOrder) Declaration void ScaleTransform(float sx, float sy, MatrixOrder order = null) Parameters Type Name Description System.Single sx System.Single sy MatrixOrder order | Improve this Doc View Source SetBoundable(ISvgBoundable) Declaration void SetBoundable(ISvgBoundable boundable) Parameters Type Name Description ISvgBoundable boundable | Improve this Doc View Source SetClip(Region, CombineMode) Declaration void SetClip(Region region, CombineMode combineMode = null) Parameters Type Name Description Region region CombineMode combineMode | Improve this Doc View Source TranslateTransform(Single, Single, MatrixOrder) Declaration void TranslateTransform(float dx, float dy, MatrixOrder order = null) Parameters Type Name Description System.Single dx System.Single dy MatrixOrder order" }, "api/Svg.ISvgStylable.html": { "href": "api/Svg.ISvgStylable.html", "title": "Interface ISvgStylable | SVG.NET API", - "keywords": "Interface ISvgStylable Defines the methods and properties required for an SVG element to be styled. Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgStylable Properties | Improve this Doc View Source Fill Declaration SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FillOpacity Declaration float FillOpacity { get; set; } Property Value Type Description Single | Improve this Doc View Source FillRule Declaration SvgFillRule FillRule { get; set; } Property Value Type Description SvgFillRule | Improve this Doc View Source Opacity Declaration float Opacity { get; set; } Property Value Type Description Single | Improve this Doc View Source Stroke Declaration SvgPaintServer Stroke { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StrokeDashArray Declaration SvgUnitCollection StrokeDashArray { get; set; } Property Value Type Description SvgUnitCollection | Improve this Doc View Source StrokeDashOffset Declaration SvgUnit StrokeDashOffset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StrokeLineCap Declaration SvgStrokeLineCap StrokeLineCap { get; set; } Property Value Type Description SvgStrokeLineCap | Improve this Doc View Source StrokeLineJoin Declaration SvgStrokeLineJoin StrokeLineJoin { get; set; } Property Value Type Description SvgStrokeLineJoin | Improve this Doc View Source StrokeMiterLimit Declaration float StrokeMiterLimit { get; set; } Property Value Type Description Single | Improve this Doc View Source StrokeOpacity Declaration float StrokeOpacity { get; set; } Property Value Type Description Single | Improve this Doc View Source StrokeWidth Declaration SvgUnit StrokeWidth { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Path(ISvgRenderer) Declaration GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath" + "keywords": "Interface ISvgStylable Defines the methods and properties required for an SVG element to be styled. Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgStylable Properties | Improve this Doc View Source Fill Declaration SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FillOpacity Declaration float FillOpacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source FillRule Declaration SvgFillRule FillRule { get; set; } Property Value Type Description SvgFillRule | Improve this Doc View Source Opacity Declaration float Opacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Stroke Declaration SvgPaintServer Stroke { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StrokeDashArray Declaration SvgUnitCollection StrokeDashArray { get; set; } Property Value Type Description SvgUnitCollection | Improve this Doc View Source StrokeDashOffset Declaration SvgUnit StrokeDashOffset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StrokeLineCap Declaration SvgStrokeLineCap StrokeLineCap { get; set; } Property Value Type Description SvgStrokeLineCap | Improve this Doc View Source StrokeLineJoin Declaration SvgStrokeLineJoin StrokeLineJoin { get; set; } Property Value Type Description SvgStrokeLineJoin | Improve this Doc View Source StrokeMiterLimit Declaration float StrokeMiterLimit { get; set; } Property Value Type Description System.Single | Improve this Doc View Source StrokeOpacity Declaration float StrokeOpacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source StrokeWidth Declaration SvgUnit StrokeWidth { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Path(ISvgRenderer) Declaration GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath" }, "api/Svg.ISvgTransformable.html": { "href": "api/Svg.ISvgTransformable.html", @@ -372,17 +372,17 @@ "api/Svg.MouseArg.html": { "href": "api/Svg.MouseArg.html", "title": "Class MouseArg | SVG.NET API", - "keywords": "Class MouseArg Represents the state of the mouse at the moment the event occured. Inheritance Object System.EventArgs SVGArg MouseArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class MouseArg : SVGArg Fields | Improve this Doc View Source AltKey Alt modifier key pressed Declaration public bool AltKey Field Value Type Description Boolean | Improve this Doc View Source Button 1 = left, 2 = middle, 3 = right Declaration public int Button Field Value Type Description Int32 | Improve this Doc View Source ClickCount Amount of mouse clicks, e.g. 2 for double click Declaration public int ClickCount Field Value Type Description Int32 | Improve this Doc View Source CtrlKey Control modifier key pressed Declaration public bool CtrlKey Field Value Type Description Boolean | Improve this Doc View Source ShiftKey Shift modifier key pressed Declaration public bool ShiftKey Field Value Type Description Boolean | Improve this Doc View Source x Declaration public float x Field Value Type Description Single | Improve this Doc View Source y Declaration public float y Field Value Type Description Single" + "keywords": "Class MouseArg Represents the state of the mouse at the moment the event occured. Inheritance Object EventArgs SVGArg MouseArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class MouseArg : SVGArg Fields | Improve this Doc View Source AltKey Alt modifier key pressed Declaration public bool AltKey Field Value Type Description Boolean | Improve this Doc View Source Button 1 = left, 2 = middle, 3 = right Declaration public int Button Field Value Type Description Int32 | Improve this Doc View Source ClickCount Amount of mouse clicks, e.g. 2 for double click Declaration public int ClickCount Field Value Type Description Int32 | Improve this Doc View Source CtrlKey Control modifier key pressed Declaration public bool CtrlKey Field Value Type Description Boolean | Improve this Doc View Source ShiftKey Shift modifier key pressed Declaration public bool ShiftKey Field Value Type Description Boolean | Improve this Doc View Source x Declaration public float x Field Value Type Description System.Single | Improve this Doc View Source y Declaration public float y Field Value Type Description System.Single" }, "api/Svg.MouseScrollArg.html": { "href": "api/Svg.MouseScrollArg.html", "title": "Class MouseScrollArg | SVG.NET API", - "keywords": "Class MouseScrollArg Inheritance Object System.EventArgs SVGArg MouseScrollArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class MouseScrollArg : SVGArg Fields | Improve this Doc View Source AltKey Alt modifier key pressed Declaration public bool AltKey Field Value Type Description Boolean | Improve this Doc View Source CtrlKey Control modifier key pressed Declaration public bool CtrlKey Field Value Type Description Boolean | Improve this Doc View Source Scroll Declaration public int Scroll Field Value Type Description Int32 | Improve this Doc View Source ShiftKey Shift modifier key pressed Declaration public bool ShiftKey Field Value Type Description Boolean" + "keywords": "Class MouseScrollArg Inheritance Object EventArgs SVGArg MouseScrollArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class MouseScrollArg : SVGArg Fields | Improve this Doc View Source AltKey Alt modifier key pressed Declaration public bool AltKey Field Value Type Description Boolean | Improve this Doc View Source CtrlKey Control modifier key pressed Declaration public bool CtrlKey Field Value Type Description Boolean | Improve this Doc View Source Scroll Declaration public int Scroll Field Value Type Description Int32 | Improve this Doc View Source ShiftKey Shift modifier key pressed Declaration public bool ShiftKey Field Value Type Description Boolean" }, "api/Svg.NonSvgElement.html": { "href": "api/Svg.NonSvgElement.html", "title": "Class NonSvgElement | SVG.NET API", - "keywords": "Class NonSvgElement Inheritance Object SvgElement NonSvgElement Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class NonSvgElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source NonSvgElement() Declaration public NonSvgElement() | Improve this Doc View Source NonSvgElement(String, String) Declaration public NonSvgElement(string elementName, string elementNamespace) Parameters Type Name Description String elementName String elementNamespace Properties | Improve this Doc View Source Name Publish the element name to be able to differentiate non-svg elements. Declaration public string Name { get; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class NonSvgElement Inheritance Object SvgElement NonSvgElement Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class NonSvgElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source NonSvgElement() Declaration public NonSvgElement() | Improve this Doc View Source NonSvgElement(String, String) Declaration public NonSvgElement(string elementName, string elementNamespace) Parameters Type Name Description String elementName String elementNamespace Properties | Improve this Doc View Source Name Publish the element name to be able to differentiate non-svg elements. Declaration public string Name { get; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.NumState.html": { "href": "api/Svg.NumState.html", @@ -402,7 +402,7 @@ "api/Svg.Pathing.SvgArcSegment.html": { "href": "api/Svg.Pathing.SvgArcSegment.html", "title": "Class SvgArcSegment | SVG.NET API", - "keywords": "Class SvgArcSegment Inheritance Object SvgPathSegment SvgArcSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgArcSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgArcSegment(PointF, Single, Single, Single, SvgArcSize, SvgArcSweep, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgArcSegment(PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end) Parameters Type Name Description PointF start Single radiusX Single radiusY Single angle SvgArcSize size SvgArcSweep sweep PointF end | Improve this Doc View Source SvgArcSegment(Single, Single, Single, SvgArcSize, SvgArcSweep, Boolean, PointF) Declaration public SvgArcSegment(float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, bool isRelative, PointF end) Parameters Type Name Description Single radiusX Single radiusY Single angle SvgArcSize size SvgArcSweep sweep Boolean isRelative PointF end Properties | Improve this Doc View Source Angle Declaration public float Angle { get; set; } Property Value Type Description Single | Improve this Doc View Source RadiusX Declaration public float RadiusX { get; set; } Property Value Type Description Single | Improve this Doc View Source RadiusY Declaration public float RadiusY { get; set; } Property Value Type Description Single | Improve this Doc View Source Size Declaration public SvgArcSize Size { get; set; } Property Value Type Description SvgArcSize | Improve this Doc View Source Sweep Declaration public SvgArcSweep Sweep { get; set; } Property Value Type Description SvgArcSweep Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgArcSegment Inheritance Object SvgPathSegment SvgArcSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgArcSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgArcSegment(PointF, Single, Single, Single, SvgArcSize, SvgArcSweep, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgArcSegment(PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end) Parameters Type Name Description System.Drawing.PointF start System.Single radiusX System.Single radiusY System.Single angle SvgArcSize size SvgArcSweep sweep System.Drawing.PointF end | Improve this Doc View Source SvgArcSegment(Single, Single, Single, SvgArcSize, SvgArcSweep, Boolean, PointF) Declaration public SvgArcSegment(float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, bool isRelative, PointF end) Parameters Type Name Description System.Single radiusX System.Single radiusY System.Single angle SvgArcSize size SvgArcSweep sweep Boolean isRelative System.Drawing.PointF end Properties | Improve this Doc View Source Angle Declaration public float Angle { get; set; } Property Value Type Description System.Single | Improve this Doc View Source RadiusX Declaration public float RadiusX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source RadiusY Declaration public float RadiusY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Size Declaration public SvgArcSize Size { get; set; } Property Value Type Description SvgArcSize | Improve this Doc View Source Sweep Declaration public SvgArcSweep Sweep { get; set; } Property Value Type Description SvgArcSweep Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.Pathing.SvgArcSize.html": { "href": "api/Svg.Pathing.SvgArcSize.html", @@ -417,97 +417,97 @@ "api/Svg.Pathing.SvgClosePathSegment.html": { "href": "api/Svg.Pathing.SvgClosePathSegment.html", "title": "Class SvgClosePathSegment | SVG.NET API", - "keywords": "Class SvgClosePathSegment Inheritance Object SvgPathSegment SvgClosePathSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgClosePathSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgClosePathSegment() Declaration [Obsolete(\"Use new constructor.\")] public SvgClosePathSegment() | Improve this Doc View Source SvgClosePathSegment(Boolean) Declaration public SvgClosePathSegment(bool isRelative) Parameters Type Name Description Boolean isRelative Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgClosePathSegment Inheritance Object SvgPathSegment SvgClosePathSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgClosePathSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgClosePathSegment() Declaration [Obsolete(\"Use new constructor.\")] public SvgClosePathSegment() | Improve this Doc View Source SvgClosePathSegment(Boolean) Declaration public SvgClosePathSegment(bool isRelative) Parameters Type Name Description Boolean isRelative Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.Pathing.SvgCubicCurveSegment.html": { "href": "api/Svg.Pathing.SvgCubicCurveSegment.html", "title": "Class SvgCubicCurveSegment | SVG.NET API", - "keywords": "Class SvgCubicCurveSegment Inheritance Object SvgPathSegment SvgCubicCurveSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgCubicCurveSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgCubicCurveSegment(Boolean, PointF, PointF) Declaration public SvgCubicCurveSegment(bool isRelative, PointF secondControlPoint, PointF end) Parameters Type Name Description Boolean isRelative PointF secondControlPoint PointF end | Improve this Doc View Source SvgCubicCurveSegment(Boolean, PointF, PointF, PointF) Declaration public SvgCubicCurveSegment(bool isRelative, PointF firstControlPoint, PointF secondControlPoint, PointF end) Parameters Type Name Description Boolean isRelative PointF firstControlPoint PointF secondControlPoint PointF end | Improve this Doc View Source SvgCubicCurveSegment(PointF, PointF, PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end) Parameters Type Name Description PointF start PointF firstControlPoint PointF secondControlPoint PointF end Properties | Improve this Doc View Source FirstControlPoint Declaration public PointF FirstControlPoint { get; set; } Property Value Type Description PointF | Improve this Doc View Source SecondControlPoint Declaration public PointF SecondControlPoint { get; set; } Property Value Type Description PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgCubicCurveSegment Inheritance Object SvgPathSegment SvgCubicCurveSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgCubicCurveSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgCubicCurveSegment(Boolean, PointF, PointF) Declaration public SvgCubicCurveSegment(bool isRelative, PointF secondControlPoint, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF secondControlPoint System.Drawing.PointF end | Improve this Doc View Source SvgCubicCurveSegment(Boolean, PointF, PointF, PointF) Declaration public SvgCubicCurveSegment(bool isRelative, PointF firstControlPoint, PointF secondControlPoint, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF firstControlPoint System.Drawing.PointF secondControlPoint System.Drawing.PointF end | Improve this Doc View Source SvgCubicCurveSegment(PointF, PointF, PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end) Parameters Type Name Description System.Drawing.PointF start System.Drawing.PointF firstControlPoint System.Drawing.PointF secondControlPoint System.Drawing.PointF end Properties | Improve this Doc View Source FirstControlPoint Declaration public PointF FirstControlPoint { get; set; } Property Value Type Description System.Drawing.PointF | Improve this Doc View Source SecondControlPoint Declaration public PointF SecondControlPoint { get; set; } Property Value Type Description System.Drawing.PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.Pathing.SvgLineSegment.html": { "href": "api/Svg.Pathing.SvgLineSegment.html", "title": "Class SvgLineSegment | SVG.NET API", - "keywords": "Class SvgLineSegment Inheritance Object SvgPathSegment SvgLineSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgLineSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgLineSegment(Boolean, PointF) Declaration public SvgLineSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative PointF end | Improve this Doc View Source SvgLineSegment(PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgLineSegment(PointF start, PointF end) Parameters Type Name Description PointF start PointF end Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgLineSegment Inheritance Object SvgPathSegment SvgLineSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgLineSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgLineSegment(Boolean, PointF) Declaration public SvgLineSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF end | Improve this Doc View Source SvgLineSegment(PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgLineSegment(PointF start, PointF end) Parameters Type Name Description System.Drawing.PointF start System.Drawing.PointF end Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.Pathing.SvgMoveToSegment.html": { "href": "api/Svg.Pathing.SvgMoveToSegment.html", "title": "Class SvgMoveToSegment | SVG.NET API", - "keywords": "Class SvgMoveToSegment Inheritance Object SvgPathSegment SvgMoveToSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgMoveToSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgMoveToSegment(Boolean, PointF) Declaration public SvgMoveToSegment(bool isRelative, PointF moveTo) Parameters Type Name Description Boolean isRelative PointF moveTo | Improve this Doc View Source SvgMoveToSegment(PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgMoveToSegment(PointF moveTo) Parameters Type Name Description PointF moveTo Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgMoveToSegment Inheritance Object SvgPathSegment SvgMoveToSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgMoveToSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgMoveToSegment(Boolean, PointF) Declaration public SvgMoveToSegment(bool isRelative, PointF moveTo) Parameters Type Name Description Boolean isRelative System.Drawing.PointF moveTo | Improve this Doc View Source SvgMoveToSegment(PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgMoveToSegment(PointF moveTo) Parameters Type Name Description System.Drawing.PointF moveTo Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.Pathing.SvgPathSegment.html": { "href": "api/Svg.Pathing.SvgPathSegment.html", "title": "Class SvgPathSegment | SVG.NET API", - "keywords": "Class SvgPathSegment Inheritance Object SvgPathSegment SvgArcSegment SvgClosePathSegment SvgCubicCurveSegment SvgLineSegment SvgMoveToSegment SvgQuadraticCurveSegment Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.Pathing Assembly : Svg.dll Syntax public abstract class SvgPathSegment Constructors | Improve this Doc View Source SvgPathSegment(Boolean) Declaration protected SvgPathSegment(bool isRelative) Parameters Type Name Description Boolean isRelative | Improve this Doc View Source SvgPathSegment(Boolean, PointF) Declaration protected SvgPathSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative PointF end Fields | Improve this Doc View Source NaN Declaration protected static readonly PointF NaN Field Value Type Description PointF Properties | Improve this Doc View Source End Declaration public PointF End { get; set; } Property Value Type Description PointF | Improve this Doc View Source IsRelative Declaration public bool IsRelative { get; set; } Property Value Type Description Boolean | Improve this Doc View Source Start Declaration [Obsolete(\"Will be removed.\")] public PointF Start { get; set; } Property Value Type Description PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public abstract void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public abstract PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF | Improve this Doc View Source Clone() Declaration public SvgPathSegment Clone() Returns Type Description SvgPathSegment | Improve this Doc View Source Reflect(PointF, PointF) Declaration protected static PointF Reflect(PointF point, PointF mirror) Parameters Type Name Description PointF point PointF mirror Returns Type Description PointF | Improve this Doc View Source ToAbsolute(PointF, Boolean, PointF) Declaration protected static PointF ToAbsolute(PointF point, bool isRelative, PointF start) Parameters Type Name Description PointF point Boolean isRelative PointF start Returns Type Description PointF" + "keywords": "Class SvgPathSegment Inheritance Object SvgPathSegment SvgArcSegment SvgClosePathSegment SvgCubicCurveSegment SvgLineSegment SvgMoveToSegment SvgQuadraticCurveSegment Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.Pathing Assembly : Svg.dll Syntax public abstract class SvgPathSegment Constructors | Improve this Doc View Source SvgPathSegment(Boolean) Declaration protected SvgPathSegment(bool isRelative) Parameters Type Name Description Boolean isRelative | Improve this Doc View Source SvgPathSegment(Boolean, PointF) Declaration protected SvgPathSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF end Fields | Improve this Doc View Source NaN Declaration protected static readonly PointF NaN Field Value Type Description System.Drawing.PointF Properties | Improve this Doc View Source End Declaration public PointF End { get; set; } Property Value Type Description System.Drawing.PointF | Improve this Doc View Source IsRelative Declaration public bool IsRelative { get; set; } Property Value Type Description Boolean | Improve this Doc View Source Start Declaration [Obsolete(\"Will be removed.\")] public PointF Start { get; set; } Property Value Type Description System.Drawing.PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public abstract void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public abstract PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF | Improve this Doc View Source Clone() Declaration public SvgPathSegment Clone() Returns Type Description SvgPathSegment | Improve this Doc View Source Reflect(PointF, PointF) Declaration protected static PointF Reflect(PointF point, PointF mirror) Parameters Type Name Description System.Drawing.PointF point System.Drawing.PointF mirror Returns Type Description System.Drawing.PointF | Improve this Doc View Source ToAbsolute(PointF, Boolean, PointF) Declaration protected static PointF ToAbsolute(PointF point, bool isRelative, PointF start) Parameters Type Name Description System.Drawing.PointF point Boolean isRelative System.Drawing.PointF start Returns Type Description System.Drawing.PointF" }, "api/Svg.Pathing.SvgPathSegmentList.html": { "href": "api/Svg.Pathing.SvgPathSegmentList.html", "title": "Class SvgPathSegmentList | SVG.NET API", - "keywords": "Class SvgPathSegmentList Inheritance Object SvgPathSegmentList Implements IList < SvgPathSegment > ICollection < SvgPathSegment > IEnumerable < SvgPathSegment > IEnumerable System.ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPathBuilder))] public sealed class SvgPathSegmentList : IList, ICollection, IEnumerable, IEnumerable, ICloneable Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source First Declaration public SvgPathSegment First { get; } Property Value Type Description SvgPathSegment | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[Int32] Declaration public SvgPathSegment this[int index] { get; set; } Parameters Type Name Description Int32 index Property Value Type Description SvgPathSegment | Improve this Doc View Source Last Declaration public SvgPathSegment Last { get; } Property Value Type Description SvgPathSegment | Improve this Doc View Source Owner Declaration public ISvgPathElement Owner { get; set; } Property Value Type Description ISvgPathElement Methods | Improve this Doc View Source Add(SvgPathSegment) Declaration public void Add(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source Contains(SvgPathSegment) Declaration public bool Contains(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Boolean | Improve this Doc View Source CopyTo(SvgPathSegment[], Int32) Declaration public void CopyTo(SvgPathSegment[] array, int arrayIndex) Parameters Type Name Description SvgPathSegment [] array Int32 arrayIndex | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator < SvgPathSegment > | Improve this Doc View Source IndexOf(SvgPathSegment) Declaration public int IndexOf(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Int32 | Improve this Doc View Source Insert(Int32, SvgPathSegment) Declaration public void Insert(int index, SvgPathSegment item) Parameters Type Name Description Int32 index SvgPathSegment item | Improve this Doc View Source Remove(SvgPathSegment) Declaration public bool Remove(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Boolean | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" + "keywords": "Class SvgPathSegmentList Inheritance Object SvgPathSegmentList Implements IList < SvgPathSegment > ICollection < SvgPathSegment > IEnumerable < SvgPathSegment > IEnumerable ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPathBuilder))] public sealed class SvgPathSegmentList : IList, ICollection, IEnumerable, IEnumerable, ICloneable Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source First Declaration public SvgPathSegment First { get; } Property Value Type Description SvgPathSegment | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[Int32] Declaration public SvgPathSegment this[int index] { get; set; } Parameters Type Name Description Int32 index Property Value Type Description SvgPathSegment | Improve this Doc View Source Last Declaration public SvgPathSegment Last { get; } Property Value Type Description SvgPathSegment | Improve this Doc View Source Owner Declaration public ISvgPathElement Owner { get; set; } Property Value Type Description ISvgPathElement Methods | Improve this Doc View Source Add(SvgPathSegment) Declaration public void Add(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source Contains(SvgPathSegment) Declaration public bool Contains(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Boolean | Improve this Doc View Source CopyTo(SvgPathSegment[], Int32) Declaration public void CopyTo(SvgPathSegment[] array, int arrayIndex) Parameters Type Name Description SvgPathSegment [] array Int32 arrayIndex | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator < SvgPathSegment > | Improve this Doc View Source IndexOf(SvgPathSegment) Declaration public int IndexOf(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Int32 | Improve this Doc View Source Insert(Int32, SvgPathSegment) Declaration public void Insert(int index, SvgPathSegment item) Parameters Type Name Description Int32 index SvgPathSegment item | Improve this Doc View Source Remove(SvgPathSegment) Declaration public bool Remove(SvgPathSegment item) Parameters Type Name Description SvgPathSegment item Returns Type Description Boolean | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description IEnumerator Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" }, "api/Svg.Pathing.SvgQuadraticCurveSegment.html": { "href": "api/Svg.Pathing.SvgQuadraticCurveSegment.html", "title": "Class SvgQuadraticCurveSegment | SVG.NET API", - "keywords": "Class SvgQuadraticCurveSegment Inheritance Object SvgPathSegment SvgQuadraticCurveSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgQuadraticCurveSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgQuadraticCurveSegment(Boolean, PointF) Declaration public SvgQuadraticCurveSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative PointF end | Improve this Doc View Source SvgQuadraticCurveSegment(Boolean, PointF, PointF) Declaration public SvgQuadraticCurveSegment(bool isRelative, PointF controlPoint, PointF end) Parameters Type Name Description Boolean isRelative PointF controlPoint PointF end | Improve this Doc View Source SvgQuadraticCurveSegment(PointF, PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgQuadraticCurveSegment(PointF start, PointF controlPoint, PointF end) Parameters Type Name Description PointF start PointF controlPoint PointF end Properties | Improve this Doc View Source ControlPoint Declaration public PointF ControlPoint { get; set; } Property Value Type Description PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath PointF start SvgPathSegmentList parent Returns Type Description PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString()" + "keywords": "Class SvgQuadraticCurveSegment Inheritance Object SvgPathSegment SvgQuadraticCurveSegment Inherited Members SvgPathSegment.NaN SvgPathSegment.IsRelative SvgPathSegment.End SvgPathSegment.Clone() SvgPathSegment.Start SvgPathSegment.Reflect(PointF, PointF) SvgPathSegment.ToAbsolute(PointF, Boolean, PointF) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Pathing Assembly : Svg.dll Syntax public sealed class SvgQuadraticCurveSegment : SvgPathSegment Constructors | Improve this Doc View Source SvgQuadraticCurveSegment(Boolean, PointF) Declaration public SvgQuadraticCurveSegment(bool isRelative, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF end | Improve this Doc View Source SvgQuadraticCurveSegment(Boolean, PointF, PointF) Declaration public SvgQuadraticCurveSegment(bool isRelative, PointF controlPoint, PointF end) Parameters Type Name Description Boolean isRelative System.Drawing.PointF controlPoint System.Drawing.PointF end | Improve this Doc View Source SvgQuadraticCurveSegment(PointF, PointF, PointF) Declaration [Obsolete(\"Use new constructor.\")] public SvgQuadraticCurveSegment(PointF start, PointF controlPoint, PointF end) Parameters Type Name Description System.Drawing.PointF start System.Drawing.PointF controlPoint System.Drawing.PointF end Properties | Improve this Doc View Source ControlPoint Declaration public PointF ControlPoint { get; set; } Property Value Type Description System.Drawing.PointF Methods | Improve this Doc View Source AddToPath(GraphicsPath) Declaration [Obsolete(\"Use new AddToPath.\")] public override void AddToPath(GraphicsPath graphicsPath) Parameters Type Name Description GraphicsPath graphicsPath Overrides SvgPathSegment.AddToPath(GraphicsPath) | Improve this Doc View Source AddToPath(GraphicsPath, PointF, SvgPathSegmentList) Declaration public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent) Parameters Type Name Description GraphicsPath graphicsPath System.Drawing.PointF start SvgPathSegmentList parent Returns Type Description System.Drawing.PointF Overrides SvgPathSegment.AddToPath(GraphicsPath, PointF, SvgPathSegmentList) | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString()" }, "api/Svg.PathStatistics.html": { "href": "api/Svg.PathStatistics.html", "title": "Class PathStatistics | SVG.NET API", - "keywords": "Class PathStatistics Inheritance Object PathStatistics Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class PathStatistics Constructors | Improve this Doc View Source PathStatistics(PathData) Declaration public PathStatistics(PathData data) Parameters Type Name Description PathData data Properties | Improve this Doc View Source TotalLength Declaration public double TotalLength { get; } Property Value Type Description System.Double Methods | Improve this Doc View Source LocationAngleAtOffset(Double, out PointF, out Single) Declaration public void LocationAngleAtOffset(double offset, out PointF point, out float angle) Parameters Type Name Description System.Double offset PointF point Single angle | Improve this Doc View Source OffsetOnPath(Double) Declaration public bool OffsetOnPath(double offset) Parameters Type Name Description System.Double offset Returns Type Description Boolean" + "keywords": "Class PathStatistics Inheritance Object PathStatistics Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class PathStatistics Constructors | Improve this Doc View Source PathStatistics(PathData) Declaration public PathStatistics(PathData data) Parameters Type Name Description PathData data Properties | Improve this Doc View Source TotalLength Declaration public double TotalLength { get; } Property Value Type Description Double Methods | Improve this Doc View Source LocationAngleAtOffset(Double, out PointF, out Single) Declaration public void LocationAngleAtOffset(double offset, out PointF point, out float angle) Parameters Type Name Description Double offset System.Drawing.PointF point System.Single angle | Improve this Doc View Source OffsetOnPath(Double) Declaration public bool OffsetOnPath(double offset) Parameters Type Name Description Double offset Returns Type Description Boolean" }, "api/Svg.PointFExtensions.html": { "href": "api/Svg.PointFExtensions.html", "title": "Class PointFExtensions | SVG.NET API", - "keywords": "Class PointFExtensions Inheritance Object PointFExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class PointFExtensions Methods | Improve this Doc View Source ToSvgString(PointF) Declaration public static string ToSvgString(this PointF p) Parameters Type Name Description PointF p Returns Type Description String | Improve this Doc View Source ToSvgString(Single) Declaration public static string ToSvgString(this float value) Parameters Type Name Description Single value Returns Type Description String" + "keywords": "Class PointFExtensions Inheritance Object PointFExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class PointFExtensions Methods | Improve this Doc View Source ToSvgString(PointF) Declaration public static string ToSvgString(this PointF p) Parameters Type Name Description System.Drawing.PointF p Returns Type Description String | Improve this Doc View Source ToSvgString(Single) Declaration public static string ToSvgString(this float value) Parameters Type Name Description System.Single value Returns Type Description String" }, "api/Svg.StringArg.html": { "href": "api/Svg.StringArg.html", "title": "Class StringArg | SVG.NET API", - "keywords": "Class StringArg Represents a string argument Inheritance Object System.EventArgs SVGArg StringArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class StringArg : SVGArg Fields | Improve this Doc View Source s Declaration public string s Field Value Type Description String" + "keywords": "Class StringArg Represents a string argument Inheritance Object EventArgs SVGArg StringArg Inherited Members SVGArg.SessionID EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class StringArg : SVGArg Fields | Improve this Doc View Source s Declaration public string s Field Value Type Description String" }, "api/Svg.SvgAnchor.html": { "href": "api/Svg.SvgAnchor.html", "title": "Class SvgAnchor | SVG.NET API", - "keywords": "Class SvgAnchor Inheritance Object SvgElement SvgAnchor Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"a\")] public class SvgAnchor : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Show Declaration [SvgAttribute(\"show\", \"http://www.w3.org/1999/xlink\")] public string Show { get; set; } Property Value Type Description String | Improve this Doc View Source Target Declaration public string Target { get; set; } Property Value Type Description String | Improve this Doc View Source Title Declaration [SvgAttribute(\"title\", \"http://www.w3.org/1999/xlink\")] public string Title { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgAnchor Inheritance Object SvgElement SvgAnchor Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"a\")] public class SvgAnchor : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Show Declaration [SvgAttribute(\"show\", \"http://www.w3.org/1999/xlink\")] public string Show { get; set; } Property Value Type Description String | Improve this Doc View Source Target Declaration public string Target { get; set; } Property Value Type Description String | Improve this Doc View Source Title Declaration [SvgAttribute(\"title\", \"http://www.w3.org/1999/xlink\")] public string Title { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SVGArg.html": { "href": "api/Svg.SVGArg.html", "title": "Class SVGArg | SVG.NET API", - "keywords": "Class SVGArg Inheritance Object System.EventArgs SVGArg AttributeEventArgs ChildAddedEventArgs ContentEventArgs MouseArg MouseScrollArg StringArg Inherited Members EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SVGArg : EventArgs Fields | Improve this Doc View Source SessionID Declaration public string SessionID Field Value Type Description String" + "keywords": "Class SVGArg Inheritance Object EventArgs SVGArg AttributeEventArgs ChildAddedEventArgs ContentEventArgs MouseArg MouseScrollArg StringArg Inherited Members EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SVGArg : EventArgs Fields | Improve this Doc View Source SessionID Declaration public string SessionID Field Value Type Description String" }, "api/Svg.SvgAspectRatio.html": { "href": "api/Svg.SvgAspectRatio.html", "title": "Class SvgAspectRatio | SVG.NET API", - "keywords": "Class SvgAspectRatio Description of SvgAspectRatio. Inheritance Object SvgAspectRatio Implements System.ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPreserveAspectRatioConverter))] public class SvgAspectRatio : ICloneable Constructors | Improve this Doc View Source SvgAspectRatio() Declaration public SvgAspectRatio() | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align) Parameters Type Name Description SvgPreserveAspectRatio align | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio, Boolean) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice) Parameters Type Name Description SvgPreserveAspectRatio align Boolean slice | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio, Boolean, Boolean) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice, bool defer) Parameters Type Name Description SvgPreserveAspectRatio align Boolean slice Boolean defer Properties | Improve this Doc View Source Align Declaration public SvgPreserveAspectRatio Align { get; set; } Property Value Type Description SvgPreserveAspectRatio | Improve this Doc View Source Defer Declaration public bool Defer { get; set; } Property Value Type Description Boolean | Improve this Doc View Source Slice Declaration public bool Slice { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements System.ICloneable" + "keywords": "Class SvgAspectRatio Description of SvgAspectRatio. Inheritance Object SvgAspectRatio Implements ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPreserveAspectRatioConverter))] public class SvgAspectRatio : ICloneable Constructors | Improve this Doc View Source SvgAspectRatio() Declaration public SvgAspectRatio() | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align) Parameters Type Name Description SvgPreserveAspectRatio align | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio, Boolean) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice) Parameters Type Name Description SvgPreserveAspectRatio align Boolean slice | Improve this Doc View Source SvgAspectRatio(SvgPreserveAspectRatio, Boolean, Boolean) Declaration public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice, bool defer) Parameters Type Name Description SvgPreserveAspectRatio align Boolean slice Boolean defer Properties | Improve this Doc View Source Align Declaration public SvgPreserveAspectRatio Align { get; set; } Property Value Type Description SvgPreserveAspectRatio | Improve this Doc View Source Defer Declaration public bool Defer { get; set; } Property Value Type Description Boolean | Improve this Doc View Source Slice Declaration public bool Slice { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements System.ICloneable" }, "api/Svg.SvgAttributeAttribute.html": { "href": "api/Svg.SvgAttributeAttribute.html", "title": "Class SvgAttributeAttribute | SVG.NET API", - "keywords": "Class SvgAttributeAttribute Specifies the SVG attribute name of the associated property. Inheritance Object Attribute SvgAttributeAttribute Inherited Members Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, Boolean) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, Boolean) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Property | AttributeTargets.Event)] public class SvgAttributeAttribute : Attribute Constructors | Improve this Doc View Source SvgAttributeAttribute(String, String) Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace. Declaration public SvgAttributeAttribute(string name, string nameSpace) Parameters Type Name Description String name The name of the SVG attribute. String nameSpace The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg ). Fields | Improve this Doc View Source XLinkNamespace Declaration public const string XLinkNamespace = \"http://www.w3.org/1999/xlink\" Field Value Type Description String | Improve this Doc View Source XmlNamespace Declaration public const string XmlNamespace = \"http://www.w3.org/XML/1998/namespace\" Field Value Type Description String Properties | Improve this Doc View Source Name Gets the name of the SVG attribute. Declaration public string Name { get; } Property Value Type Description String | Improve this Doc View Source NameSpace Gets the namespace of the SVG attribute. Declaration public string NameSpace { get; } Property Value Type Description String Methods | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Attribute.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Attribute.GetHashCode()" + "keywords": "Class SvgAttributeAttribute Specifies the SVG attribute name of the associated property. Inheritance Object Attribute SvgAttributeAttribute Inherited Members Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, Boolean) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, Boolean) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, Boolean) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, Boolean) Attribute.IsDefined(Module, Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Property | AttributeTargets.Event)] public class SvgAttributeAttribute : Attribute Constructors | Improve this Doc View Source SvgAttributeAttribute(String, String) Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace. Declaration public SvgAttributeAttribute(string name, string nameSpace) Parameters Type Name Description String name The name of the SVG attribute. String nameSpace The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg ). Fields | Improve this Doc View Source XLinkNamespace Declaration public const string XLinkNamespace = \"http://www.w3.org/1999/xlink\" Field Value Type Description String | Improve this Doc View Source XmlNamespace Declaration public const string XmlNamespace = \"http://www.w3.org/XML/1998/namespace\" Field Value Type Description String Properties | Improve this Doc View Source Name Gets the name of the SVG attribute. Declaration public string Name { get; } Property Value Type Description String | Improve this Doc View Source NameSpace Gets the namespace of the SVG attribute. Declaration public string NameSpace { get; } Property Value Type Description String Methods | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Attribute.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides System.Attribute.GetHashCode()" }, "api/Svg.SvgAttributeCollection.html": { "href": "api/Svg.SvgAttributeCollection.html", "title": "Class SvgAttributeCollection | SVG.NET API", - "keywords": "Class SvgAttributeCollection A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. Inheritance Object Dictionary < String , Object > SvgAttributeCollection Implements IDictionary < String , Object > ICollection < KeyValuePair < String , Object >> IReadOnlyDictionary < String , Object > System.Collections.Generic.IReadOnlyCollection < KeyValuePair < String , Object >> IEnumerable < KeyValuePair < String , Object >> IDictionary ICollection IEnumerable IDeserializationCallback ISerializable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, Object) Dictionary.Clear() System.Collections.Generic.Dictionary.ContainsKey(System.String) Dictionary.ContainsValue(Object) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.GetObjectData(SerializationInfo, StreamingContext) Dictionary.OnDeserialization(Object) Dictionary.Remove(String) Dictionary.Remove(String, Object) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) Dictionary.IEnumerable.GetEnumerator() Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Object) Dictionary.TryGetValue(String, Object) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values System.Collections.Generic.Dictionary.System.Collections.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgAttributeCollection : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable Constructors | Improve this Doc View Source SvgAttributeCollection(SvgElement) Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner. Declaration public SvgAttributeCollection(SvgElement owner) Parameters Type Name Description SvgElement owner The SvgElement owner of the collection. Properties | Improve this Doc View Source Item[String] Gets the attribute with the specified name. Declaration public object this[string attributeName] { get; set; } Parameters Type Name Description String attributeName A String containing the attribute name. Property Value Type Description Object The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited. Methods | Improve this Doc View Source GetAttribute(String, TAttributeType) Gets the attribute with the specified name. Declaration public TAttributeType GetAttribute(string attributeName, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName A String containing the name of the attribute. TAttributeType defaultValue The value to return if a value hasn't already been specified. Returns Type Description TAttributeType The attribute value if available; otherwise the default value of TAttributeType . Type Parameters Name Description TAttributeType The type of the attribute value. | Improve this Doc View Source GetInheritedAttribute(String, Boolean, TAttributeType) Gets the attribute with the specified name and inherits from ancestors if there is no attribute set. Declaration public TAttributeType GetInheritedAttribute(string attributeName, bool inherited, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName A String containing the name of the attribute. Boolean inherited Used only if the attribute value is not available. If set to true, the inherited value is returned in this case, otherwise the default value. TAttributeType defaultValue The value to return if a value hasn't already been specified. Returns Type Description TAttributeType The attribute value if available and not set to \"inherit\"; the ancestors value for the same attribute if it exists and if either the attribute value is set to \"inherit\", or inherited is true; the default value otherwise. Type Parameters Name Description TAttributeType The type of the attribute value. Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgAttributeCollection A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. Inheritance Object Dictionary < String , Object > SvgAttributeCollection Implements IDictionary < String , Object > ICollection < KeyValuePair < String , Object >> IReadOnlyDictionary < String , Object > IReadOnlyCollection < KeyValuePair < String , Object >> IEnumerable < KeyValuePair < String , Object >> IDictionary ICollection IEnumerable IDeserializationCallback System.Runtime.Serialization.ISerializable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, Object) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(Object) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.OnDeserialization(Object) System.Collections.Generic.Dictionary.Remove(System.String) Dictionary.Remove(String, Object) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) System.Collections.Generic.Dictionary.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Object) System.Collections.Generic.Dictionary.TryGetValue(System.String, System.Object) System.Collections.Generic.Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values Dictionary.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgAttributeCollection : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable Constructors | Improve this Doc View Source SvgAttributeCollection(SvgElement) Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner. Declaration public SvgAttributeCollection(SvgElement owner) Parameters Type Name Description SvgElement owner The SvgElement owner of the collection. Properties | Improve this Doc View Source Item[String] Gets the attribute with the specified name. Declaration public object this[string attributeName] { get; set; } Parameters Type Name Description String attributeName A String containing the attribute name. Property Value Type Description Object The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited. Methods | Improve this Doc View Source GetAttribute(String, TAttributeType) Gets the attribute with the specified name. Declaration public TAttributeType GetAttribute(string attributeName, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName A String containing the name of the attribute. TAttributeType defaultValue The value to return if a value hasn't already been specified. Returns Type Description TAttributeType The attribute value if available; otherwise the default value of TAttributeType . Type Parameters Name Description TAttributeType The type of the attribute value. | Improve this Doc View Source GetInheritedAttribute(String, Boolean, TAttributeType) Gets the attribute with the specified name and inherits from ancestors if there is no attribute set. Declaration public TAttributeType GetInheritedAttribute(string attributeName, bool inherited, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName A String containing the name of the attribute. Boolean inherited Used only if the attribute value is not available. If set to true, the inherited value is returned in this case, otherwise the default value. TAttributeType defaultValue The value to return if a value hasn't already been specified. Returns Type Description TAttributeType The attribute value if available and not set to \"inherit\"; the ancestors value for the same attribute if it exists and if either the attribute value is set to \"inherit\", or inherited is true; the default value otherwise. Type Parameters Name Description TAttributeType The type of the attribute value. Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgBlendModeConverter.html": { "href": "api/Svg.SvgBlendModeConverter.html", "title": "Class SvgBlendModeConverter | SVG.NET API", - "keywords": "Class SvgBlendModeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgBlendMode > SvgBlendModeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgBlendModeConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgBlendModeConverter() Declaration public SvgBlendModeConverter()" + "keywords": "Class SvgBlendModeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgBlendMode > SvgBlendModeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgBlendModeConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgBlendModeConverter() Declaration public SvgBlendModeConverter()" }, "api/Svg.SvgChannelSelectorConverter.html": { "href": "api/Svg.SvgChannelSelectorConverter.html", "title": "Class SvgChannelSelectorConverter | SVG.NET API", - "keywords": "Class SvgChannelSelectorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgChannelSelector > SvgChannelSelectorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgChannelSelectorConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgChannelSelectorConverter() Declaration public SvgChannelSelectorConverter()" + "keywords": "Class SvgChannelSelectorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgChannelSelector > SvgChannelSelectorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgChannelSelectorConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgChannelSelectorConverter() Declaration public SvgChannelSelectorConverter()" }, "api/Svg.SvgCircle.html": { "href": "api/Svg.SvgCircle.html", "title": "Class SvgCircle | SVG.NET API", - "keywords": "Class SvgCircle An SVG element to render circles to the document. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgCircle Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"circle\")] public class SvgCircle : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Center Gets the center point of the circle. Declaration public SvgPoint Center { get; } Property Value Type Description SvgPoint The center. | Improve this Doc View Source CenterX Declaration public virtual SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public virtual SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Radius Declaration public virtual SvgUnit Radius { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the representing this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the circle using the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The renderer object. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgCircle An SVG element to render circles to the document. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgCircle Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"circle\")] public class SvgCircle : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Center Gets the center point of the circle. Declaration public SvgPoint Center { get; } Property Value Type Description SvgPoint The center. | Improve this Doc View Source CenterX Declaration public virtual SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public virtual SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Radius Declaration public virtual SvgUnit Radius { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the representing this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the circle using the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The renderer object. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgClipPath.html": { "href": "api/Svg.SvgClipPath.html", "title": "Class SvgClipPath | SVG.NET API", - "keywords": "Class SvgClipPath Defines a path that can be used by other ISvgClipable elements. Inheritance Object SvgElement SvgClipPath Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"clipPath\")] public class SvgClipPath : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source ClipPathUnits Specifies the coordinate system for the clipping path. Declaration public SvgCoordinateUnits ClipPathUnits { get; set; } Property Value Type Description SvgCoordinateUnits Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the 'Children' collection. Declaration protected override void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. Overrides SvgElement.AddElement(SvgElement, Int32) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetClipRegion(SvgVisualElement, ISvgRenderer) Gets this SvgClipPath 's region to be used as a clipping region. Declaration public Region GetClipRegion(SvgVisualElement owner, ISvgRenderer renderer) Parameters Type Name Description SvgVisualElement owner ISvgRenderer renderer Returns Type Description Region A new containing the to be used for clipping. | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the Children collection. Declaration protected override void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. Overrides SvgElement.RemoveElement(SvgElement) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgClipPath Defines a path that can be used by other ISvgClipable elements. Inheritance Object SvgElement SvgClipPath Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"clipPath\")] public class SvgClipPath : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source ClipPathUnits Specifies the coordinate system for the clipping path. Declaration public SvgCoordinateUnits ClipPathUnits { get; set; } Property Value Type Description SvgCoordinateUnits Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the 'Children' collection. Declaration protected override void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. Overrides SvgElement.AddElement(SvgElement, Int32) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetClipRegion(SvgVisualElement, ISvgRenderer) Gets this SvgClipPath 's region to be used as a clipping region. Declaration public Region GetClipRegion(SvgVisualElement owner, ISvgRenderer renderer) Parameters Type Name Description SvgVisualElement owner ISvgRenderer renderer Returns Type Description Region A new containing the to be used for clipping. | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the Children collection. Declaration protected override void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. Overrides SvgElement.RemoveElement(SvgElement) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgClipRule.html": { "href": "api/Svg.SvgClipRule.html", @@ -517,42 +517,42 @@ "api/Svg.SvgClipRuleConverter.html": { "href": "api/Svg.SvgClipRuleConverter.html", "title": "Class SvgClipRuleConverter | SVG.NET API", - "keywords": "Class SvgClipRuleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgClipRule > SvgClipRuleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgClipRuleConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgClipRuleConverter() Declaration public SvgClipRuleConverter()" + "keywords": "Class SvgClipRuleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgClipRule > SvgClipRuleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgClipRuleConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgClipRuleConverter() Declaration public SvgClipRuleConverter()" }, "api/Svg.SvgColourConverter.html": { "href": "api/Svg.SvgColourConverter.html", "title": "Class SvgColourConverter | SVG.NET API", - "keywords": "Class SvgColourConverter Converts string representations of colours into Color objects. Inheritance Object TypeConverter ColorConverter SvgColourConverter Inherited Members ColorConverter.GetStandardValues(ITypeDescriptorContext) ColorConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgColourConverter : ColorConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides System.Drawing.ColorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides ColorConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the converter's native type. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context A TypeDescriptor that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked. CultureInfo culture A CultureInfo that specifies the culture to represent the color. Object value The object to convert. Returns Type Description Object An Object representing the converted value. Overrides ColorConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Exceptions Type Condition ArgumentException The conversion cannot be performed. | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides ColorConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" + "keywords": "Class SvgColourConverter Converts string representations of colours into Color objects. Inheritance Object TypeConverter System.Drawing.ColorConverter SvgColourConverter Inherited Members ColorConverter.GetStandardValues(ITypeDescriptorContext) ColorConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgColourConverter : ColorConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides ColorConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides ColorConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the converter's native type. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context A TypeDescriptor that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked. CultureInfo culture A CultureInfo that specifies the culture to represent the color. Object value The object to convert. Returns Type Description Object An Object representing the converted value. Overrides ColorConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Exceptions Type Condition ArgumentException The conversion cannot be performed. | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides ColorConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)" }, "api/Svg.SvgColourInterpolationConverter.html": { "href": "api/Svg.SvgColourInterpolationConverter.html", "title": "Class SvgColourInterpolationConverter | SVG.NET API", - "keywords": "Class SvgColourInterpolationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgColourInterpolation > SvgColourInterpolationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgColourInterpolationConverter : EnumBaseConverter" + "keywords": "Class SvgColourInterpolationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgColourInterpolation > SvgColourInterpolationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgColourInterpolationConverter : EnumBaseConverter" }, "api/Svg.SvgColourMatrixTypeConverter.html": { "href": "api/Svg.SvgColourMatrixTypeConverter.html", "title": "Class SvgColourMatrixTypeConverter | SVG.NET API", - "keywords": "Class SvgColourMatrixTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgColourMatrixType > SvgColourMatrixTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgColourMatrixTypeConverter : EnumBaseConverter" + "keywords": "Class SvgColourMatrixTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgColourMatrixType > SvgColourMatrixTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgColourMatrixTypeConverter : EnumBaseConverter" }, "api/Svg.SvgColourServer.html": { "href": "api/Svg.SvgColourServer.html", "title": "Class SvgColourServer | SVG.NET API", - "keywords": "Class SvgColourServer Inheritance Object SvgElement SvgPaintServer SvgColourServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public class SvgColourServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgColourServer() Declaration public SvgColourServer() | Improve this Doc View Source SvgColourServer(Color) Declaration public SvgColourServer(Color colour) Parameters Type Name Description Color colour Properties | Improve this Doc View Source Colour Declaration public Color Colour { get; set; } Property Value Type Description Color Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides SvgPaintServer.ToString() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgColourServer Inheritance Object SvgElement SvgPaintServer SvgColourServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public class SvgColourServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgColourServer() Declaration public SvgColourServer() | Improve this Doc View Source SvgColourServer(Color) Declaration public SvgColourServer(Color colour) Parameters Type Name Description Color colour Properties | Improve this Doc View Source Colour Declaration public Color Colour { get; set; } Property Value Type Description Color Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides SvgPaintServer.ToString() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgComponentTransferTypeConverter.html": { "href": "api/Svg.SvgComponentTransferTypeConverter.html", "title": "Class SvgComponentTransferTypeConverter | SVG.NET API", - "keywords": "Class SvgComponentTransferTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgComponentTransferType > SvgComponentTransferTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgComponentTransferTypeConverter : EnumBaseConverter" + "keywords": "Class SvgComponentTransferTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgComponentTransferType > SvgComponentTransferTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgComponentTransferTypeConverter : EnumBaseConverter" }, "api/Svg.SvgCompositeOperatorConverter.html": { "href": "api/Svg.SvgCompositeOperatorConverter.html", "title": "Class SvgCompositeOperatorConverter | SVG.NET API", - "keywords": "Class SvgCompositeOperatorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgCompositeOperator > SvgCompositeOperatorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCompositeOperatorConverter : EnumBaseConverter" + "keywords": "Class SvgCompositeOperatorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgCompositeOperator > SvgCompositeOperatorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCompositeOperatorConverter : EnumBaseConverter" }, "api/Svg.SvgContentNode.html": { "href": "api/Svg.SvgContentNode.html", "title": "Class SvgContentNode | SVG.NET API", - "keywords": "Class SvgContentNode Inheritance Object SvgContentNode Implements ISvgNode Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgContentNode : ISvgNode Properties | Improve this Doc View Source Content Declaration public string Content { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Create a deep copy of this ISvgNode . Declaration public ISvgNode DeepCopy() Returns Type Description ISvgNode A deep copy of this ISvgNode Implements ISvgNode" + "keywords": "Class SvgContentNode Inheritance Object SvgContentNode Implements ISvgNode Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgContentNode : ISvgNode Properties | Improve this Doc View Source Content Declaration public string Content { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Create a deep copy of this ISvgNode . Declaration public ISvgNode DeepCopy() Returns Type Description ISvgNode A deep copy of this ISvgNode Implements ISvgNode" }, "api/Svg.SvgCoordinateUnits.html": { "href": "api/Svg.SvgCoordinateUnits.html", @@ -562,92 +562,92 @@ "api/Svg.SvgCoordinateUnitsConverter.html": { "href": "api/Svg.SvgCoordinateUnitsConverter.html", "title": "Class SvgCoordinateUnitsConverter | SVG.NET API", - "keywords": "Class SvgCoordinateUnitsConverter Inheritance Object TypeConverter EnumBaseConverter < SvgCoordinateUnits > SvgCoordinateUnitsConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCoordinateUnitsConverter : EnumBaseConverter" + "keywords": "Class SvgCoordinateUnitsConverter Inheritance Object TypeConverter EnumBaseConverter < SvgCoordinateUnits > SvgCoordinateUnitsConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCoordinateUnitsConverter : EnumBaseConverter" }, "api/Svg.SvgCustomAttributeCollection.html": { "href": "api/Svg.SvgCustomAttributeCollection.html", "title": "Class SvgCustomAttributeCollection | SVG.NET API", - "keywords": "Class SvgCustomAttributeCollection A collection of Custom Attributes Inheritance Object Dictionary < String , String > SvgCustomAttributeCollection Implements IDictionary < String , String > ICollection < KeyValuePair < String , String >> IReadOnlyDictionary < String , String > System.Collections.Generic.IReadOnlyCollection < KeyValuePair < String , String >> IEnumerable < KeyValuePair < String , String >> IDictionary ICollection IEnumerable IDeserializationCallback ISerializable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, String) Dictionary.Clear() System.Collections.Generic.Dictionary.ContainsKey(System.String) Dictionary.ContainsValue(String) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.GetObjectData(SerializationInfo, StreamingContext) Dictionary.OnDeserialization(Object) Dictionary.Remove(String) Dictionary.Remove(String, String) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) Dictionary.IEnumerable.GetEnumerator() Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, String) Dictionary.TryGetValue(String, String) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values System.Collections.Generic.Dictionary.System.Collections.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCustomAttributeCollection : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable Constructors | Improve this Doc View Source SvgCustomAttributeCollection(SvgElement) Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner. Declaration public SvgCustomAttributeCollection(SvgElement owner) Parameters Type Name Description SvgElement owner The SvgElement owner of the collection. Properties | Improve this Doc View Source Item[String] Gets the attribute with the specified name. Declaration public string this[string attributeName] { get; set; } Parameters Type Name Description String attributeName A String containing the attribute name. Property Value Type Description String The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited. Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgCustomAttributeCollection A collection of Custom Attributes Inheritance Object Dictionary < String , String > SvgCustomAttributeCollection Implements IDictionary < String , String > ICollection < KeyValuePair < String , String >> IReadOnlyDictionary < String , String > IReadOnlyCollection < KeyValuePair < String , String >> IEnumerable < KeyValuePair < String , String >> IDictionary ICollection IEnumerable IDeserializationCallback System.Runtime.Serialization.ISerializable Inherited Members System.Collections.Generic.Dictionary.System.Collections.IDictionary.get_Item(System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.set_Item(System.Object, System.Object) Dictionary.Add(String, String) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(String) Dictionary.EnsureCapacity(Int32) Dictionary.GetEnumerator() Dictionary.OnDeserialization(Object) System.Collections.Generic.Dictionary.Remove(System.String) Dictionary.Remove(String, String) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair[], System.Int32) System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair) System.Collections.Generic.Dictionary.System.Collections.Generic.IEnumerable>.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Add(System.Object, System.Object) System.Collections.Generic.Dictionary.System.Collections.IDictionary.Contains(System.Object) Dictionary.IDictionary.GetEnumerator() System.Collections.Generic.Dictionary.System.Collections.IDictionary.Remove(System.Object) System.Collections.Generic.Dictionary.System.Collections.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, String) System.Collections.Generic.Dictionary.TryGetValue(System.String, System.String) System.Collections.Generic.Dictionary.Comparer Dictionary.Count Dictionary.Item[String] Dictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.ICollection>.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IDictionary.Values System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Keys System.Collections.Generic.Dictionary.System.Collections.Generic.IReadOnlyDictionary.Values Dictionary.ICollection.IsSynchronized Dictionary.ICollection.SyncRoot Dictionary.IDictionary.IsFixedSize Dictionary.IDictionary.IsReadOnly System.Collections.Generic.Dictionary.System.Collections.IDictionary.Item[System.Object] Dictionary.IDictionary.Keys Dictionary.IDictionary.Values Dictionary.Values Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgCustomAttributeCollection : Dictionary, IDictionary, ICollection>, IReadOnlyDictionary, IReadOnlyCollection>, IEnumerable>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable Constructors | Improve this Doc View Source SvgCustomAttributeCollection(SvgElement) Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner. Declaration public SvgCustomAttributeCollection(SvgElement owner) Parameters Type Name Description SvgElement owner The SvgElement owner of the collection. Properties | Improve this Doc View Source Item[String] Gets the attribute with the specified name. Declaration public string this[string attributeName] { get; set; } Parameters Type Name Description String attributeName A String containing the attribute name. Property Value Type Description String The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited. Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyDictionary System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IDictionary System.Collections.ICollection System.Collections.IEnumerable System.Runtime.Serialization.IDeserializationCallback System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgDeferredPaintServer.html": { "href": "api/Svg.SvgDeferredPaintServer.html", "title": "Class SvgDeferredPaintServer | SVG.NET API", - "keywords": "Class SvgDeferredPaintServer A wrapper for a paint server which isn't defined currently in the parse process, but should be defined by the time the image needs to render. Inheritance Object SvgElement SvgPaintServer SvgDeferredPaintServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgDeferredPaintServerFactory))] public class SvgDeferredPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgDeferredPaintServer() Declaration public SvgDeferredPaintServer() | Improve this Doc View Source SvgDeferredPaintServer(SvgDocument, String) Declaration [Obsolete(\"Will be removed.\")] public SvgDeferredPaintServer(SvgDocument document, string id) Parameters Type Name Description SvgDocument document String id | Improve this Doc View Source SvgDeferredPaintServer(String) Initializes new instance of SvgDeferredPaintServer class. Declaration public SvgDeferredPaintServer(string id) Parameters Type Name Description String id , or \"currentColor\". | Improve this Doc View Source SvgDeferredPaintServer(String, SvgPaintServer) Initializes new instance of SvgDeferredPaintServer class. Declaration public SvgDeferredPaintServer(string id, SvgPaintServer fallbackServer) Parameters Type Name Description String id , or \"currentColor\". SvgPaintServer fallbackServer \"none\", \"currentColor\" or SvgColourServer server. Properties | Improve this Doc View Source DeferredId Declaration public string DeferredId { get; set; } Property Value Type Description String | Improve this Doc View Source Document Declaration [Obsolete(\"Will be removed.\")] public SvgDocument Document { get; set; } Property Value Type Description SvgDocument | Improve this Doc View Source FallbackServer Declaration public SvgPaintServer FallbackServer { get; } Property Value Type Description SvgPaintServer Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source EnsureServer(SvgElement) Declaration public void EnsureServer(SvgElement styleOwner) Parameters Type Name Description SvgElement styleOwner | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides SvgPaintServer.ToString() | Improve this Doc View Source TryGet(SvgPaintServer, SvgElement) Declaration public static T TryGet(SvgPaintServer server, SvgElement parent) where T : SvgPaintServer Parameters Type Name Description SvgPaintServer server SvgElement parent Returns Type Description T Type Parameters Name Description T Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDeferredPaintServer A wrapper for a paint server which isn't defined currently in the parse process, but should be defined by the time the image needs to render. Inheritance Object SvgElement SvgPaintServer SvgDeferredPaintServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgDeferredPaintServerFactory))] public class SvgDeferredPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgDeferredPaintServer() Declaration public SvgDeferredPaintServer() | Improve this Doc View Source SvgDeferredPaintServer(SvgDocument, String) Declaration [Obsolete(\"Will be removed.\")] public SvgDeferredPaintServer(SvgDocument document, string id) Parameters Type Name Description SvgDocument document String id | Improve this Doc View Source SvgDeferredPaintServer(String) Initializes new instance of SvgDeferredPaintServer class. Declaration public SvgDeferredPaintServer(string id) Parameters Type Name Description String id , or \"currentColor\". | Improve this Doc View Source SvgDeferredPaintServer(String, SvgPaintServer) Initializes new instance of SvgDeferredPaintServer class. Declaration public SvgDeferredPaintServer(string id, SvgPaintServer fallbackServer) Parameters Type Name Description String id , or \"currentColor\". SvgPaintServer fallbackServer \"none\", \"currentColor\" or SvgColourServer server. Properties | Improve this Doc View Source DeferredId Declaration public string DeferredId { get; set; } Property Value Type Description String | Improve this Doc View Source Document Declaration [Obsolete(\"Will be removed.\")] public SvgDocument Document { get; set; } Property Value Type Description SvgDocument | Improve this Doc View Source FallbackServer Declaration public SvgPaintServer FallbackServer { get; } Property Value Type Description SvgPaintServer Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source EnsureServer(SvgElement) Declaration public void EnsureServer(SvgElement styleOwner) Parameters Type Name Description SvgElement styleOwner | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides SvgPaintServer.ToString() | Improve this Doc View Source TryGet(SvgPaintServer, SvgElement) Declaration public static T TryGet(SvgPaintServer server, SvgElement parent) where T : SvgPaintServer Parameters Type Name Description SvgPaintServer server SvgElement parent Returns Type Description T Type Parameters Name Description T Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgDefinitionList.html": { "href": "api/Svg.SvgDefinitionList.html", "title": "Class SvgDefinitionList | SVG.NET API", - "keywords": "Class SvgDefinitionList Represents a list of re-usable SVG components. Inheritance Object SvgElement SvgDefinitionList Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"defs\")] public class SvgDefinitionList : SvgElement, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDefinitionList Represents a list of re-usable SVG components. Inheritance Object SvgElement SvgDefinitionList Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"defs\")] public class SvgDefinitionList : SvgElement, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgDescription.html": { "href": "api/Svg.SvgDescription.html", "title": "Class SvgDescription | SVG.NET API", - "keywords": "Class SvgDescription Inheritance Object SvgElement SvgDescription Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"desc\")] public class SvgDescription : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgDescriptiveElement Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDescription Inheritance Object SvgElement SvgDescription Implements ISvgTransformable ICloneable ISvgNode ISvgDescriptiveElement Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"desc\")] public class SvgDescription : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgDescriptiveElement Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgDocument.html": { "href": "api/Svg.SvgDocument.html", "title": "Class SvgDocument | SVG.NET API", - "keywords": "Class SvgDocument The class used to create and load SVG documents. Inheritance Object SvgElement SvgFragment SvgDocument Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable ITypeDescriptorContext IServiceProvider Inherited Members SvgFragment.Namespace SvgFragment.Width SvgFragment.Height SvgFragment.ViewBox SvgFragment.AspectRatio SvgFragment.FontSize SvgFragment.FontFamily SvgFragment.SpaceHandling SvgFragment.DeepCopy() SvgFragment.DeepCopy() SvgFragment.ISvgBoundable.Location SvgFragment.ISvgBoundable.Size SvgFragment.ISvgBoundable.Bounds SvgFragment.PushTransforms(ISvgRenderer) SvgFragment.Render(ISvgRenderer) SvgFragment.Path SvgFragment.Bounds SvgFragment.GetDimensions() SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.AutoPublishEvents SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgDocument : SvgFragment, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ISvgBoundable, ITypeDescriptorContext, IServiceProvider Constructors | Improve this Doc View Source SvgDocument() Initializes a new instance of the SvgDocument class. Declaration public SvgDocument() Properties | Improve this Doc View Source BaseUri Declaration public Uri BaseUri { get; set; } Property Value Type Description Uri | Improve this Doc View Source DisableDtdProcessing Skip the Dtd Processing for faster loading of svgs that have a DTD specified. For Example Adobe Illustrator svgs. Declaration public static bool DisableDtdProcessing { get; set; } Property Value Type Description Boolean | Improve this Doc View Source ExternalCSSHref Gets or sets an external Cascading Style Sheet (CSS) Declaration public string ExternalCSSHref { get; set; } Property Value Type Description String | Improve this Doc View Source IdManager Gets an SvgElementIdManager for this document. Declaration protected virtual SvgElementIdManager IdManager { get; } Property Value Type Description SvgElementIdManager | Improve this Doc View Source Overflow Declaration public override SvgOverflow Overflow { get; } Property Value Type Description SvgOverflow Overrides SvgFragment.Overflow | Improve this Doc View Source PointsPerInch Declaration public static int PointsPerInch { get; set; } Property Value Type Description Int32 | Improve this Doc View Source Ppi Gets or sets the Pixels Per Inch of the rendered image. Declaration public int Ppi { get; set; } Property Value Type Description Int32 | Improve this Doc View Source ResolveExternalElements Which types of external elements, for example text definitions, are allowed to be resolved. Defaults to Local and Remote . Declaration public static ExternalType ResolveExternalElements { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source ResolveExternalImages Which types of external images are allowed to be resolved. Defaults to Local and Remote . Declaration public static ExternalType ResolveExternalImages { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source ResolveExternalXmlEntites Which types of XML external entities are allowed to be resolved. Defaults to None to prevent XXE. Declaration public static ExternalType ResolveExternalXmlEntites { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source SkipGdiPlusCapabilityCheck Skip check whether the GDI+ can be loaded. Declaration public static bool SkipGdiPlusCapabilityCheck { get; set; } Property Value Type Description Boolean Remarks Set to true on systems that do not support GDI+ like UWP. | Improve this Doc View Source X Declaration public override SvgUnit X { get; } Property Value Type Description SvgUnit Overrides SvgFragment.X | Improve this Doc View Source Y Declaration public override SvgUnit Y { get; } Property Value Type Description SvgUnit Overrides SvgFragment.Y Methods | Improve this Doc View Source Draw() Renders the SvgDocument and returns the image as a . Declaration public virtual Bitmap Draw() Returns Type Description Bitmap A containing the rendered document. | Improve this Doc View Source Draw(Bitmap) Renders the SvgDocument into a given Bitmap . Declaration public virtual void Draw(Bitmap bitmap) Parameters Type Name Description Bitmap bitmap | Improve this Doc View Source Draw(Graphics) Renders the SvgDocument to the specified . Declaration public void Draw(Graphics graphics) Parameters Type Name Description Graphics graphics The to be rendered to. Exceptions Type Condition ArgumentNullException The graphics parameter cannot be null . | Improve this Doc View Source Draw(Graphics, Nullable) Renders the SvgDocument to the specified . Declaration public void Draw(Graphics graphics, SizeF? size) Parameters Type Name Description Graphics graphics The to be rendered to. Nullable < SizeF > size The SizeF to render the document. If null document is rendered at the default document size. Exceptions Type Condition ArgumentNullException The graphics parameter cannot be null . | Improve this Doc View Source Draw(ISvgRenderer) Renders the SvgDocument to the specified ISvgRenderer . Declaration public void Draw(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to render the document with. Exceptions Type Condition ArgumentNullException The renderer parameter cannot be null . | Improve this Doc View Source Draw(Int32, Int32) Renders the SvgDocument in given size and returns the image as a . If one of rasterWidth and rasterHeight is zero, the image is scaled preserving aspect ratio, otherwise the aspect ratio is ignored. Declaration public virtual Bitmap Draw(int rasterWidth, int rasterHeight) Parameters Type Name Description Int32 rasterWidth Int32 rasterHeight Returns Type Description Bitmap A containing the rendered document. | Improve this Doc View Source EnsureSystemIsGdiPlusCapable() Ensure that the running system is GDI capable, if not this will yield a SvgGdiPlusCannotBeLoadedException exception. Declaration public static void EnsureSystemIsGdiPlusCapable() | Improve this Doc View Source FromSvg(String) Attempts to create an SVG document from the specified string data. Declaration public static T FromSvg(string svg) where T : SvgDocument, new() Parameters Type Name Description String svg The SVG data. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual SvgElement GetElementById(string id) Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description SvgElement An SvgElement of one exists with the specified ID; otherwise false. | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual TSvgElement GetElementById(string id) where TSvgElement : SvgElement Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description TSvgElement An SvgElement of one exists with the specified ID; otherwise false. Type Parameters Name Description TSvgElement | Improve this Doc View Source Open(String) Opens the document at the specified path and loads the SVG contents. Declaration public static SvgDocument Open(string path) Parameters Type Name Description String path A String containing the path of the file to open. Returns Type Description SvgDocument An SvgDocument with the contents loaded. Exceptions Type Condition System.IO.FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(XmlDocument) Opens an SVG document from the specified XmlDocument . Declaration public static SvgDocument Open(XmlDocument document) Parameters Type Name Description XmlDocument document The XmlDocument containing the SVG document XML. Returns Type Description SvgDocument Exceptions Type Condition ArgumentNullException The document parameter cannot be null . | Improve this Doc View Source Open(Stream) Attempts to open an SVG document from the specified Stream . Declaration public static T Open(Stream stream) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source Open(Stream, SvgOptions) Opens an SVG document from the specified Stream and adds the specified entities. Declaration public static T Open(Stream stream, SvgOptions svgOptions) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. SvgOptions svgOptions Css Style that will be applied to the Svg Document Returns Type Description T Type Parameters Name Description T Exceptions Type Condition ArgumentNullException The stream parameter cannot be null . | Improve this Doc View Source Open(Stream, Dictionary) Opens an SVG document from the specified Stream and adds the specified entities. Declaration [Obsolete(\"Use Open(Stream stream, SvgOptions svgOptions)\")] public static T Open(Stream stream, Dictionary entities) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. Dictionary < String , String > entities Custom entity definitions. Returns Type Description T Type Parameters Name Description T Exceptions Type Condition ArgumentNullException The stream parameter cannot be null . | Improve this Doc View Source Open(String) Opens the document at the specified path and loads the SVG contents. Declaration public static T Open(string path) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. Returns Type Description T An SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition System.IO.FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(String, SvgOptions) Opens the document at the specified path and loads the SVG contents. Declaration public static T Open(string path, SvgOptions svgOptions) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. SvgOptions svgOptions A dictionary of custom entity definitions to be used when resolving XML entities within the document. Returns Type Description T A SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition System.IO.FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(String, Dictionary) Opens the document at the specified path and loads the SVG contents. Declaration [Obsolete(\"Use Open(string path, SvgOptions svgOptions)\")] public static T Open(string path, Dictionary entities) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. Dictionary < String , String > entities A dictionary of custom entity definitions to be used when resolving XML entities within the document. Returns Type Description T An SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition System.IO.FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(XmlReader) Attempts to open an SVG document from the specified XmlReader . Declaration public static T Open(XmlReader reader) where T : SvgDocument, new() Parameters Type Name Description XmlReader reader The XmlReader containing the SVG document to open. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source OpenAsBitmap(String) Declaration public static Bitmap OpenAsBitmap(string path) Parameters Type Name Description String path Returns Type Description Bitmap | Improve this Doc View Source OpenAsBitmap(XmlDocument) Declaration public static Bitmap OpenAsBitmap(XmlDocument document) Parameters Type Name Description XmlDocument document Returns Type Description Bitmap | Improve this Doc View Source OverwriteIdManager(SvgElementIdManager) Overwrites the current IdManager with a custom implementation. Be careful with this: If elements have been inserted into the document before, you have to take care that the new IdManager also knows of them. Declaration public void OverwriteIdManager(SvgElementIdManager manager) Parameters Type Name Description SvgElementIdManager manager | Improve this Doc View Source RasterizeDimensions(ref SizeF, Int32, Int32) If both or one of raster height and width is not given (0), calculate that missing value from original SVG size while keeping original SVG size ratio Declaration public virtual void RasterizeDimensions(ref SizeF size, int rasterWidth, int rasterHeight) Parameters Type Name Description SizeF size Int32 rasterWidth Int32 rasterHeight | Improve this Doc View Source SystemIsGdiPlusCapable() Validate whether the system has GDI+ capabilities (non Windows related). Declaration public static bool SystemIsGdiPlusCapable() Returns Type Description Boolean Boolean whether the system is capable of using GDI+ | Improve this Doc View Source Write(Stream, Boolean) Declaration public void Write(Stream stream, bool useBom = true) Parameters Type Name Description Stream stream Boolean useBom | Improve this Doc View Source Write(String, Boolean) Declaration public void Write(string path, bool useBom = true) Parameters Type Name Description String path Boolean useBom | Improve this Doc View Source Write(XmlWriter) Declaration public override void Write(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.Write(XmlWriter) | Improve this Doc View Source WriteAttributes(XmlWriter) Declaration protected override void WriteAttributes(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteAttributes(XmlWriter) Explicit Interface Implementations | Improve this Doc View Source ITypeDescriptorContext.Container Declaration IContainer ITypeDescriptorContext.Container { get; } Returns Type Description IContainer | Improve this Doc View Source ITypeDescriptorContext.Instance Declaration object ITypeDescriptorContext.Instance { get; } Returns Type Description Object | Improve this Doc View Source ITypeDescriptorContext.OnComponentChanged() Declaration void ITypeDescriptorContext.OnComponentChanged() | Improve this Doc View Source ITypeDescriptorContext.OnComponentChanging() Declaration bool ITypeDescriptorContext.OnComponentChanging() Returns Type Description Boolean | Improve this Doc View Source ITypeDescriptorContext.PropertyDescriptor Declaration PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor { get; } Returns Type Description PropertyDescriptor | Improve this Doc View Source IServiceProvider.GetService(Type) Declaration object IServiceProvider.GetService(Type serviceType) Parameters Type Name Description Type serviceType Returns Type Description Object Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable System.ComponentModel.ITypeDescriptorContext System.IServiceProvider Extension Methods SvgExtentions.GetXML(SvgDocument) SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDocument The class used to create and load SVG documents. Inheritance Object SvgElement SvgFragment SvgDocument Implements ISvgTransformable ICloneable ISvgNode ISvgViewPort ISvgBoundable ITypeDescriptorContext IServiceProvider Inherited Members SvgFragment.Namespace SvgFragment.Width SvgFragment.Height SvgFragment.ViewBox SvgFragment.AspectRatio SvgFragment.FontSize SvgFragment.FontFamily SvgFragment.SpaceHandling SvgFragment.DeepCopy() SvgFragment.DeepCopy() SvgFragment.ISvgBoundable.Location SvgFragment.ISvgBoundable.Size SvgFragment.ISvgBoundable.Bounds SvgFragment.PushTransforms(ISvgRenderer) SvgFragment.Render(ISvgRenderer) SvgFragment.Path SvgFragment.Bounds SvgFragment.GetDimensions() SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.AutoPublishEvents SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgDocument : SvgFragment, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ISvgBoundable, ITypeDescriptorContext, IServiceProvider Constructors | Improve this Doc View Source SvgDocument() Initializes a new instance of the SvgDocument class. Declaration public SvgDocument() Properties | Improve this Doc View Source BaseUri Declaration public Uri BaseUri { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source DisableDtdProcessing Skip the Dtd Processing for faster loading of svgs that have a DTD specified. For Example Adobe Illustrator svgs. Declaration public static bool DisableDtdProcessing { get; set; } Property Value Type Description Boolean | Improve this Doc View Source ExternalCSSHref Gets or sets an external Cascading Style Sheet (CSS) Declaration public string ExternalCSSHref { get; set; } Property Value Type Description String | Improve this Doc View Source IdManager Gets an SvgElementIdManager for this document. Declaration protected virtual SvgElementIdManager IdManager { get; } Property Value Type Description SvgElementIdManager | Improve this Doc View Source Overflow Declaration public override SvgOverflow Overflow { get; } Property Value Type Description SvgOverflow Overrides SvgFragment.Overflow | Improve this Doc View Source PointsPerInch Declaration public static int PointsPerInch { get; set; } Property Value Type Description Int32 | Improve this Doc View Source Ppi Gets or sets the Pixels Per Inch of the rendered image. Declaration public int Ppi { get; set; } Property Value Type Description Int32 | Improve this Doc View Source ResolveExternalElements Which types of external elements, for example text definitions, are allowed to be resolved. Defaults to Local and Remote . Declaration public static ExternalType ResolveExternalElements { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source ResolveExternalImages Which types of external images are allowed to be resolved. Defaults to Local and Remote . Declaration public static ExternalType ResolveExternalImages { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source ResolveExternalXmlEntites Which types of XML external entities are allowed to be resolved. Defaults to None to prevent XXE. Declaration public static ExternalType ResolveExternalXmlEntites { get; set; } Property Value Type Description ExternalType | Improve this Doc View Source SkipGdiPlusCapabilityCheck Skip check whether the GDI+ can be loaded. Declaration public static bool SkipGdiPlusCapabilityCheck { get; set; } Property Value Type Description Boolean Remarks Set to true on systems that do not support GDI+ like UWP. | Improve this Doc View Source X Declaration public override SvgUnit X { get; } Property Value Type Description SvgUnit Overrides SvgFragment.X | Improve this Doc View Source Y Declaration public override SvgUnit Y { get; } Property Value Type Description SvgUnit Overrides SvgFragment.Y Methods | Improve this Doc View Source Draw() Renders the SvgDocument and returns the image as a . Declaration public virtual Bitmap Draw() Returns Type Description Bitmap A containing the rendered document. | Improve this Doc View Source Draw(Bitmap) Renders the SvgDocument into a given Bitmap . Declaration public virtual void Draw(Bitmap bitmap) Parameters Type Name Description Bitmap bitmap | Improve this Doc View Source Draw(Graphics) Renders the SvgDocument to the specified . Declaration public void Draw(Graphics graphics) Parameters Type Name Description Graphics graphics The to be rendered to. Exceptions Type Condition ArgumentNullException The graphics parameter cannot be null . | Improve this Doc View Source Draw(Graphics, Nullable) Renders the SvgDocument to the specified . Declaration public void Draw(Graphics graphics, SizeF? size) Parameters Type Name Description Graphics graphics The to be rendered to. Nullable < SizeF > size The SizeF to render the document. If null document is rendered at the default document size. Exceptions Type Condition ArgumentNullException The graphics parameter cannot be null . | Improve this Doc View Source Draw(ISvgRenderer) Renders the SvgDocument to the specified ISvgRenderer . Declaration public void Draw(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to render the document with. Exceptions Type Condition ArgumentNullException The renderer parameter cannot be null . | Improve this Doc View Source Draw(Int32, Int32) Renders the SvgDocument in given size and returns the image as a . If one of rasterWidth and rasterHeight is zero, the image is scaled preserving aspect ratio, otherwise the aspect ratio is ignored. Declaration public virtual Bitmap Draw(int rasterWidth, int rasterHeight) Parameters Type Name Description Int32 rasterWidth Int32 rasterHeight Returns Type Description Bitmap A containing the rendered document. | Improve this Doc View Source EnsureSystemIsGdiPlusCapable() Ensure that the running system is GDI capable, if not this will yield a SvgGdiPlusCannotBeLoadedException exception. Declaration public static void EnsureSystemIsGdiPlusCapable() | Improve this Doc View Source FromSvg(String) Attempts to create an SVG document from the specified string data. Declaration public static T FromSvg(string svg) where T : SvgDocument, new() Parameters Type Name Description String svg The SVG data. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual SvgElement GetElementById(string id) Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description SvgElement An SvgElement of one exists with the specified ID; otherwise false. | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual TSvgElement GetElementById(string id) where TSvgElement : SvgElement Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description TSvgElement An SvgElement of one exists with the specified ID; otherwise false. Type Parameters Name Description TSvgElement | Improve this Doc View Source Open(String) Opens the document at the specified path and loads the SVG contents. Declaration public static SvgDocument Open(string path) Parameters Type Name Description String path A String containing the path of the file to open. Returns Type Description SvgDocument An SvgDocument with the contents loaded. Exceptions Type Condition FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(XmlDocument) Opens an SVG document from the specified XmlDocument . Declaration public static SvgDocument Open(XmlDocument document) Parameters Type Name Description XmlDocument document The XmlDocument containing the SVG document XML. Returns Type Description SvgDocument Exceptions Type Condition ArgumentNullException The document parameter cannot be null . | Improve this Doc View Source Open(Stream) Attempts to open an SVG document from the specified Stream . Declaration public static T Open(Stream stream) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source Open(Stream, SvgOptions) Opens an SVG document from the specified Stream and adds the specified entities. Declaration public static T Open(Stream stream, SvgOptions svgOptions) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. SvgOptions svgOptions Css Style that will be applied to the Svg Document Returns Type Description T Type Parameters Name Description T Exceptions Type Condition ArgumentNullException The stream parameter cannot be null . | Improve this Doc View Source Open(Stream, Dictionary) Opens an SVG document from the specified Stream and adds the specified entities. Declaration [Obsolete(\"Use Open(Stream stream, SvgOptions svgOptions)\")] public static T Open(Stream stream, Dictionary entities) where T : SvgDocument, new() Parameters Type Name Description Stream stream The Stream containing the SVG document to open. Dictionary < String , String > entities Custom entity definitions. Returns Type Description T Type Parameters Name Description T Exceptions Type Condition ArgumentNullException The stream parameter cannot be null . | Improve this Doc View Source Open(String) Opens the document at the specified path and loads the SVG contents. Declaration public static T Open(string path) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. Returns Type Description T An SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(String, SvgOptions) Opens the document at the specified path and loads the SVG contents. Declaration public static T Open(string path, SvgOptions svgOptions) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. SvgOptions svgOptions A dictionary of custom entity definitions to be used when resolving XML entities within the document. Returns Type Description T A SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(String, Dictionary) Opens the document at the specified path and loads the SVG contents. Declaration [Obsolete(\"Use Open(string path, SvgOptions svgOptions)\")] public static T Open(string path, Dictionary entities) where T : SvgDocument, new() Parameters Type Name Description String path A String containing the path of the file to open. Dictionary < String , String > entities A dictionary of custom entity definitions to be used when resolving XML entities within the document. Returns Type Description T An SvgDocument with the contents loaded. Type Parameters Name Description T Exceptions Type Condition FileNotFoundException The document at the specified path cannot be found. | Improve this Doc View Source Open(XmlReader) Attempts to open an SVG document from the specified System.Xml.XmlReader . Declaration public static T Open(XmlReader reader) where T : SvgDocument, new() Parameters Type Name Description System.Xml.XmlReader reader The System.Xml.XmlReader containing the SVG document to open. Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source OpenAsBitmap(String) Declaration public static Bitmap OpenAsBitmap(string path) Parameters Type Name Description String path Returns Type Description Bitmap | Improve this Doc View Source OpenAsBitmap(XmlDocument) Declaration public static Bitmap OpenAsBitmap(XmlDocument document) Parameters Type Name Description XmlDocument document Returns Type Description Bitmap | Improve this Doc View Source OverwriteIdManager(SvgElementIdManager) Overwrites the current IdManager with a custom implementation. Be careful with this: If elements have been inserted into the document before, you have to take care that the new IdManager also knows of them. Declaration public void OverwriteIdManager(SvgElementIdManager manager) Parameters Type Name Description SvgElementIdManager manager | Improve this Doc View Source RasterizeDimensions(ref SizeF, Int32, Int32) If both or one of raster height and width is not given (0), calculate that missing value from original SVG size while keeping original SVG size ratio Declaration public virtual void RasterizeDimensions(ref SizeF size, int rasterWidth, int rasterHeight) Parameters Type Name Description SizeF size Int32 rasterWidth Int32 rasterHeight | Improve this Doc View Source SystemIsGdiPlusCapable() Validate whether the system has GDI+ capabilities (non Windows related). Declaration public static bool SystemIsGdiPlusCapable() Returns Type Description Boolean Boolean whether the system is capable of using GDI+ | Improve this Doc View Source Write(Stream, Boolean) Declaration public void Write(Stream stream, bool useBom = true) Parameters Type Name Description Stream stream Boolean useBom | Improve this Doc View Source Write(String, Boolean) Declaration public void Write(string path, bool useBom = true) Parameters Type Name Description String path Boolean useBom | Improve this Doc View Source Write(XmlWriter) Declaration public override void Write(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.Write(XmlWriter) | Improve this Doc View Source WriteAttributes(XmlWriter) Declaration protected override void WriteAttributes(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteAttributes(XmlWriter) Explicit Interface Implementations | Improve this Doc View Source ITypeDescriptorContext.Container Declaration IContainer ITypeDescriptorContext.Container { get; } Returns Type Description IContainer | Improve this Doc View Source ITypeDescriptorContext.Instance Declaration object ITypeDescriptorContext.Instance { get; } Returns Type Description Object | Improve this Doc View Source ITypeDescriptorContext.OnComponentChanged() Declaration void ITypeDescriptorContext.OnComponentChanged() | Improve this Doc View Source ITypeDescriptorContext.OnComponentChanging() Declaration bool ITypeDescriptorContext.OnComponentChanging() Returns Type Description Boolean | Improve this Doc View Source ITypeDescriptorContext.PropertyDescriptor Declaration PropertyDescriptor ITypeDescriptorContext.PropertyDescriptor { get; } Returns Type Description PropertyDescriptor | Improve this Doc View Source IServiceProvider.GetService(Type) Declaration object IServiceProvider.GetService(Type serviceType) Parameters Type Name Description Type serviceType Returns Type Description Object Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable System.ComponentModel.ITypeDescriptorContext System.IServiceProvider Extension Methods SvgExtentions.GetXML(SvgDocument) SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgDocumentMetadata.html": { "href": "api/Svg.SvgDocumentMetadata.html", "title": "Class SvgDocumentMetadata | SVG.NET API", - "keywords": "Class SvgDocumentMetadata Represents a list of re-usable SVG components. Inheritance Object SvgElement SvgDocumentMetadata Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"metadata\")] public class SvgDocumentMetadata : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgDocumentMetadata() Initializes a new instance of the SvgDocumentMetadata class. Declaration public SvgDocumentMetadata() Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source InitialiseFromXML(XmlReader, SvgDocument) Declaration public override void InitialiseFromXML(XmlReader reader, SvgDocument document) Parameters Type Name Description XmlReader reader SvgDocument document Overrides SvgElement.InitialiseFromXML(XmlReader, SvgDocument) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected override void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteChildren(XmlWriter) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgDocumentMetadata Represents a list of re-usable SVG components. Inheritance Object SvgElement SvgDocumentMetadata Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"metadata\")] public class SvgDocumentMetadata : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgDocumentMetadata() Initializes a new instance of the SvgDocumentMetadata class. Declaration public SvgDocumentMetadata() Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source InitialiseFromXML(XmlReader, SvgDocument) Declaration public override void InitialiseFromXML(XmlReader reader, SvgDocument document) Parameters Type Name Description System.Xml.XmlReader reader SvgDocument document Overrides SvgElement.InitialiseFromXML(XmlReader, SvgDocument) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected override void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteChildren(XmlWriter) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgEdgeModeConverter.html": { "href": "api/Svg.SvgEdgeModeConverter.html", "title": "Class SvgEdgeModeConverter | SVG.NET API", - "keywords": "Class SvgEdgeModeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgEdgeMode > SvgEdgeModeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgEdgeModeConverter : EnumBaseConverter" + "keywords": "Class SvgEdgeModeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgEdgeMode > SvgEdgeModeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgEdgeModeConverter : EnumBaseConverter" }, "api/Svg.SvgElement.html": { "href": "api/Svg.SvgElement.html", "title": "Class SvgElement | SVG.NET API", - "keywords": "Class SvgElement The base class of which all SVG elements are derived from. Inheritance Object SvgElement SvgComponentTransferFunction SvgDistantLight SvgFilter SvgFilterPrimitive SvgMergeNode SvgPointLight SvgSpotLight NonSvgElement SvgAnchor SvgClipPath SvgDefinitionList SvgDescription SvgDocumentMetadata SvgFont SvgFontFace SvgFontFaceSrc SvgFontFaceUri SvgFragment SvgGradientStop SvgKern SvgMask SvgPaintServer SvgScript SvgTitle SvgUnknownElement SvgVisualElement Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgElement : ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgElement() Initializes a new instance of the SvgElement class. Declaration public SvgElement() Fields | Improve this Doc View Source AutoPublishEvents Declaration public bool AutoPublishEvents Field Value Type Description Boolean Properties | Improve this Doc View Source Attributes Gets a collection of element attributes. Declaration protected virtual SvgAttributeCollection Attributes { get; } Property Value Type Description SvgAttributeCollection | Improve this Doc View Source BaselineShift Specifies dominant-baseline positioning of text. Declaration public virtual string BaselineShift { get; set; } Property Value Type Description String | Improve this Doc View Source Children Gets a collection of all child SvgElement objects. Declaration public virtual SvgElementCollection Children { get; } Property Value Type Description SvgElementCollection | Improve this Doc View Source Color Gets or sets the color SvgPaintServer of this element which drives the currentColor property. Declaration public virtual SvgPaintServer Color { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source ColorInterpolation Gets or sets the color space for gradient interpolations, color animations and alpha compositing. Declaration public SvgColourInterpolation ColorInterpolation { get; set; } Property Value Type Description SvgColourInterpolation | Improve this Doc View Source ColorInterpolationFilters Gets or sets the color space for imaging operations performed via filter effects. NOT currently mapped through to bitmap Declaration public SvgColourInterpolation ColorInterpolationFilters { get; set; } Property Value Type Description SvgColourInterpolation | Improve this Doc View Source Content Declaration public virtual string Content { get; set; } Property Value Type Description String | Improve this Doc View Source CustomAttributes Gets a collection of custom attributes Declaration public SvgCustomAttributeCollection CustomAttributes { get; } Property Value Type Description SvgCustomAttributeCollection | Improve this Doc View Source Display Gets or sets a value to determine whether the element will be rendered. Needed to support SVG attribute display=\"none\" Declaration public virtual string Display { get; set; } Property Value Type Description String | Improve this Doc View Source ElementName Gets the name of the element. Declaration protected string ElementName { get; } Property Value Type Description String | Improve this Doc View Source ElementNamespace Gets the elements namespace as a string. Declaration protected string ElementNamespace { get; set; } Property Value Type Description String | Improve this Doc View Source Events Gets an EventHandlerList of all events belonging to the element. Declaration protected virtual EventHandlerList Events { get; } Property Value Type Description EventHandlerList | Improve this Doc View Source Fill Gets or sets the fill SvgPaintServer of this element. Declaration public virtual SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FillOpacity Gets or sets the opacity of this element's Fill . Declaration public virtual float FillOpacity { get; set; } Property Value Type Description Single | Improve this Doc View Source FillRule Declaration public virtual SvgFillRule FillRule { get; set; } Property Value Type Description SvgFillRule | Improve this Doc View Source Font Set all font information. Declaration public virtual string Font { get; set; } Property Value Type Description String | Improve this Doc View Source FontFamily Indicates which font family is to be used to render the text. Declaration public virtual string FontFamily { get; set; } Property Value Type Description String | Improve this Doc View Source FontSize Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. Declaration public virtual SvgUnit FontSize { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FontStretch Indicates the desired amount of condensing or expansion in the glyphs used to render the text. Declaration public virtual SvgFontStretch FontStretch { get; set; } Property Value Type Description SvgFontStretch | Improve this Doc View Source FontStyle Refers to the style of the font. Declaration public virtual SvgFontStyle FontStyle { get; set; } Property Value Type Description SvgFontStyle | Improve this Doc View Source FontVariant Refers to the varient of the font. Declaration public virtual SvgFontVariant FontVariant { get; set; } Property Value Type Description SvgFontVariant | Improve this Doc View Source FontWeight Refers to the boldness of the font. Declaration public virtual SvgFontWeight FontWeight { get; set; } Property Value Type Description SvgFontWeight | Improve this Doc View Source HttpClient Declaration protected static HttpClient HttpClient { get; } Property Value Type Description HttpClient | Improve this Doc View Source ID Gets or sets the ID of the element. Declaration public string ID { get; set; } Property Value Type Description String Exceptions Type Condition SvgException The ID is already used within the SvgDocument . | Improve this Doc View Source IsPathDirty Gets or sets a value indicating whether this element's 'Path' is dirty. Declaration protected virtual bool IsPathDirty { get; set; } Property Value Type Description Boolean true if the path is dirty; otherwise, false . | Improve this Doc View Source Namespaces Gets the namespaces that element has. Declaration public Dictionary Namespaces { get; } Property Value Type Description Dictionary < String , String > Key is prefix and value is namespace. | Improve this Doc View Source Nodes Declaration public IList Nodes { get; } Property Value Type Description IList < ISvgNode > | Improve this Doc View Source Opacity Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent. Declaration public virtual float Opacity { get; set; } Property Value Type Description Single | Improve this Doc View Source OwnerDocument Gets the owner SvgDocument . Declaration public virtual SvgDocument OwnerDocument { get; } Property Value Type Description SvgDocument | Improve this Doc View Source Parent Gets the parent SvgElement . Declaration public virtual SvgElement Parent { get; } Property Value Type Description SvgElement An SvgElement if one exists; otherwise null. | Improve this Doc View Source Parents Declaration public IEnumerable Parents { get; } Property Value Type Description IEnumerable < SvgElement > | Improve this Doc View Source ParentsAndSelf Declaration public IEnumerable ParentsAndSelf { get; } Property Value Type Description IEnumerable < SvgElement > | Improve this Doc View Source ShapeRendering Refers to the AnitAlias rendering of shapes. Declaration public virtual SvgShapeRendering ShapeRendering { get; set; } Property Value Type Description SvgShapeRendering | Improve this Doc View Source SpaceHandling Gets or sets the space handling. Declaration [SvgAttribute(\"space\", \"http://www.w3.org/XML/1998/namespace\")] public virtual XmlSpaceHandling SpaceHandling { get; set; } Property Value Type Description XmlSpaceHandling The space handling. | Improve this Doc View Source Stroke Gets or sets the SvgPaintServer to be used when rendering a stroke around this element. Declaration public virtual SvgPaintServer Stroke { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StrokeDashArray Declaration [TypeConverter(typeof(SvgStrokeDashArrayConverter))] public virtual SvgUnitCollection StrokeDashArray { get; set; } Property Value Type Description SvgUnitCollection | Improve this Doc View Source StrokeDashOffset Declaration public virtual SvgUnit StrokeDashOffset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StrokeLineCap Declaration public virtual SvgStrokeLineCap StrokeLineCap { get; set; } Property Value Type Description SvgStrokeLineCap | Improve this Doc View Source StrokeLineJoin Declaration public virtual SvgStrokeLineJoin StrokeLineJoin { get; set; } Property Value Type Description SvgStrokeLineJoin | Improve this Doc View Source StrokeMiterLimit Declaration public virtual float StrokeMiterLimit { get; set; } Property Value Type Description Single | Improve this Doc View Source StrokeOpacity Gets or sets the opacity of the stroke, if the Stroke property has been specified. 1.0 is fully opaque; 0.0 is transparent. Declaration public virtual float StrokeOpacity { get; set; } Property Value Type Description Single | Improve this Doc View Source StrokeWidth Gets or sets the width of the stroke (if the Stroke property has a valid value specified. Declaration public virtual SvgUnit StrokeWidth { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source TextAnchor Gets or sets the text anchor. Declaration public virtual SvgTextAnchor TextAnchor { get; set; } Property Value Type Description SvgTextAnchor | Improve this Doc View Source TextDecoration Refers to the boldness of the font. Declaration public virtual SvgTextDecoration TextDecoration { get; set; } Property Value Type Description SvgTextDecoration | Improve this Doc View Source TextTransformation Refers to the text transformation. Declaration public virtual SvgTextTransformation TextTransformation { get; set; } Property Value Type Description SvgTextTransformation | Improve this Doc View Source Transforms Gets or sets the element transforms. Declaration public SvgTransformCollection Transforms { get; set; } Property Value Type Description SvgTransformCollection The transforms. | Improve this Doc View Source Visibility Gets or sets a value to determine whether the element will be rendered. Declaration public virtual string Visibility { get; set; } Property Value Type Description String | Improve this Doc View Source Writing Declaration protected bool Writing { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the Children collection. Declaration protected virtual void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. | Improve this Doc View Source AddPaths(SvgElement, GraphicsPath) Recursive method to add up the paths of all children Declaration protected void AddPaths(SvgElement elem, GraphicsPath path) Parameters Type Name Description SvgElement elem GraphicsPath path | Improve this Doc View Source AddStyle(String, String, Int32) Add style. Declaration public void AddStyle(string name, string value, int specificity) Parameters Type Name Description String name The style name. String value The style value. Int32 specificity The specificity value. | Improve this Doc View Source Clone() Creates a new object that is a copy of the current instance. Declaration public virtual object Clone() Returns Type Description Object A new object that is a copy of this instance. | Improve this Doc View Source ContainsAttribute(String) Declaration public bool ContainsAttribute(string name) Parameters Type Name Description String name Returns Type Description Boolean | Improve this Doc View Source CreateMouseEventAction(Action) Declaration protected Action CreateMouseEventAction(Action eventRaiser) Parameters Type Name Description Action < Object , MouseArg > eventRaiser Returns Type Description Action < Single , Single , Int32 , Int32 , Boolean , Boolean , Boolean , String > | Improve this Doc View Source DeepCopy() Declaration public abstract SvgElement DeepCopy() Returns Type Description SvgElement | Improve this Doc View Source DeepCopy() Declaration public virtual SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T | Improve this Doc View Source Descendants() Declaration public IEnumerable Descendants() Returns Type Description IEnumerable < SvgElement > | Improve this Doc View Source FixOpacityValue(Single) Declaration protected static float FixOpacityValue(float value) Parameters Type Name Description Single value Returns Type Description Single | Improve this Doc View Source FlushStyles(Boolean) Flush styles. Declaration public void FlushStyles(bool children = false) Parameters Type Name Description Boolean children If true, flush styles to the children. | Improve this Doc View Source GetAttribute(String, Boolean, TAttributeType) Declaration protected TAttributeType GetAttribute(string attributeName, bool inherited, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName Boolean inherited TAttributeType defaultValue Returns Type Description TAttributeType Type Parameters Name Description TAttributeType | Improve this Doc View Source GetPaths(SvgElement, ISvgRenderer) Recursive method to add up the paths of all children Declaration protected GraphicsPath GetPaths(SvgElement elem, ISvgRenderer renderer) Parameters Type Name Description SvgElement elem ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source HasChildren() Gets a value to determine whether the element has children. Declaration public virtual bool HasChildren() Returns Type Description Boolean | Improve this Doc View Source InitialiseFromXML(XmlReader, SvgDocument) Declaration public virtual void InitialiseFromXML(XmlReader reader, SvgDocument document) Parameters Type Name Description XmlReader reader SvgDocument document | Improve this Doc View Source InvalidateChildPaths() Force recreation of the paths for the element and it's children. Declaration public void InvalidateChildPaths() | Improve this Doc View Source OnAttributeChanged(AttributeEventArgs) Declaration protected void OnAttributeChanged(AttributeEventArgs args) Parameters Type Name Description AttributeEventArgs args | Improve this Doc View Source OnContentChanged(ContentEventArgs) Declaration protected void OnContentChanged(ContentEventArgs args) Parameters Type Name Description ContentEventArgs args | Improve this Doc View Source OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) Declaration protected void OnMouseScroll(int scroll, bool ctrlKey, bool shiftKey, bool altKey, string sessionID) Parameters Type Name Description Int32 scroll Boolean ctrlKey Boolean shiftKey Boolean altKey String sessionID | Improve this Doc View Source PopTransforms(ISvgRenderer) Removes any previously applied transforms from the specified ISvgRenderer . Declaration protected virtual void PopTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that should have transforms removed. | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected virtual bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean | Improve this Doc View Source RaiseMouseClick(Object, MouseArg) Declaration protected void RaiseMouseClick(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseDown(Object, MouseArg) Declaration protected void RaiseMouseDown(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseMove(Object, MouseArg) Declaration protected void RaiseMouseMove(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseOut(Object, MouseArg) Declaration protected void RaiseMouseOut(object sender, MouseArg args) Parameters Type Name Description Object sender MouseArg args | Improve this Doc View Source RaiseMouseOver(Object, MouseArg) Declaration protected void RaiseMouseOver(object sender, MouseArg args) Parameters Type Name Description Object sender MouseArg args | Improve this Doc View Source RaiseMouseScroll(Object, MouseScrollArg) Declaration protected void RaiseMouseScroll(object sender, MouseScrollArg e) Parameters Type Name Description Object sender MouseScrollArg e | Improve this Doc View Source RaiseMouseUp(Object, MouseArg) Declaration protected void RaiseMouseUp(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RegisterEvents(ISvgEventCaller) Use this method to provide your implementation ISvgEventCaller which can register Actions and call them if one of the events occurs. Make sure, that your SvgElement has a unique ID. The SvgTextElement overwrites this and regsiters the Change event tor its text content. Declaration public virtual void RegisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the Children collection. Declaration protected virtual void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected virtual void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. | Improve this Doc View Source RenderChildren(ISvgRenderer) Renders the children of this SvgElement . Declaration protected virtual void RenderChildren(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to render the child SvgElement s to. | Improve this Doc View Source RenderElement(ISvgRenderer) Renders this element to the ISvgRenderer . Declaration public void RenderElement(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that the element should use to render itself. | Improve this Doc View Source SetAndForceUniqueID(String, Boolean, Action) Declaration public void SetAndForceUniqueID(string value, bool autoForceUniqueID = true, Action logElementOldIDNewID = null) Parameters Type Name Description String value Boolean autoForceUniqueID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source ShouldWriteElement() Derrived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty. Declaration public virtual bool ShouldWriteElement() Returns Type Description Boolean | Improve this Doc View Source TransformedBounds(RectangleF) Transforms the given rectangle with the set transformation, if any. Can be applied to bounds calculated without considering the element transformation. Declaration protected RectangleF TransformedBounds(RectangleF bounds) Parameters Type Name Description RectangleF bounds The rectangle to be transformed. Returns Type Description RectangleF The transformed rectangle, or the original rectangle if no transformation exists. | Improve this Doc View Source TryGetAttribute(String, out String) Declaration public bool TryGetAttribute(string name, out string value) Parameters Type Name Description String name String value Returns Type Description Boolean | Improve this Doc View Source UnregisterEvents(ISvgEventCaller) Use this method to provide your implementation ISvgEventCaller to unregister Actions Declaration public virtual void UnregisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller | Improve this Doc View Source ValidateFontFamily(String, SvgDocument, SvgFontManager) Declaration public static object ValidateFontFamily(string fontFamilyList, SvgDocument doc, SvgFontManager fontManager) Parameters Type Name Description String fontFamilyList SvgDocument doc SvgFontManager fontManager Returns Type Description Object | Improve this Doc View Source Write(XmlWriter) Write this SvgElement out using a given XmlWriter. Declaration public virtual void Write(XmlWriter writer) Parameters Type Name Description XmlWriter writer The XmlWriter to use. Remarks Recommendation is to create an XmlWriter by calling a factory method, e.g. Create(Stream) , as per Microsoft documentation . However, unlike an XmlTextWriter created via 'new XmlTextWriter()', a factory-constructed XmlWriter will not flush output until it is closed (normally via a using statement), or unless the client explicitly calls Flush() . | Improve this Doc View Source WriteAttributes(XmlWriter) Declaration protected virtual void WriteAttributes(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected virtual void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteEndElement(XmlWriter) Declaration protected virtual void WriteEndElement(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteStartElement(XmlWriter) Declaration protected virtual void WriteStartElement(XmlWriter writer) Parameters Type Name Description XmlWriter writer Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute of this Element has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > | Improve this Doc View Source ChildAdded Fired when an Element was added to the children of this Element Declaration public event EventHandler ChildAdded Event Type Type Description EventHandler < ChildAddedEventArgs > | Improve this Doc View Source Click Declaration public event EventHandler Click Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source ContentChanged Fired when an Atrribute of this Element has changed Declaration public event EventHandler ContentChanged Event Type Type Description EventHandler < ContentEventArgs > | Improve this Doc View Source Load Occurs when the element is loaded. Declaration public event EventHandler Load Event Type Type Description EventHandler | Improve this Doc View Source MouseDown Declaration public event EventHandler MouseDown Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseMove Declaration public event EventHandler MouseMove Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseOut Declaration public event EventHandler MouseOut Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseOver Declaration public event EventHandler MouseOver Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseScroll Declaration public event EventHandler MouseScroll Event Type Type Description EventHandler < MouseScrollArg > | Improve this Doc View Source MouseUp Declaration public event EventHandler MouseUp Event Type Type Description EventHandler < MouseArg > Explicit Interface Implementations | Improve this Doc View Source ISvgNode.DeepCopy() Declaration ISvgNode ISvgNode.DeepCopy() Returns Type Description ISvgNode | Improve this Doc View Source ISvgTransformable.PopTransforms(ISvgRenderer) Removes any previously applied transforms from the specified ISvgRenderer . Declaration void ISvgTransformable.PopTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that should have transforms removed. | Improve this Doc View Source ISvgTransformable.PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration void ISvgTransformable.PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgElement The base class of which all SVG elements are derived from. Inheritance Object SvgElement SvgComponentTransferFunction SvgDistantLight SvgFilter SvgFilterPrimitive SvgMergeNode SvgPointLight SvgSpotLight NonSvgElement SvgAnchor SvgClipPath SvgDefinitionList SvgDescription SvgDocumentMetadata SvgFont SvgFontFace SvgFontFaceSrc SvgFontFaceUri SvgFragment SvgGradientStop SvgKern SvgMask SvgPaintServer SvgScript SvgTitle SvgUnknownElement SvgVisualElement Implements ISvgTransformable ICloneable ISvgNode Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgElement : ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgElement() Initializes a new instance of the SvgElement class. Declaration public SvgElement() Fields | Improve this Doc View Source AutoPublishEvents Declaration public bool AutoPublishEvents Field Value Type Description Boolean Properties | Improve this Doc View Source Attributes Gets a collection of element attributes. Declaration protected virtual SvgAttributeCollection Attributes { get; } Property Value Type Description SvgAttributeCollection | Improve this Doc View Source BaselineShift Specifies dominant-baseline positioning of text. Declaration public virtual string BaselineShift { get; set; } Property Value Type Description String | Improve this Doc View Source Children Gets a collection of all child SvgElement objects. Declaration public virtual SvgElementCollection Children { get; } Property Value Type Description SvgElementCollection | Improve this Doc View Source Color Gets or sets the color SvgPaintServer of this element which drives the currentColor property. Declaration public virtual SvgPaintServer Color { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source ColorInterpolation Gets or sets the color space for gradient interpolations, color animations and alpha compositing. Declaration public SvgColourInterpolation ColorInterpolation { get; set; } Property Value Type Description SvgColourInterpolation | Improve this Doc View Source ColorInterpolationFilters Gets or sets the color space for imaging operations performed via filter effects. NOT currently mapped through to bitmap Declaration public SvgColourInterpolation ColorInterpolationFilters { get; set; } Property Value Type Description SvgColourInterpolation | Improve this Doc View Source Content Declaration public virtual string Content { get; set; } Property Value Type Description String | Improve this Doc View Source CustomAttributes Gets a collection of custom attributes Declaration public SvgCustomAttributeCollection CustomAttributes { get; } Property Value Type Description SvgCustomAttributeCollection | Improve this Doc View Source Display Gets or sets a value to determine whether the element will be rendered. Needed to support SVG attribute display=\"none\" Declaration public virtual string Display { get; set; } Property Value Type Description String | Improve this Doc View Source ElementName Gets the name of the element. Declaration protected string ElementName { get; } Property Value Type Description String | Improve this Doc View Source ElementNamespace Gets the elements namespace as a string. Declaration protected string ElementNamespace { get; set; } Property Value Type Description String | Improve this Doc View Source Events Gets an EventHandlerList of all events belonging to the element. Declaration protected virtual EventHandlerList Events { get; } Property Value Type Description EventHandlerList | Improve this Doc View Source Fill Gets or sets the fill SvgPaintServer of this element. Declaration public virtual SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source FillOpacity Gets or sets the opacity of this element's Fill . Declaration public virtual float FillOpacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source FillRule Declaration public virtual SvgFillRule FillRule { get; set; } Property Value Type Description SvgFillRule | Improve this Doc View Source Font Set all font information. Declaration public virtual string Font { get; set; } Property Value Type Description String | Improve this Doc View Source FontFamily Indicates which font family is to be used to render the text. Declaration public virtual string FontFamily { get; set; } Property Value Type Description String | Improve this Doc View Source FontSize Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. Declaration public virtual SvgUnit FontSize { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FontStretch Indicates the desired amount of condensing or expansion in the glyphs used to render the text. Declaration public virtual SvgFontStretch FontStretch { get; set; } Property Value Type Description SvgFontStretch | Improve this Doc View Source FontStyle Refers to the style of the font. Declaration public virtual SvgFontStyle FontStyle { get; set; } Property Value Type Description SvgFontStyle | Improve this Doc View Source FontVariant Refers to the varient of the font. Declaration public virtual SvgFontVariant FontVariant { get; set; } Property Value Type Description SvgFontVariant | Improve this Doc View Source FontWeight Refers to the boldness of the font. Declaration public virtual SvgFontWeight FontWeight { get; set; } Property Value Type Description SvgFontWeight | Improve this Doc View Source HttpClient Declaration protected static HttpClient HttpClient { get; } Property Value Type Description System.Net.Http.HttpClient | Improve this Doc View Source ID Gets or sets the ID of the element. Declaration public string ID { get; set; } Property Value Type Description String Exceptions Type Condition SvgException The ID is already used within the SvgDocument . | Improve this Doc View Source IsPathDirty Gets or sets a value indicating whether this element's 'Path' is dirty. Declaration protected virtual bool IsPathDirty { get; set; } Property Value Type Description Boolean true if the path is dirty; otherwise, false . | Improve this Doc View Source Namespaces Gets the namespaces that element has. Declaration public Dictionary Namespaces { get; } Property Value Type Description Dictionary < String , String > Key is prefix and value is namespace. | Improve this Doc View Source Nodes Declaration public IList Nodes { get; } Property Value Type Description IList < ISvgNode > | Improve this Doc View Source Opacity Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent. Declaration public virtual float Opacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source OwnerDocument Gets the owner SvgDocument . Declaration public virtual SvgDocument OwnerDocument { get; } Property Value Type Description SvgDocument | Improve this Doc View Source Parent Gets the parent SvgElement . Declaration public virtual SvgElement Parent { get; } Property Value Type Description SvgElement An SvgElement if one exists; otherwise null. | Improve this Doc View Source Parents Declaration public IEnumerable Parents { get; } Property Value Type Description IEnumerable < SvgElement > | Improve this Doc View Source ParentsAndSelf Declaration public IEnumerable ParentsAndSelf { get; } Property Value Type Description IEnumerable < SvgElement > | Improve this Doc View Source ShapeRendering Refers to the AnitAlias rendering of shapes. Declaration public virtual SvgShapeRendering ShapeRendering { get; set; } Property Value Type Description SvgShapeRendering | Improve this Doc View Source SpaceHandling Gets or sets the space handling. Declaration [SvgAttribute(\"space\", \"http://www.w3.org/XML/1998/namespace\")] public virtual XmlSpaceHandling SpaceHandling { get; set; } Property Value Type Description XmlSpaceHandling The space handling. | Improve this Doc View Source Stroke Gets or sets the SvgPaintServer to be used when rendering a stroke around this element. Declaration public virtual SvgPaintServer Stroke { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StrokeDashArray Declaration [TypeConverter(typeof(SvgStrokeDashArrayConverter))] public virtual SvgUnitCollection StrokeDashArray { get; set; } Property Value Type Description SvgUnitCollection | Improve this Doc View Source StrokeDashOffset Declaration public virtual SvgUnit StrokeDashOffset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StrokeLineCap Declaration public virtual SvgStrokeLineCap StrokeLineCap { get; set; } Property Value Type Description SvgStrokeLineCap | Improve this Doc View Source StrokeLineJoin Declaration public virtual SvgStrokeLineJoin StrokeLineJoin { get; set; } Property Value Type Description SvgStrokeLineJoin | Improve this Doc View Source StrokeMiterLimit Declaration public virtual float StrokeMiterLimit { get; set; } Property Value Type Description System.Single | Improve this Doc View Source StrokeOpacity Gets or sets the opacity of the stroke, if the Stroke property has been specified. 1.0 is fully opaque; 0.0 is transparent. Declaration public virtual float StrokeOpacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source StrokeWidth Gets or sets the width of the stroke (if the Stroke property has a valid value specified. Declaration public virtual SvgUnit StrokeWidth { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source TextAnchor Gets or sets the text anchor. Declaration public virtual SvgTextAnchor TextAnchor { get; set; } Property Value Type Description SvgTextAnchor | Improve this Doc View Source TextDecoration Refers to the boldness of the font. Declaration public virtual SvgTextDecoration TextDecoration { get; set; } Property Value Type Description SvgTextDecoration | Improve this Doc View Source TextTransformation Refers to the text transformation. Declaration public virtual SvgTextTransformation TextTransformation { get; set; } Property Value Type Description SvgTextTransformation | Improve this Doc View Source Transforms Gets or sets the element transforms. Declaration public SvgTransformCollection Transforms { get; set; } Property Value Type Description SvgTransformCollection The transforms. | Improve this Doc View Source Visibility Gets or sets a value to determine whether the element will be rendered. Declaration public virtual string Visibility { get; set; } Property Value Type Description String | Improve this Doc View Source Writing Declaration protected bool Writing { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the Children collection. Declaration protected virtual void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. | Improve this Doc View Source AddPaths(SvgElement, GraphicsPath) Recursive method to add up the paths of all children Declaration protected void AddPaths(SvgElement elem, GraphicsPath path) Parameters Type Name Description SvgElement elem GraphicsPath path | Improve this Doc View Source AddStyle(String, String, Int32) Add style. Declaration public void AddStyle(string name, string value, int specificity) Parameters Type Name Description String name The style name. String value The style value. Int32 specificity The specificity value. | Improve this Doc View Source Clone() Creates a new object that is a copy of the current instance. Declaration public virtual object Clone() Returns Type Description Object A new object that is a copy of this instance. | Improve this Doc View Source ContainsAttribute(String) Declaration public bool ContainsAttribute(string name) Parameters Type Name Description String name Returns Type Description Boolean | Improve this Doc View Source CreateMouseEventAction(Action) Declaration protected Action CreateMouseEventAction(Action eventRaiser) Parameters Type Name Description Action < Object , MouseArg > eventRaiser Returns Type Description Action < System.Single , System.Single , Int32 , Int32 , Boolean , Boolean , Boolean , String > | Improve this Doc View Source DeepCopy() Declaration public abstract SvgElement DeepCopy() Returns Type Description SvgElement | Improve this Doc View Source DeepCopy() Declaration public virtual SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T | Improve this Doc View Source Descendants() Declaration public IEnumerable Descendants() Returns Type Description IEnumerable < SvgElement > | Improve this Doc View Source FixOpacityValue(Single) Declaration protected static float FixOpacityValue(float value) Parameters Type Name Description System.Single value Returns Type Description System.Single | Improve this Doc View Source FlushStyles(Boolean) Flush styles. Declaration public void FlushStyles(bool children = false) Parameters Type Name Description Boolean children If true, flush styles to the children. | Improve this Doc View Source GetAttribute(String, Boolean, TAttributeType) Declaration protected TAttributeType GetAttribute(string attributeName, bool inherited, TAttributeType defaultValue = null) Parameters Type Name Description String attributeName Boolean inherited TAttributeType defaultValue Returns Type Description TAttributeType Type Parameters Name Description TAttributeType | Improve this Doc View Source GetPaths(SvgElement, ISvgRenderer) Recursive method to add up the paths of all children Declaration protected GraphicsPath GetPaths(SvgElement elem, ISvgRenderer renderer) Parameters Type Name Description SvgElement elem ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source HasChildren() Gets a value to determine whether the element has children. Declaration public virtual bool HasChildren() Returns Type Description Boolean | Improve this Doc View Source InitialiseFromXML(XmlReader, SvgDocument) Declaration public virtual void InitialiseFromXML(XmlReader reader, SvgDocument document) Parameters Type Name Description System.Xml.XmlReader reader SvgDocument document | Improve this Doc View Source InvalidateChildPaths() Force recreation of the paths for the element and it's children. Declaration public void InvalidateChildPaths() | Improve this Doc View Source OnAttributeChanged(AttributeEventArgs) Declaration protected void OnAttributeChanged(AttributeEventArgs args) Parameters Type Name Description AttributeEventArgs args | Improve this Doc View Source OnContentChanged(ContentEventArgs) Declaration protected void OnContentChanged(ContentEventArgs args) Parameters Type Name Description ContentEventArgs args | Improve this Doc View Source OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) Declaration protected void OnMouseScroll(int scroll, bool ctrlKey, bool shiftKey, bool altKey, string sessionID) Parameters Type Name Description Int32 scroll Boolean ctrlKey Boolean shiftKey Boolean altKey String sessionID | Improve this Doc View Source PopTransforms(ISvgRenderer) Removes any previously applied transforms from the specified ISvgRenderer . Declaration protected virtual void PopTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that should have transforms removed. | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected virtual bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean | Improve this Doc View Source RaiseMouseClick(Object, MouseArg) Declaration protected void RaiseMouseClick(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseDown(Object, MouseArg) Declaration protected void RaiseMouseDown(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseMove(Object, MouseArg) Declaration protected void RaiseMouseMove(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RaiseMouseOut(Object, MouseArg) Declaration protected void RaiseMouseOut(object sender, MouseArg args) Parameters Type Name Description Object sender MouseArg args | Improve this Doc View Source RaiseMouseOver(Object, MouseArg) Declaration protected void RaiseMouseOver(object sender, MouseArg args) Parameters Type Name Description Object sender MouseArg args | Improve this Doc View Source RaiseMouseScroll(Object, MouseScrollArg) Declaration protected void RaiseMouseScroll(object sender, MouseScrollArg e) Parameters Type Name Description Object sender MouseScrollArg e | Improve this Doc View Source RaiseMouseUp(Object, MouseArg) Declaration protected void RaiseMouseUp(object sender, MouseArg e) Parameters Type Name Description Object sender MouseArg e | Improve this Doc View Source RegisterEvents(ISvgEventCaller) Use this method to provide your implementation ISvgEventCaller which can register Actions and call them if one of the events occurs. Make sure, that your SvgElement has a unique ID. The SvgTextElement overwrites this and regsiters the Change event tor its text content. Declaration public virtual void RegisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the Children collection. Declaration protected virtual void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected virtual void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. | Improve this Doc View Source RenderChildren(ISvgRenderer) Renders the children of this SvgElement . Declaration protected virtual void RenderChildren(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to render the child SvgElement s to. | Improve this Doc View Source RenderElement(ISvgRenderer) Renders this element to the ISvgRenderer . Declaration public void RenderElement(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that the element should use to render itself. | Improve this Doc View Source SetAndForceUniqueID(String, Boolean, Action) Declaration public void SetAndForceUniqueID(string value, bool autoForceUniqueID = true, Action logElementOldIDNewID = null) Parameters Type Name Description String value Boolean autoForceUniqueID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source ShouldWriteElement() Derrived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty. Declaration public virtual bool ShouldWriteElement() Returns Type Description Boolean | Improve this Doc View Source TransformedBounds(RectangleF) Transforms the given rectangle with the set transformation, if any. Can be applied to bounds calculated without considering the element transformation. Declaration protected RectangleF TransformedBounds(RectangleF bounds) Parameters Type Name Description RectangleF bounds The rectangle to be transformed. Returns Type Description RectangleF The transformed rectangle, or the original rectangle if no transformation exists. | Improve this Doc View Source TryGetAttribute(String, out String) Declaration public bool TryGetAttribute(string name, out string value) Parameters Type Name Description String name String value Returns Type Description Boolean | Improve this Doc View Source UnregisterEvents(ISvgEventCaller) Use this method to provide your implementation ISvgEventCaller to unregister Actions Declaration public virtual void UnregisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller | Improve this Doc View Source ValidateFontFamily(String, SvgDocument, SvgFontManager) Declaration public static object ValidateFontFamily(string fontFamilyList, SvgDocument doc, SvgFontManager fontManager) Parameters Type Name Description String fontFamilyList SvgDocument doc SvgFontManager fontManager Returns Type Description Object | Improve this Doc View Source Write(XmlWriter) Write this SvgElement out using a given XmlWriter. Declaration public virtual void Write(XmlWriter writer) Parameters Type Name Description XmlWriter writer The XmlWriter to use. Remarks Recommendation is to create an XmlWriter by calling a factory method, e.g. Create(Stream) , as per Microsoft documentation . However, unlike an XmlTextWriter created via 'new XmlTextWriter()', a factory-constructed XmlWriter will not flush output until it is closed (normally via a using statement), or unless the client explicitly calls Flush() . | Improve this Doc View Source WriteAttributes(XmlWriter) Declaration protected virtual void WriteAttributes(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected virtual void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteEndElement(XmlWriter) Declaration protected virtual void WriteEndElement(XmlWriter writer) Parameters Type Name Description XmlWriter writer | Improve this Doc View Source WriteStartElement(XmlWriter) Declaration protected virtual void WriteStartElement(XmlWriter writer) Parameters Type Name Description XmlWriter writer Events | Improve this Doc View Source AttributeChanged Fired when an Atrribute of this Element has changed Declaration public event EventHandler AttributeChanged Event Type Type Description EventHandler < AttributeEventArgs > | Improve this Doc View Source ChildAdded Fired when an Element was added to the children of this Element Declaration public event EventHandler ChildAdded Event Type Type Description EventHandler < ChildAddedEventArgs > | Improve this Doc View Source Click Declaration public event EventHandler Click Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source ContentChanged Fired when an Atrribute of this Element has changed Declaration public event EventHandler ContentChanged Event Type Type Description EventHandler < ContentEventArgs > | Improve this Doc View Source Load Occurs when the element is loaded. Declaration public event EventHandler Load Event Type Type Description EventHandler | Improve this Doc View Source MouseDown Declaration public event EventHandler MouseDown Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseMove Declaration public event EventHandler MouseMove Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseOut Declaration public event EventHandler MouseOut Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseOver Declaration public event EventHandler MouseOver Event Type Type Description EventHandler < MouseArg > | Improve this Doc View Source MouseScroll Declaration public event EventHandler MouseScroll Event Type Type Description EventHandler < MouseScrollArg > | Improve this Doc View Source MouseUp Declaration public event EventHandler MouseUp Event Type Type Description EventHandler < MouseArg > Explicit Interface Implementations | Improve this Doc View Source ISvgNode.DeepCopy() Declaration ISvgNode ISvgNode.DeepCopy() Returns Type Description ISvgNode | Improve this Doc View Source ISvgTransformable.PopTransforms(ISvgRenderer) Removes any previously applied transforms from the specified ISvgRenderer . Declaration void ISvgTransformable.PopTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer that should have transforms removed. | Improve this Doc View Source ISvgTransformable.PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration void ISvgTransformable.PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgElementAttribute.html": { "href": "api/Svg.SvgElementAttribute.html", "title": "Class SvgElementAttribute | SVG.NET API", - "keywords": "Class SvgElementAttribute Specifies the SVG name of an SvgElement . Inheritance Object Attribute SvgElementAttribute Inherited Members Attribute.Equals(Object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, Boolean) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, Boolean) System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, Boolean) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class SvgElementAttribute : Attribute Constructors | Improve this Doc View Source SvgElementAttribute(String) Initializes a new instance of the SvgElementAttribute class with the specified element name; Declaration public SvgElementAttribute(string elementName) Parameters Type Name Description String elementName The name of the SVG element. Properties | Improve this Doc View Source ElementName Gets the name of the SVG element. Declaration public string ElementName { get; } Property Value Type Description String" + "keywords": "Class SvgElementAttribute Specifies the SVG name of an SvgElement . Inheritance Object Attribute SvgElementAttribute Inherited Members Attribute.Equals(Object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, Boolean) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, Boolean) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, Boolean) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) System.Attribute.GetHashCode() System.Attribute.IsDefaultAttribute() System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, Boolean) Attribute.IsDefined(Module, Type) System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Class)] public sealed class SvgElementAttribute : Attribute Constructors | Improve this Doc View Source SvgElementAttribute(String) Initializes a new instance of the SvgElementAttribute class with the specified element name; Declaration public SvgElementAttribute(string elementName) Parameters Type Name Description String elementName The name of the SVG element. Properties | Improve this Doc View Source ElementName Gets the name of the SVG element. Declaration public string ElementName { get; } Property Value Type Description String" }, "api/Svg.SvgElementCollection.html": { "href": "api/Svg.SvgElementCollection.html", "title": "Class SvgElementCollection | SVG.NET API", - "keywords": "Class SvgElementCollection Represents a collection of SvgElement s. Inheritance Object SvgElementCollection Implements IList < SvgElement > ICollection < SvgElement > IEnumerable < SvgElement > IEnumerable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgElementCollection : IList, ICollection, IEnumerable, IEnumerable Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[Int32] Declaration public SvgElement this[int index] { get; set; } Parameters Type Name Description Int32 index Property Value Type Description SvgElement Methods | Improve this Doc View Source Add(SvgElement) Declaration public void Add(SvgElement item) Parameters Type Name Description SvgElement item | Improve this Doc View Source AddAndForceUniqueID(SvgElement, Boolean, Boolean, Action) Declaration public void AddAndForceUniqueID(SvgElement item, bool autoForceUniqueID = true, bool autoFixChildrenID = true, Action logElementOldIDNewID = null) Parameters Type Name Description SvgElement item Boolean autoForceUniqueID Boolean autoFixChildrenID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Contains(SvgElement) Declaration public bool Contains(SvgElement item) Parameters Type Name Description SvgElement item Returns Type Description Boolean | Improve this Doc View Source CopyTo(SvgElement[], Int32) Declaration public void CopyTo(SvgElement[] array, int arrayIndex) Parameters Type Name Description SvgElement [] array Int32 arrayIndex | Improve this Doc View Source FindSvgElementOf() expensive recursive search for first node of type T Declaration public T FindSvgElementOf() where T : SvgElement Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source FindSvgElementsOf() expensive recursive search for nodes of type T Declaration public IEnumerable FindSvgElementsOf() where T : SvgElement Returns Type Description IEnumerable Type Parameters Name Description T | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator < SvgElement > | Improve this Doc View Source GetSvgElementOf() Declaration public T GetSvgElementOf() where T : SvgElement Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source IndexOf(SvgElement) Returns the index of the specified SvgElement in the collection. Declaration public int IndexOf(SvgElement item) Parameters Type Name Description SvgElement item The SvgElement to search for. Returns Type Description Int32 The index of the element if it is present; otherwise -1. | Improve this Doc View Source Insert(Int32, SvgElement) Inserts the given SvgElement to the collection at the specified index. Declaration public void Insert(int index, SvgElement item) Parameters Type Name Description Int32 index The index that the item should be added at. SvgElement item The SvgElement to be added. | Improve this Doc View Source InsertAndForceUniqueID(Int32, SvgElement, Boolean, Boolean, Action) Declaration public void InsertAndForceUniqueID(int index, SvgElement item, bool autoForceUniqueID = true, bool autoFixChildrenID = true, Action logElementOldIDNewID = null) Parameters Type Name Description Int32 index SvgElement item Boolean autoForceUniqueID Boolean autoFixChildrenID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source Remove(SvgElement) Declaration public bool Remove(SvgElement item) Parameters Type Name Description SvgElement item Returns Type Description Boolean | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable Extension Methods Extensions.Descendants(IEnumerable)" + "keywords": "Class SvgElementCollection Represents a collection of SvgElement s. Inheritance Object SvgElementCollection Implements IList < SvgElement > ICollection < SvgElement > IEnumerable < SvgElement > IEnumerable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgElementCollection : IList, ICollection, IEnumerable, IEnumerable Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[Int32] Declaration public SvgElement this[int index] { get; set; } Parameters Type Name Description Int32 index Property Value Type Description SvgElement Methods | Improve this Doc View Source Add(SvgElement) Declaration public void Add(SvgElement item) Parameters Type Name Description SvgElement item | Improve this Doc View Source AddAndForceUniqueID(SvgElement, Boolean, Boolean, Action) Declaration public void AddAndForceUniqueID(SvgElement item, bool autoForceUniqueID = true, bool autoFixChildrenID = true, Action logElementOldIDNewID = null) Parameters Type Name Description SvgElement item Boolean autoForceUniqueID Boolean autoFixChildrenID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Contains(SvgElement) Declaration public bool Contains(SvgElement item) Parameters Type Name Description SvgElement item Returns Type Description Boolean | Improve this Doc View Source CopyTo(SvgElement[], Int32) Declaration public void CopyTo(SvgElement[] array, int arrayIndex) Parameters Type Name Description SvgElement [] array Int32 arrayIndex | Improve this Doc View Source FindSvgElementOf() expensive recursive search for first node of type T Declaration public T FindSvgElementOf() where T : SvgElement Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source FindSvgElementsOf() expensive recursive search for nodes of type T Declaration public IEnumerable FindSvgElementsOf() where T : SvgElement Returns Type Description IEnumerable Type Parameters Name Description T | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator GetEnumerator() Returns Type Description IEnumerator < SvgElement > | Improve this Doc View Source GetSvgElementOf() Declaration public T GetSvgElementOf() where T : SvgElement Returns Type Description T Type Parameters Name Description T | Improve this Doc View Source IndexOf(SvgElement) Returns the index of the specified SvgElement in the collection. Declaration public int IndexOf(SvgElement item) Parameters Type Name Description SvgElement item The SvgElement to search for. Returns Type Description Int32 The index of the element if it is present; otherwise -1. | Improve this Doc View Source Insert(Int32, SvgElement) Inserts the given SvgElement to the collection at the specified index. Declaration public void Insert(int index, SvgElement item) Parameters Type Name Description Int32 index The index that the item should be added at. SvgElement item The SvgElement to be added. | Improve this Doc View Source InsertAndForceUniqueID(Int32, SvgElement, Boolean, Boolean, Action) Declaration public void InsertAndForceUniqueID(int index, SvgElement item, bool autoForceUniqueID = true, bool autoFixChildrenID = true, Action logElementOldIDNewID = null) Parameters Type Name Description Int32 index SvgElement item Boolean autoForceUniqueID Boolean autoFixChildrenID Action < SvgElement , String , String > logElementOldIDNewID | Improve this Doc View Source Remove(SvgElement) Declaration public bool Remove(SvgElement item) Parameters Type Name Description SvgElement item Returns Type Description Boolean | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description IEnumerator Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable Extension Methods Extensions.Descendants(IEnumerable)" }, "api/Svg.SvgElementEventArgs.html": { "href": "api/Svg.SvgElementEventArgs.html", "title": "Class SvgElementEventArgs | SVG.NET API", - "keywords": "Class SvgElementEventArgs Inheritance Object System.EventArgs SvgElementEventArgs Inherited Members EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementEventArgs : EventArgs Fields | Improve this Doc View Source Element Declaration public SvgElement Element Field Value Type Description SvgElement" + "keywords": "Class SvgElementEventArgs Inheritance Object EventArgs SvgElementEventArgs Inherited Members EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementEventArgs : EventArgs Fields | Improve this Doc View Source Element Declaration public SvgElement Element Field Value Type Description SvgElement" }, "api/Svg.SvgElementIdManager.html": { "href": "api/Svg.SvgElementIdManager.html", "title": "Class SvgElementIdManager | SVG.NET API", - "keywords": "Class SvgElementIdManager Provides methods to ensure element ID's are valid and unique. Inheritance Object SvgElementIdManager Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementIdManager Constructors | Improve this Doc View Source SvgElementIdManager(SvgDocument) Initialises a new instance of an SvgElementIdManager . Declaration public SvgElementIdManager(SvgDocument document) Parameters Type Name Description SvgDocument document The SvgDocument containing the SvgElement s to manage. Methods | Improve this Doc View Source Add(SvgElement) Adds the specified SvgElement for ID management. Declaration public virtual void Add(SvgElement element) Parameters Type Name Description SvgElement element The SvgElement to be managed. | Improve this Doc View Source AddAndForceUniqueID(SvgElement, SvgElement, Boolean, Action) Adds the specified SvgElement for ID management. And can auto fix the ID if it already exists or it starts with a number. Declaration public virtual bool AddAndForceUniqueID(SvgElement element, SvgElement sibling, bool autoForceUniqueID = true, Action logElementOldIDNewID = null) Parameters Type Name Description SvgElement element The SvgElement to be managed. SvgElement sibling Not used. Boolean autoForceUniqueID Pass true here, if you want the ID to be fixed Action < SvgElement , String , String > logElementOldIDNewID If not null, the action is called before the id is fixed Returns Type Description Boolean true, if ID was altered | Improve this Doc View Source EnsureValidId(String, Boolean) Ensures that the specified ID is unique within the containing SvgDocument . Declaration public string EnsureValidId(string id, bool autoForceUniqueID = false) Parameters Type Name Description String id A String containing the ID to validate. Boolean autoForceUniqueID Creates a new unique id String . Returns Type Description String Exceptions Type Condition SvgException An element with the same ID already exists within the containing SvgDocument . | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual SvgElement GetElementById(string id) Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description SvgElement An SvgElement of one exists with the specified ID; otherwise false. | Improve this Doc View Source GetElementById(Uri) Declaration public virtual SvgElement GetElementById(Uri uri) Parameters Type Name Description Uri uri Returns Type Description SvgElement | Improve this Doc View Source OnAdded(SvgElement) Declaration protected void OnAdded(SvgElement element) Parameters Type Name Description SvgElement element | Improve this Doc View Source OnRemoved(SvgElement) Declaration protected void OnRemoved(SvgElement element) Parameters Type Name Description SvgElement element | Improve this Doc View Source Remove(SvgElement) Removed the specified SvgElement from ID management. Declaration public virtual void Remove(SvgElement element) Parameters Type Name Description SvgElement element The SvgElement to be removed from ID management. Events | Improve this Doc View Source ElementAdded Declaration public event EventHandler ElementAdded Event Type Type Description EventHandler < SvgElementEventArgs > | Improve this Doc View Source ElementRemoved Declaration public event EventHandler ElementRemoved Event Type Type Description EventHandler < SvgElementEventArgs >" + "keywords": "Class SvgElementIdManager Provides methods to ensure element ID's are valid and unique. Inheritance Object SvgElementIdManager Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementIdManager Constructors | Improve this Doc View Source SvgElementIdManager(SvgDocument) Initialises a new instance of an SvgElementIdManager . Declaration public SvgElementIdManager(SvgDocument document) Parameters Type Name Description SvgDocument document The SvgDocument containing the SvgElement s to manage. Methods | Improve this Doc View Source Add(SvgElement) Adds the specified SvgElement for ID management. Declaration public virtual void Add(SvgElement element) Parameters Type Name Description SvgElement element The SvgElement to be managed. | Improve this Doc View Source AddAndForceUniqueID(SvgElement, SvgElement, Boolean, Action) Adds the specified SvgElement for ID management. And can auto fix the ID if it already exists or it starts with a number. Declaration public virtual bool AddAndForceUniqueID(SvgElement element, SvgElement sibling, bool autoForceUniqueID = true, Action logElementOldIDNewID = null) Parameters Type Name Description SvgElement element The SvgElement to be managed. SvgElement sibling Not used. Boolean autoForceUniqueID Pass true here, if you want the ID to be fixed Action < SvgElement , String , String > logElementOldIDNewID If not null, the action is called before the id is fixed Returns Type Description Boolean true, if ID was altered | Improve this Doc View Source EnsureValidId(String, Boolean) Ensures that the specified ID is unique within the containing SvgDocument . Declaration public string EnsureValidId(string id, bool autoForceUniqueID = false) Parameters Type Name Description String id A String containing the ID to validate. Boolean autoForceUniqueID Creates a new unique id String . Returns Type Description String Exceptions Type Condition SvgException An element with the same ID already exists within the containing SvgDocument . | Improve this Doc View Source GetElementById(String) Retrieves the SvgElement with the specified ID. Declaration public virtual SvgElement GetElementById(string id) Parameters Type Name Description String id A String containing the ID of the element to find. Returns Type Description SvgElement An SvgElement of one exists with the specified ID; otherwise false. | Improve this Doc View Source GetElementById(Uri) Declaration public virtual SvgElement GetElementById(Uri uri) Parameters Type Name Description System.Uri uri Returns Type Description SvgElement | Improve this Doc View Source OnAdded(SvgElement) Declaration protected void OnAdded(SvgElement element) Parameters Type Name Description SvgElement element | Improve this Doc View Source OnRemoved(SvgElement) Declaration protected void OnRemoved(SvgElement element) Parameters Type Name Description SvgElement element | Improve this Doc View Source Remove(SvgElement) Removed the specified SvgElement from ID management. Declaration public virtual void Remove(SvgElement element) Parameters Type Name Description SvgElement element The SvgElement to be removed from ID management. Events | Improve this Doc View Source ElementAdded Declaration public event EventHandler ElementAdded Event Type Type Description EventHandler < SvgElementEventArgs > | Improve this Doc View Source ElementRemoved Declaration public event EventHandler ElementRemoved Event Type Type Description EventHandler < SvgElementEventArgs >" }, "api/Svg.SvgElementStyle.html": { "href": "api/Svg.SvgElementStyle.html", "title": "Class SvgElementStyle | SVG.NET API", - "keywords": "Class SvgElementStyle Inheritance Object SvgElementStyle Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementStyle" + "keywords": "Class SvgElementStyle Inheritance Object SvgElementStyle Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgElementStyle" }, "api/Svg.SvgEllipse.html": { "href": "api/Svg.SvgEllipse.html", "title": "Class SvgEllipse | SVG.NET API", - "keywords": "Class SvgEllipse Represents and SVG ellipse element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgEllipse Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"ellipse\")] public class SvgEllipse : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source CenterX Declaration public virtual SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public virtual SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RadiusX Declaration public virtual SvgUnit RadiusX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RadiusY Declaration public virtual SvgUnit RadiusY { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents using the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object used for rendering. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgEllipse Represents and SVG ellipse element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgEllipse Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"ellipse\")] public class SvgEllipse : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source CenterX Declaration public virtual SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public virtual SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RadiusX Declaration public virtual SvgUnit RadiusX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RadiusY Declaration public virtual SvgUnit RadiusY { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents using the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object used for rendering. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgException.html": { "href": "api/Svg.SvgException.html", "title": "Class SvgException | SVG.NET API", - "keywords": "Class SvgException Inheritance Object Exception SystemException FormatException SvgException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgException : FormatException, ISerializable Constructors | Improve this Doc View Source SvgException() Declaration public SvgException() | Improve this Doc View Source SvgException(SerializationInfo, StreamingContext) Declaration protected SvgException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgException(String) Declaration public SvgException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgException(String, Exception) Declaration public SvgException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgException Inheritance Object Exception SystemException FormatException SvgException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgException : FormatException, ISerializable Constructors | Improve this Doc View Source SvgException() Declaration public SvgException() | Improve this Doc View Source SvgException(String) Declaration public SvgException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgException(String, Exception) Declaration public SvgException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgExtentions.html": { "href": "api/Svg.SvgExtentions.html", "title": "Class SvgExtentions | SVG.NET API", - "keywords": "Class SvgExtentions Svg helpers Inheritance Object SvgExtentions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class SvgExtentions Methods | Improve this Doc View Source ApplyRecursive(SvgElement, Action) Declaration public static void ApplyRecursive(this SvgElement elem, Action action) Parameters Type Name Description SvgElement elem Action < SvgElement > action | Improve this Doc View Source ApplyRecursiveDepthFirst(SvgElement, Action) Declaration public static void ApplyRecursiveDepthFirst(this SvgElement elem, Action action) Parameters Type Name Description SvgElement elem Action < SvgElement > action | Improve this Doc View Source GetRectangle(SvgRectangle) Declaration public static RectangleF GetRectangle(this SvgRectangle r) Parameters Type Name Description SvgRectangle r Returns Type Description RectangleF | Improve this Doc View Source GetXML(SvgDocument) Declaration public static string GetXML(this SvgDocument doc) Parameters Type Name Description SvgDocument doc Returns Type Description String | Improve this Doc View Source GetXML(SvgElement) Declaration public static string GetXML(this SvgElement elem) Parameters Type Name Description SvgElement elem Returns Type Description String | Improve this Doc View Source HasNonEmptyCustomAttribute(SvgElement, String) Declaration public static bool HasNonEmptyCustomAttribute(this SvgElement element, string name) Parameters Type Name Description SvgElement element String name Returns Type Description Boolean | Improve this Doc View Source SetRectangle(SvgRectangle, RectangleF) Declaration public static void SetRectangle(this SvgRectangle r, RectangleF bounds) Parameters Type Name Description SvgRectangle r RectangleF bounds" + "keywords": "Class SvgExtentions Svg helpers Inheritance Object SvgExtentions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class SvgExtentions Methods | Improve this Doc View Source ApplyRecursive(SvgElement, Action) Declaration public static void ApplyRecursive(this SvgElement elem, Action action) Parameters Type Name Description SvgElement elem Action < SvgElement > action | Improve this Doc View Source ApplyRecursiveDepthFirst(SvgElement, Action) Declaration public static void ApplyRecursiveDepthFirst(this SvgElement elem, Action action) Parameters Type Name Description SvgElement elem Action < SvgElement > action | Improve this Doc View Source GetRectangle(SvgRectangle) Declaration public static RectangleF GetRectangle(this SvgRectangle r) Parameters Type Name Description SvgRectangle r Returns Type Description RectangleF | Improve this Doc View Source GetXML(SvgDocument) Declaration public static string GetXML(this SvgDocument doc) Parameters Type Name Description SvgDocument doc Returns Type Description String | Improve this Doc View Source GetXML(SvgElement) Declaration public static string GetXML(this SvgElement elem) Parameters Type Name Description SvgElement elem Returns Type Description String | Improve this Doc View Source HasNonEmptyCustomAttribute(SvgElement, String) Declaration public static bool HasNonEmptyCustomAttribute(this SvgElement element, string name) Parameters Type Name Description SvgElement element String name Returns Type Description Boolean | Improve this Doc View Source SetRectangle(SvgRectangle, RectangleF) Declaration public static void SetRectangle(this SvgRectangle r, RectangleF bounds) Parameters Type Name Description SvgRectangle r RectangleF bounds" }, "api/Svg.SvgFallbackPaintServer.html": { "href": "api/Svg.SvgFallbackPaintServer.html", "title": "Class SvgFallbackPaintServer | SVG.NET API", - "keywords": "Class SvgFallbackPaintServer A wrapper for a paint server has a fallback if the primary server doesn't work. Inheritance Object SvgElement SvgPaintServer SvgFallbackPaintServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Obsolete(\"Will be removed.Use SvgDeferredPaintServer class instead.\")] public class SvgFallbackPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgFallbackPaintServer() Declaration public SvgFallbackPaintServer() | Improve this Doc View Source SvgFallbackPaintServer(SvgPaintServer, IEnumerable) Declaration public SvgFallbackPaintServer(SvgPaintServer primary, IEnumerable fallbacks) Parameters Type Name Description SvgPaintServer primary IEnumerable < SvgPaintServer > fallbacks Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFallbackPaintServer A wrapper for a paint server has a fallback if the primary server doesn't work. Inheritance Object SvgElement SvgPaintServer SvgFallbackPaintServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Obsolete(\"Will be removed.Use SvgDeferredPaintServer class instead.\")] public class SvgFallbackPaintServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgFallbackPaintServer() Declaration public SvgFallbackPaintServer() | Improve this Doc View Source SvgFallbackPaintServer(SvgPaintServer, IEnumerable) Declaration public SvgFallbackPaintServer(SvgPaintServer primary, IEnumerable fallbacks) Parameters Type Name Description SvgPaintServer primary IEnumerable < SvgPaintServer > fallbacks Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFillRule.html": { "href": "api/Svg.SvgFillRule.html", @@ -657,37 +657,37 @@ "api/Svg.SvgFillRuleConverter.html": { "href": "api/Svg.SvgFillRuleConverter.html", "title": "Class SvgFillRuleConverter | SVG.NET API", - "keywords": "Class SvgFillRuleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFillRule > SvgFillRuleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFillRuleConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFillRuleConverter() Declaration public SvgFillRuleConverter()" + "keywords": "Class SvgFillRuleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFillRule > SvgFillRuleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFillRuleConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFillRuleConverter() Declaration public SvgFillRuleConverter()" }, "api/Svg.SvgFont.html": { "href": "api/Svg.SvgFont.html", "title": "Class SvgFont | SVG.NET API", - "keywords": "Class SvgFont Inheritance Object SvgElement SvgFont Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font\")] public class SvgFont : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source HorizAdvX Declaration public float HorizAdvX { get; set; } Property Value Type Description Single | Improve this Doc View Source HorizOriginX Declaration public float HorizOriginX { get; set; } Property Value Type Description Single | Improve this Doc View Source HorizOriginY Declaration public float HorizOriginY { get; set; } Property Value Type Description Single | Improve this Doc View Source VertAdvY Declaration public float VertAdvY { get; set; } Property Value Type Description Single | Improve this Doc View Source VertOriginX Declaration public float VertOriginX { get; set; } Property Value Type Description Single | Improve this Doc View Source VertOriginY Declaration public float VertOriginY { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFont Inheritance Object SvgElement SvgFont Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font\")] public class SvgFont : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source HorizAdvX Declaration public float HorizAdvX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source HorizOriginX Declaration public float HorizOriginX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source HorizOriginY Declaration public float HorizOriginY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source VertAdvY Declaration public float VertAdvY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source VertOriginX Declaration public float VertOriginX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source VertOriginY Declaration public float VertOriginY { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFontDefn.html": { "href": "api/Svg.SvgFontDefn.html", "title": "Class SvgFontDefn | SVG.NET API", - "keywords": "Class SvgFontDefn Inheritance Object SvgFontDefn Implements IFontDefn IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgFontDefn : IFontDefn, IDisposable Constructors | Improve this Doc View Source SvgFontDefn(SvgFont, Single, Single) Declaration public SvgFontDefn(SvgFont font, float size, float ppi) Parameters Type Name Description SvgFont font Single size Single ppi Properties | Improve this Doc View Source Size Declaration public float Size { get; } Property Value Type Description Single | Improve this Doc View Source SizeInPoints Declaration public float SizeInPoints { get; } Property Value Type Description Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration public void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration public float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description Single | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration public IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration public SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF Implements IFontDefn System.IDisposable" + "keywords": "Class SvgFontDefn Inheritance Object SvgFontDefn Implements IFontDefn IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgFontDefn : IFontDefn, IDisposable Constructors | Improve this Doc View Source SvgFontDefn(SvgFont, Single, Single) Declaration public SvgFontDefn(SvgFont font, float size, float ppi) Parameters Type Name Description SvgFont font System.Single size System.Single ppi Properties | Improve this Doc View Source Size Declaration public float Size { get; } Property Value Type Description System.Single | Improve this Doc View Source SizeInPoints Declaration public float SizeInPoints { get; } Property Value Type Description System.Single Methods | Improve this Doc View Source AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF) Declaration public void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location) Parameters Type Name Description ISvgRenderer renderer GraphicsPath path String text System.Drawing.PointF location | Improve this Doc View Source Ascent(ISvgRenderer) Declaration public float Ascent(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description System.Single | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source MeasureCharacters(ISvgRenderer, String) Declaration public IList MeasureCharacters(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description IList < RectangleF > | Improve this Doc View Source MeasureString(ISvgRenderer, String) Declaration public SizeF MeasureString(ISvgRenderer renderer, string text) Parameters Type Name Description ISvgRenderer renderer String text Returns Type Description SizeF Implements IFontDefn System.IDisposable" }, "api/Svg.SvgFontFace.html": { "href": "api/Svg.SvgFontFace.html", "title": "Class SvgFontFace | SVG.NET API", - "keywords": "Class SvgFontFace Inheritance Object SvgElement SvgFontFace Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face\")] public class SvgFontFace : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Alphabetic Declaration public float Alphabetic { get; set; } Property Value Type Description Single | Improve this Doc View Source Ascent Declaration public float Ascent { get; set; } Property Value Type Description Single | Improve this Doc View Source AscentHeight Declaration public float AscentHeight { get; set; } Property Value Type Description Single | Improve this Doc View Source Descent Declaration public float Descent { get; set; } Property Value Type Description Single | Improve this Doc View Source Panose1 Declaration public string Panose1 { get; set; } Property Value Type Description String | Improve this Doc View Source UnitsPerEm Declaration public float UnitsPerEm { get; set; } Property Value Type Description Single | Improve this Doc View Source XHeight Declaration public float XHeight { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFontFace Inheritance Object SvgElement SvgFontFace Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face\")] public class SvgFontFace : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Alphabetic Declaration public float Alphabetic { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Ascent Declaration public float Ascent { get; set; } Property Value Type Description System.Single | Improve this Doc View Source AscentHeight Declaration public float AscentHeight { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Descent Declaration public float Descent { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Panose1 Declaration public string Panose1 { get; set; } Property Value Type Description String | Improve this Doc View Source UnitsPerEm Declaration public float UnitsPerEm { get; set; } Property Value Type Description System.Single | Improve this Doc View Source XHeight Declaration public float XHeight { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFontFaceSrc.html": { "href": "api/Svg.SvgFontFaceSrc.html", "title": "Class SvgFontFaceSrc | SVG.NET API", - "keywords": "Class SvgFontFaceSrc Inheritance Object SvgElement SvgFontFaceSrc Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face-src\")] public class SvgFontFaceSrc : SvgElement, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFontFaceSrc Inheritance Object SvgElement SvgFontFaceSrc Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face-src\")] public class SvgFontFaceSrc : SvgElement, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFontFaceUri.html": { "href": "api/Svg.SvgFontFaceUri.html", "title": "Class SvgFontFaceUri | SVG.NET API", - "keywords": "Class SvgFontFaceUri Inheritance Object SvgElement SvgFontFaceUri Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face-uri\")] public class SvgFontFaceUri : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description Uri Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFontFaceUri Inheritance Object SvgElement SvgFontFaceUri Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"font-face-uri\")] public class SvgFontFaceUri : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description System.Uri Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFontManager.html": { "href": "api/Svg.SvgFontManager.html", "title": "Class SvgFontManager | SVG.NET API", - "keywords": "Class SvgFontManager Manages access to and any privately loaded fonts. When a font is requested in the render process, if the font is not found as an embedded SvgFont, the render process will SvgFontManager.FindFont method. Inheritance Object SvgFontManager Implements IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgFontManager : IDisposable Properties | Improve this Doc View Source LocalizedFamilyNames Declaration public static List LocalizedFamilyNames { get; } Property Value Type Description System.Collections.Generic.List < String []> | Improve this Doc View Source PrivateFontDataList Declaration public static List PrivateFontDataList { get; } Property Value Type Description System.Collections.Generic.List < System.Byte []> | Improve this Doc View Source PrivateFontPathList Declaration public static List PrivateFontPathList { get; } Property Value Type Description System.Collections.Generic.List < String > Methods | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source FindFont(String) This method searches a dictionary of fonts (pre loaded with the system fonts). If a font can't be found and a callback has been provided - then the callback should perform any validation and return a font (or null if not found/error). Where a font can't be located it is the responsibility of the caller to perform any exception handling. Declaration public FontFamily FindFont(string name) Parameters Type Name Description String name A String containing the FamilyName of the font. Returns Type Description FontFamily An of the loaded font or null is not located. Implements System.IDisposable" + "keywords": "Class SvgFontManager Manages access to and any privately loaded fonts. When a font is requested in the render process, if the font is not found as an embedded SvgFont, the render process will SvgFontManager.FindFont method. Inheritance Object SvgFontManager Implements IDisposable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgFontManager : IDisposable Properties | Improve this Doc View Source LocalizedFamilyNames Declaration public static List LocalizedFamilyNames { get; } Property Value Type Description List < String []> | Improve this Doc View Source PrivateFontDataList Declaration public static List PrivateFontDataList { get; } Property Value Type Description List < System.Byte []> | Improve this Doc View Source PrivateFontPathList Declaration public static List PrivateFontPathList { get; } Property Value Type Description List < String > Methods | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source FindFont(String) This method searches a dictionary of fonts (pre loaded with the system fonts). If a font can't be found and a callback has been provided - then the callback should perform any validation and return a font (or null if not found/error). Where a font can't be located it is the responsibility of the caller to perform any exception handling. Declaration public FontFamily FindFont(string name) Parameters Type Name Description String name A String containing the FamilyName of the font. Returns Type Description FontFamily An of the loaded font or null is not located. Implements System.IDisposable" }, "api/Svg.SvgFontStretch.html": { "href": "api/Svg.SvgFontStretch.html", @@ -697,7 +697,7 @@ "api/Svg.SvgFontStretchConverter.html": { "href": "api/Svg.SvgFontStretchConverter.html", "title": "Class SvgFontStretchConverter | SVG.NET API", - "keywords": "Class SvgFontStretchConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontStretch > SvgFontStretchConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontStretchConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFontStretchConverter() Declaration public SvgFontStretchConverter()" + "keywords": "Class SvgFontStretchConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontStretch > SvgFontStretchConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontStretchConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFontStretchConverter() Declaration public SvgFontStretchConverter()" }, "api/Svg.SvgFontStyle.html": { "href": "api/Svg.SvgFontStyle.html", @@ -707,7 +707,7 @@ "api/Svg.SvgFontStyleConverter.html": { "href": "api/Svg.SvgFontStyleConverter.html", "title": "Class SvgFontStyleConverter | SVG.NET API", - "keywords": "Class SvgFontStyleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontStyle > SvgFontStyleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontStyleConverter : EnumBaseConverter" + "keywords": "Class SvgFontStyleConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontStyle > SvgFontStyleConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontStyleConverter : EnumBaseConverter" }, "api/Svg.SvgFontVariant.html": { "href": "api/Svg.SvgFontVariant.html", @@ -717,7 +717,7 @@ "api/Svg.SvgFontVariantConverter.html": { "href": "api/Svg.SvgFontVariantConverter.html", "title": "Class SvgFontVariantConverter | SVG.NET API", - "keywords": "Class SvgFontVariantConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontVariant > SvgFontVariantConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontVariantConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFontVariantConverter() Declaration public SvgFontVariantConverter()" + "keywords": "Class SvgFontVariantConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontVariant > SvgFontVariantConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontVariantConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgFontVariantConverter() Declaration public SvgFontVariantConverter()" }, "api/Svg.SvgFontWeight.html": { "href": "api/Svg.SvgFontWeight.html", @@ -727,32 +727,32 @@ "api/Svg.SvgFontWeightConverter.html": { "href": "api/Svg.SvgFontWeightConverter.html", "title": "Class SvgFontWeightConverter | SVG.NET API", - "keywords": "Class SvgFontWeightConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontWeight > SvgFontWeightConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontWeightConverter : EnumBaseConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" + "keywords": "Class SvgFontWeightConverter Inheritance Object TypeConverter EnumBaseConverter < SvgFontWeight > SvgFontWeightConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontWeightConverter : EnumBaseConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" }, "api/Svg.SvgForeignObject.html": { "href": "api/Svg.SvgForeignObject.html", "title": "Class SvgForeignObject | SVG.NET API", - "keywords": "Class SvgForeignObject The 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent Inheritance Object SvgElement SvgVisualElement SvgForeignObject Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"foreignObject\")] public class SvgForeignObject : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgForeignObject The 'foreignObject' element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent Inheritance Object SvgElement SvgVisualElement SvgForeignObject Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"foreignObject\")] public class SvgForeignObject : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgFragment.html": { "href": "api/Svg.SvgFragment.html", "title": "Class SvgFragment | SVG.NET API", - "keywords": "Class SvgFragment An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. Inheritance Object SvgElement SvgFragment SvgDocument Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"svg\")] public class SvgFragment : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ISvgBoundable Fields | Improve this Doc View Source Namespace Gets the SVG namespace string. Declaration public static readonly Uri Namespace Field Value Type Description Uri Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the svg element. Declaration public RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. | Improve this Doc View Source FontFamily Indicates which font family is to be used to render the text. Declaration public override string FontFamily { get; set; } Property Value Type Description String Overrides SvgElement.FontFamily | Improve this Doc View Source FontSize Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. Declaration public override SvgUnit FontSize { get; set; } Property Value Type Description SvgUnit Overrides SvgElement.FontSize | Improve this Doc View Source Height Gets or sets the height of the fragment. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit The height. | Improve this Doc View Source Overflow Declaration public virtual SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source Path Gets the for this element. Declaration public GraphicsPath Path { get; } Property Value Type Description GraphicsPath | Improve this Doc View Source SpaceHandling Declaration public override XmlSpaceHandling SpaceHandling { get; set; } Property Value Type Description XmlSpaceHandling Overrides SvgElement.SpaceHandling | Improve this Doc View Source ViewBox Gets or sets the viewport of the element. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox | Improve this Doc View Source Width Gets or sets the width of the fragment. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit The width. | Improve this Doc View Source X Gets or sets the position where the left point of the svg should start. Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the svg should start. Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetDimensions() Declaration public SizeF GetDimensions() Returns Type Description SizeF | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.Render(ISvgRenderer) Explicit Interface Implementations | Improve this Doc View Source ISvgBoundable.Bounds Declaration RectangleF ISvgBoundable.Bounds { get; } Returns Type Description RectangleF | Improve this Doc View Source ISvgBoundable.Location Declaration PointF ISvgBoundable.Location { get; } Returns Type Description PointF | Improve this Doc View Source ISvgBoundable.Size Declaration SizeF ISvgBoundable.Size { get; } Returns Type Description SizeF Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgFragment An SvgFragment represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. Inheritance Object SvgElement SvgFragment SvgDocument Implements ISvgTransformable ICloneable ISvgNode ISvgViewPort ISvgBoundable Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"svg\")] public class SvgFragment : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort, ISvgBoundable Fields | Improve this Doc View Source Namespace Gets the SVG namespace string. Declaration public static readonly Uri Namespace Field Value Type Description System.Uri Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the svg element. Declaration public RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. | Improve this Doc View Source FontFamily Indicates which font family is to be used to render the text. Declaration public override string FontFamily { get; set; } Property Value Type Description String Overrides SvgElement.FontFamily | Improve this Doc View Source FontSize Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. Declaration public override SvgUnit FontSize { get; set; } Property Value Type Description SvgUnit Overrides SvgElement.FontSize | Improve this Doc View Source Height Gets or sets the height of the fragment. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit The height. | Improve this Doc View Source Overflow Declaration public virtual SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source Path Gets the for this element. Declaration public GraphicsPath Path { get; } Property Value Type Description GraphicsPath | Improve this Doc View Source SpaceHandling Declaration public override XmlSpaceHandling SpaceHandling { get; set; } Property Value Type Description XmlSpaceHandling Overrides SvgElement.SpaceHandling | Improve this Doc View Source ViewBox Gets or sets the viewport of the element. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox | Improve this Doc View Source Width Gets or sets the width of the fragment. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit The width. | Improve this Doc View Source X Gets or sets the position where the left point of the svg should start. Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the svg should start. Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetDimensions() Declaration public SizeF GetDimensions() Returns Type Description SizeF | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.Render(ISvgRenderer) Explicit Interface Implementations | Improve this Doc View Source ISvgBoundable.Bounds Declaration RectangleF ISvgBoundable.Bounds { get; } Returns Type Description RectangleF | Improve this Doc View Source ISvgBoundable.Location Declaration PointF ISvgBoundable.Location { get; } Returns Type Description System.Drawing.PointF | Improve this Doc View Source ISvgBoundable.Size Declaration SizeF ISvgBoundable.Size { get; } Returns Type Description SizeF Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort ISvgBoundable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgGdiPlusCannotBeLoadedException.html": { "href": "api/Svg.SvgGdiPlusCannotBeLoadedException.html", "title": "Class SvgGdiPlusCannotBeLoadedException | SVG.NET API", - "keywords": "Class SvgGdiPlusCannotBeLoadedException Inheritance Object Exception SvgGdiPlusCannotBeLoadedException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgGdiPlusCannotBeLoadedException : Exception, ISerializable Constructors | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException() Declaration public SvgGdiPlusCannotBeLoadedException() | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(Exception) Declaration public SvgGdiPlusCannotBeLoadedException(Exception inner) Parameters Type Name Description Exception inner | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(SerializationInfo, StreamingContext) Declaration protected SvgGdiPlusCannotBeLoadedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(String) Declaration public SvgGdiPlusCannotBeLoadedException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(String, Exception) Declaration public SvgGdiPlusCannotBeLoadedException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgGdiPlusCannotBeLoadedException Inheritance Object Exception SvgGdiPlusCannotBeLoadedException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgGdiPlusCannotBeLoadedException : Exception, ISerializable Constructors | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException() Declaration public SvgGdiPlusCannotBeLoadedException() | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(Exception) Declaration public SvgGdiPlusCannotBeLoadedException(Exception inner) Parameters Type Name Description Exception inner | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(String) Declaration public SvgGdiPlusCannotBeLoadedException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgGdiPlusCannotBeLoadedException(String, Exception) Declaration public SvgGdiPlusCannotBeLoadedException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgGlyph.html": { "href": "api/Svg.SvgGlyph.html", "title": "Class SvgGlyph | SVG.NET API", - "keywords": "Class SvgGlyph Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgGlyph SvgMissingGlyph Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"glyph\")] public class SvgGlyph : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source GlyphName Declaration public virtual string GlyphName { get; set; } Property Value Type Description String | Improve this Doc View Source HorizAdvX Declaration public float HorizAdvX { get; set; } Property Value Type Description Single | Improve this Doc View Source PathData Gets or sets a SvgPathSegmentList of path data. Declaration public SvgPathSegmentList PathData { get; set; } Property Value Type Description SvgPathSegmentList | Improve this Doc View Source Unicode Declaration public string Unicode { get; set; } Property Value Type Description String | Improve this Doc View Source VertAdvY Declaration public float VertAdvY { get; set; } Property Value Type Description Single | Improve this Doc View Source VertOriginX Declaration public float VertOriginX { get; set; } Property Value Type Description Single | Improve this Doc View Source VertOriginY Declaration public float VertOriginY { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source OnPathUpdated() Declaration public void OnPathUpdated() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgGlyph Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgGlyph SvgMissingGlyph Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"glyph\")] public class SvgGlyph : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source GlyphName Declaration public virtual string GlyphName { get; set; } Property Value Type Description String | Improve this Doc View Source HorizAdvX Declaration public float HorizAdvX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source PathData Gets or sets a SvgPathSegmentList of path data. Declaration public SvgPathSegmentList PathData { get; set; } Property Value Type Description SvgPathSegmentList | Improve this Doc View Source Unicode Declaration public string Unicode { get; set; } Property Value Type Description String | Improve this Doc View Source VertAdvY Declaration public float VertAdvY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source VertOriginX Declaration public float VertOriginX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source VertOriginY Declaration public float VertOriginY { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source OnPathUpdated() Declaration public void OnPathUpdated() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgGradientServer.html": { "href": "api/Svg.SvgGradientServer.html", "title": "Class SvgGradientServer | SVG.NET API", - "keywords": "Class SvgGradientServer Provides the base class for all paint servers that wish to render a gradient. Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgLinearGradientServer SvgRadialGradientServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgGradientServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source EffectiveGradientTransform Declaration protected Matrix EffectiveGradientTransform { get; } Property Value Type Description Matrix | Improve this Doc View Source GradientTransform Declaration public SvgTransformCollection GradientTransform { get; set; } Property Value Type Description SvgTransformCollection | Improve this Doc View Source GradientUnits Gets or sets the coordinate system of the gradient. Declaration public SvgCoordinateUnits GradientUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source InheritGradient Gets or sets another gradient fill from which to inherit the stops from. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public SvgDeferredPaintServer InheritGradient { get; set; } Property Value Type Description SvgDeferredPaintServer | Improve this Doc View Source SpreadMethod Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. Declaration public SvgGradientSpreadMethod SpreadMethod { get; set; } Property Value Type Description SvgGradientSpreadMethod | Improve this Doc View Source StopColor Gets or sets the colour of the gradient stop. Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer StopColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StopOpacity Gets or sets the opacity of the gradient stop (0-1). Declaration public float StopOpacity { get; set; } Property Value Type Description Single | Improve this Doc View Source Stops Gets the ramp of colors to use on a gradient. Declaration public List Stops { get; } Property Value Type Description System.Collections.Generic.List < SvgGradientStop > Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the 'Children' collection. Declaration protected override void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. Overrides SvgElement.AddElement(SvgElement, Int32) | Improve this Doc View Source CalculateDistance(PointF, PointF) Declaration protected static double CalculateDistance(PointF first, PointF second) Parameters Type Name Description PointF first PointF second Returns Type Description System.Double | Improve this Doc View Source CalculateLength(PointF) Declaration protected static float CalculateLength(PointF vector) Parameters Type Name Description PointF vector Returns Type Description Single | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected abstract Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetColorBlend(ISvgRenderer, Single, Boolean) Gets a representing the SvgGradientServer 's gradient stops. Declaration protected ColorBlend GetColorBlend(ISvgRenderer renderer, float opacity, bool radial) Parameters Type Name Description ISvgRenderer renderer The renderer ISvgRenderer . Single opacity The opacity of the colour blend. Boolean radial True if it's a radial gradiant. Returns Type Description ColorBlend | Improve this Doc View Source NormalizeUnit(SvgUnit) Declaration protected SvgUnit NormalizeUnit(SvgUnit orig) Parameters Type Name Description SvgUnit orig Returns Type Description SvgUnit | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the 'Children' collection. Declaration protected override void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. Overrides SvgElement.RemoveElement(SvgElement) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgGradientServer Provides the base class for all paint servers that wish to render a gradient. Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgLinearGradientServer SvgRadialGradientServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgGradientServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source EffectiveGradientTransform Declaration protected Matrix EffectiveGradientTransform { get; } Property Value Type Description Matrix | Improve this Doc View Source GradientTransform Declaration public SvgTransformCollection GradientTransform { get; set; } Property Value Type Description SvgTransformCollection | Improve this Doc View Source GradientUnits Gets or sets the coordinate system of the gradient. Declaration public SvgCoordinateUnits GradientUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source InheritGradient Gets or sets another gradient fill from which to inherit the stops from. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public SvgDeferredPaintServer InheritGradient { get; set; } Property Value Type Description SvgDeferredPaintServer | Improve this Doc View Source SpreadMethod Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. Declaration public SvgGradientSpreadMethod SpreadMethod { get; set; } Property Value Type Description SvgGradientSpreadMethod | Improve this Doc View Source StopColor Gets or sets the colour of the gradient stop. Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer StopColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StopOpacity Gets or sets the opacity of the gradient stop (0-1). Declaration public float StopOpacity { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Stops Gets the ramp of colors to use on a gradient. Declaration public List Stops { get; } Property Value Type Description List < SvgGradientStop > Methods | Improve this Doc View Source AddElement(SvgElement, Int32) Called by the underlying SvgElement when an element has been added to the 'Children' collection. Declaration protected override void AddElement(SvgElement child, int index) Parameters Type Name Description SvgElement child The SvgElement that has been added. Int32 index An Int32 representing the index where the element was added to the collection. Overrides SvgElement.AddElement(SvgElement, Int32) | Improve this Doc View Source CalculateDistance(PointF, PointF) Declaration protected static double CalculateDistance(PointF first, PointF second) Parameters Type Name Description System.Drawing.PointF first System.Drawing.PointF second Returns Type Description Double | Improve this Doc View Source CalculateLength(PointF) Declaration protected static float CalculateLength(PointF vector) Parameters Type Name Description System.Drawing.PointF vector Returns Type Description System.Single | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected abstract Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration public override Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source GetColorBlend(ISvgRenderer, Single, Boolean) Gets a representing the SvgGradientServer 's gradient stops. Declaration protected ColorBlend GetColorBlend(ISvgRenderer renderer, float opacity, bool radial) Parameters Type Name Description ISvgRenderer renderer The renderer ISvgRenderer . System.Single opacity The opacity of the colour blend. Boolean radial True if it's a radial gradiant. Returns Type Description ColorBlend | Improve this Doc View Source NormalizeUnit(SvgUnit) Declaration protected SvgUnit NormalizeUnit(SvgUnit orig) Parameters Type Name Description SvgUnit orig Returns Type Description SvgUnit | Improve this Doc View Source RemoveElement(SvgElement) Called by the underlying SvgElement when an element has been removed from the 'Children' collection. Declaration protected override void RemoveElement(SvgElement child) Parameters Type Name Description SvgElement child The SvgElement that has been removed. Overrides SvgElement.RemoveElement(SvgElement) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgGradientSpreadMethod.html": { "href": "api/Svg.SvgGradientSpreadMethod.html", @@ -762,42 +762,42 @@ "api/Svg.SvgGradientSpreadMethodConverter.html": { "href": "api/Svg.SvgGradientSpreadMethodConverter.html", "title": "Class SvgGradientSpreadMethodConverter | SVG.NET API", - "keywords": "Class SvgGradientSpreadMethodConverter Inheritance Object TypeConverter EnumBaseConverter < SvgGradientSpreadMethod > SvgGradientSpreadMethodConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgGradientSpreadMethodConverter : EnumBaseConverter" + "keywords": "Class SvgGradientSpreadMethodConverter Inheritance Object TypeConverter EnumBaseConverter < SvgGradientSpreadMethod > SvgGradientSpreadMethodConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgGradientSpreadMethodConverter : EnumBaseConverter" }, "api/Svg.SvgGradientStop.html": { "href": "api/Svg.SvgGradientStop.html", "title": "Class SvgGradientStop | SVG.NET API", - "keywords": "Class SvgGradientStop Represents a colour stop in a gradient. Inheritance Object SvgElement SvgGradientStop Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"stop\")] public class SvgGradientStop : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgGradientStop() Initializes a new instance of the SvgGradientStop class. Declaration public SvgGradientStop() | Improve this Doc View Source SvgGradientStop(SvgUnit, Color) Initializes a new instance of the SvgGradientStop class. Declaration public SvgGradientStop(SvgUnit offset, Color colour) Parameters Type Name Description SvgUnit offset The offset. Color colour The colour. Properties | Improve this Doc View Source Offset Gets or sets the offset, i.e. where the stop begins from the beginning, of the gradient stop. Declaration public SvgUnit Offset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StopColor Gets or sets the colour of the gradient stop. Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer StopColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StopOpacity Gets or sets the opacity of the gradient stop (0-1). Declaration public float StopOpacity { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetColor(SvgElement) Declaration public Color GetColor(SvgElement parent) Parameters Type Name Description SvgElement parent Returns Type Description Color Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgGradientStop Represents a colour stop in a gradient. Inheritance Object SvgElement SvgGradientStop Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"stop\")] public class SvgGradientStop : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgGradientStop() Initializes a new instance of the SvgGradientStop class. Declaration public SvgGradientStop() | Improve this Doc View Source SvgGradientStop(SvgUnit, Color) Initializes a new instance of the SvgGradientStop class. Declaration public SvgGradientStop(SvgUnit offset, Color colour) Parameters Type Name Description SvgUnit offset The offset. Color colour The colour. Properties | Improve this Doc View Source Offset Gets or sets the offset, i.e. where the stop begins from the beginning, of the gradient stop. Declaration public SvgUnit Offset { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StopColor Gets or sets the colour of the gradient stop. Declaration [TypeConverter(typeof(SvgPaintServerFactory))] public SvgPaintServer StopColor { get; set; } Property Value Type Description SvgPaintServer | Improve this Doc View Source StopOpacity Gets or sets the opacity of the gradient stop (0-1). Declaration public float StopOpacity { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetColor(SvgElement) Declaration public Color GetColor(SvgElement parent) Parameters Type Name Description SvgElement parent Returns Type Description Color Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgGroup.html": { "href": "api/Svg.SvgGroup.html", "title": "Class SvgGroup | SVG.NET API", - "keywords": "Class SvgGroup An element used to group SVG shapes. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgGroup Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"g\")] public class SvgGroup : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgPathBasedElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgGroup An element used to group SVG shapes. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgGroup Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"g\")] public class SvgGroup : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgPathBasedElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgHorizontalKern.html": { "href": "api/Svg.SvgHorizontalKern.html", "title": "Class SvgHorizontalKern | SVG.NET API", - "keywords": "Class SvgHorizontalKern Inheritance Object SvgElement SvgKern SvgHorizontalKern Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgKern.Glyph1 SvgKern.Glyph2 SvgKern.Unicode1 SvgKern.Unicode2 SvgKern.Kerning SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"hkern\")] public class SvgHorizontalKern : SvgKern, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgHorizontalKern Inheritance Object SvgElement SvgKern SvgHorizontalKern Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgKern.Glyph1 SvgKern.Glyph2 SvgKern.Unicode1 SvgKern.Unicode2 SvgKern.Kerning SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"hkern\")] public class SvgHorizontalKern : SvgKern, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgIDException.html": { "href": "api/Svg.SvgIDException.html", "title": "Class SvgIDException | SVG.NET API", - "keywords": "Class SvgIDException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDExistsException SvgIDWrongFormatException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDException : FormatException, ISerializable Constructors | Improve this Doc View Source SvgIDException() Declaration public SvgIDException() | Improve this Doc View Source SvgIDException(SerializationInfo, StreamingContext) Declaration protected SvgIDException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgIDException(String) Declaration public SvgIDException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDException(String, Exception) Declaration public SvgIDException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgIDException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDExistsException SvgIDWrongFormatException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDException : FormatException, ISerializable Constructors | Improve this Doc View Source SvgIDException() Declaration public SvgIDException() | Improve this Doc View Source SvgIDException(String) Declaration public SvgIDException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDException(String, Exception) Declaration public SvgIDException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgIDExistsException.html": { "href": "api/Svg.SvgIDExistsException.html", "title": "Class SvgIDExistsException | SVG.NET API", - "keywords": "Class SvgIDExistsException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDExistsException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDExistsException : SvgIDException, ISerializable Constructors | Improve this Doc View Source SvgIDExistsException() Declaration public SvgIDExistsException() | Improve this Doc View Source SvgIDExistsException(SerializationInfo, StreamingContext) Declaration protected SvgIDExistsException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgIDExistsException(String) Declaration public SvgIDExistsException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDExistsException(String, Exception) Declaration public SvgIDExistsException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgIDExistsException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDExistsException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDExistsException : SvgIDException, ISerializable Constructors | Improve this Doc View Source SvgIDExistsException() Declaration public SvgIDExistsException() | Improve this Doc View Source SvgIDExistsException(String) Declaration public SvgIDExistsException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDExistsException(String, Exception) Declaration public SvgIDExistsException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgIDWrongFormatException.html": { "href": "api/Svg.SvgIDWrongFormatException.html", "title": "Class SvgIDWrongFormatException | SVG.NET API", - "keywords": "Class SvgIDWrongFormatException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDWrongFormatException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDWrongFormatException : SvgIDException, ISerializable Constructors | Improve this Doc View Source SvgIDWrongFormatException() Declaration public SvgIDWrongFormatException() | Improve this Doc View Source SvgIDWrongFormatException(SerializationInfo, StreamingContext) Declaration protected SvgIDWrongFormatException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info StreamingContext context | Improve this Doc View Source SvgIDWrongFormatException(String) Declaration public SvgIDWrongFormatException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDWrongFormatException(String, Exception) Declaration public SvgIDWrongFormatException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" + "keywords": "Class SvgIDWrongFormatException Inheritance Object Exception SystemException FormatException SvgIDException SvgIDWrongFormatException Implements System.Runtime.Serialization.ISerializable Inherited Members System.Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException System.Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [Serializable] public class SvgIDWrongFormatException : SvgIDException, ISerializable Constructors | Improve this Doc View Source SvgIDWrongFormatException() Declaration public SvgIDWrongFormatException() | Improve this Doc View Source SvgIDWrongFormatException(String) Declaration public SvgIDWrongFormatException(string message) Parameters Type Name Description String message | Improve this Doc View Source SvgIDWrongFormatException(String, Exception) Declaration public SvgIDWrongFormatException(string message, Exception inner) Parameters Type Name Description String message Exception inner Implements System.Runtime.Serialization.ISerializable" }, "api/Svg.SvgImage.html": { "href": "api/Svg.SvgImage.html", "title": "Class SvgImage | SVG.NET API", - "keywords": "Class SvgImage Represents and SVG image Inheritance Object SvgElement SvgVisualElement SvgImage Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"image\")] public class SvgImage : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Height Declaration public virtual SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source Width Declaration public virtual SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetImage() Declaration public object GetImage() Returns Type Description Object | Improve this Doc View Source GetImage(String) Declaration public object GetImage(string uriString) Parameters Type Name Description String uriString Returns Type Description Object | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgImage Represents and SVG image Inheritance Object SvgElement SvgVisualElement SvgImage Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"image\")] public class SvgImage : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Height Declaration public virtual SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source Width Declaration public virtual SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetImage() Declaration public object GetImage() Returns Type Description Object | Improve this Doc View Source GetImage(String) Declaration public object GetImage(string uriString) Parameters Type Name Description String uriString Returns Type Description Object | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgImageRendering.html": { "href": "api/Svg.SvgImageRendering.html", @@ -807,82 +807,82 @@ "api/Svg.SvgImageRenderingConverter.html": { "href": "api/Svg.SvgImageRenderingConverter.html", "title": "Class SvgImageRenderingConverter | SVG.NET API", - "keywords": "Class SvgImageRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgImageRendering > SvgImageRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgImageRenderingConverter : EnumBaseConverter" + "keywords": "Class SvgImageRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgImageRendering > SvgImageRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgImageRenderingConverter : EnumBaseConverter" }, "api/Svg.SvgKern.html": { "href": "api/Svg.SvgKern.html", "title": "Class SvgKern | SVG.NET API", - "keywords": "Class SvgKern Inheritance Object SvgElement SvgKern SvgHorizontalKern SvgVerticalKern Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgKern : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Glyph1 Declaration public string Glyph1 { get; set; } Property Value Type Description String | Improve this Doc View Source Glyph2 Declaration public string Glyph2 { get; set; } Property Value Type Description String | Improve this Doc View Source Kerning Declaration public float Kerning { get; set; } Property Value Type Description Single | Improve this Doc View Source Unicode1 Declaration public string Unicode1 { get; set; } Property Value Type Description String | Improve this Doc View Source Unicode2 Declaration public string Unicode2 { get; set; } Property Value Type Description String Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgKern Inheritance Object SvgElement SvgKern SvgHorizontalKern SvgVerticalKern Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgKern : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Glyph1 Declaration public string Glyph1 { get; set; } Property Value Type Description String | Improve this Doc View Source Glyph2 Declaration public string Glyph2 { get; set; } Property Value Type Description String | Improve this Doc View Source Kerning Declaration public float Kerning { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Unicode1 Declaration public string Unicode1 { get; set; } Property Value Type Description String | Improve this Doc View Source Unicode2 Declaration public string Unicode2 { get; set; } Property Value Type Description String Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgLine.html": { "href": "api/Svg.SvgLine.html", "title": "Class SvgLine | SVG.NET API", - "keywords": "Class SvgLine Represents and SVG line element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgLine Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"line\")] public class SvgLine : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source EndX Declaration public SvgUnit EndX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source EndY Declaration public SvgUnit EndY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Fill Declaration public override SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer Overrides SvgElement.Fill | Improve this Doc View Source StartX Declaration public SvgUnit StartX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StartY Declaration public SvgUnit StartY { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgLine Represents and SVG line element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgLine Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"line\")] public class SvgLine : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source EndX Declaration public SvgUnit EndX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source EndY Declaration public SvgUnit EndY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Fill Declaration public override SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer Overrides SvgElement.Fill | Improve this Doc View Source StartX Declaration public SvgUnit StartX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source StartY Declaration public SvgUnit StartY { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgLinearGradientServer.GradientPoints.html": { "href": "api/Svg.SvgLinearGradientServer.GradientPoints.html", "title": "Struct SvgLinearGradientServer.GradientPoints | SVG.NET API", - "keywords": "Struct SvgLinearGradientServer.GradientPoints Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public struct GradientPoints Constructors | Improve this Doc View Source GradientPoints(PointF, PointF) Declaration public GradientPoints(PointF startPoint, PointF endPoint) Parameters Type Name Description PointF startPoint PointF endPoint Fields | Improve this Doc View Source EndPoint Declaration public PointF EndPoint Field Value Type Description PointF | Improve this Doc View Source StartPoint Declaration public PointF StartPoint Field Value Type Description PointF" + "keywords": "Struct SvgLinearGradientServer.GradientPoints Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public struct GradientPoints Constructors | Improve this Doc View Source GradientPoints(PointF, PointF) Declaration public GradientPoints(PointF startPoint, PointF endPoint) Parameters Type Name Description System.Drawing.PointF startPoint System.Drawing.PointF endPoint Fields | Improve this Doc View Source EndPoint Declaration public PointF EndPoint Field Value Type Description System.Drawing.PointF | Improve this Doc View Source StartPoint Declaration public PointF StartPoint Field Value Type Description System.Drawing.PointF" }, "api/Svg.SvgLinearGradientServer.html": { "href": "api/Svg.SvgLinearGradientServer.html", "title": "Class SvgLinearGradientServer | SVG.NET API", - "keywords": "Class SvgLinearGradientServer Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgLinearGradientServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgGradientServer.AddElement(SvgElement, Int32) SvgGradientServer.RemoveElement(SvgElement) SvgGradientServer.Stops SvgGradientServer.SpreadMethod SvgGradientServer.GradientUnits SvgGradientServer.InheritGradient SvgGradientServer.GradientTransform SvgGradientServer.StopColor SvgGradientServer.StopOpacity SvgGradientServer.CalculateDistance(PointF, PointF) SvgGradientServer.CalculateLength(PointF) SvgGradientServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) SvgGradientServer.EffectiveGradientTransform SvgGradientServer.GetColorBlend(ISvgRenderer, Single, Boolean) SvgGradientServer.NormalizeUnit(SvgUnit) SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"linearGradient\")] public class SvgLinearGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source X1 Declaration public SvgUnit X1 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X2 Declaration public SvgUnit X2 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y1 Declaration public SvgUnit Y1 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y2 Declaration public SvgUnit Y2 { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgGradientServer.CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgLinearGradientServer Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgLinearGradientServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgGradientServer.AddElement(SvgElement, Int32) SvgGradientServer.RemoveElement(SvgElement) SvgGradientServer.Stops SvgGradientServer.SpreadMethod SvgGradientServer.GradientUnits SvgGradientServer.InheritGradient SvgGradientServer.GradientTransform SvgGradientServer.StopColor SvgGradientServer.StopOpacity SvgGradientServer.CalculateDistance(PointF, PointF) SvgGradientServer.CalculateLength(PointF) SvgGradientServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) SvgGradientServer.EffectiveGradientTransform SvgGradientServer.GetColorBlend(ISvgRenderer, Single, Boolean) SvgGradientServer.NormalizeUnit(SvgUnit) SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"linearGradient\")] public class SvgLinearGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source X1 Declaration public SvgUnit X1 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X2 Declaration public SvgUnit X2 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y1 Declaration public SvgUnit Y1 { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y2 Declaration public SvgUnit Y2 { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgGradientServer.CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgMarker.html": { "href": "api/Svg.SvgMarker.html", "title": "Class SvgMarker | SVG.NET API", - "keywords": "Class SvgMarker Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarker Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgViewPort Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"marker\")] public class SvgMarker : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgViewPort Properties | Improve this Doc View Source AspectRatio Declaration public virtual SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Fill If not set set in the marker, consider the attribute in the drawing element. Declaration public override SvgPaintServer Fill { get; } Property Value Type Description SvgPaintServer Overrides SvgElement.Fill | Improve this Doc View Source MarkerHeight Declaration public virtual SvgUnit MarkerHeight { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source MarkerUnits Declaration public virtual SvgMarkerUnits MarkerUnits { get; set; } Property Value Type Description SvgMarkerUnits | Improve this Doc View Source MarkerWidth Declaration public virtual SvgUnit MarkerWidth { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Orient Declaration public virtual SvgOrient Orient { get; set; } Property Value Type Description SvgOrient | Improve this Doc View Source Overflow Declaration public virtual SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source RefX Declaration public virtual SvgUnit RefX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RefY Declaration public virtual SvgUnit RefY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Stroke If not set set in the marker, consider the attribute in the drawing element. Declaration public override SvgPaintServer Stroke { get; } Property Value Type Description SvgPaintServer Overrides SvgElement.Stroke | Improve this Doc View Source ViewBox Declaration public virtual SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source RenderMarker(ISvgRenderer, SvgVisualElement, PointF, PointF, PointF, Boolean) Render this marker using the slope of the given line segment Declaration public void RenderMarker(ISvgRenderer pRenderer, SvgVisualElement pOwner, PointF pRefPoint, PointF pMarkerPoint1, PointF pMarkerPoint2, bool isStartMarker) Parameters Type Name Description ISvgRenderer pRenderer SvgVisualElement pOwner PointF pRefPoint PointF pMarkerPoint1 PointF pMarkerPoint2 Boolean isStartMarker | Improve this Doc View Source RenderMarker(ISvgRenderer, SvgVisualElement, PointF, PointF, PointF, PointF) Render this marker using the average of the slopes of the two given line segments Declaration public void RenderMarker(ISvgRenderer pRenderer, SvgVisualElement pOwner, PointF pRefPoint, PointF pMarkerPoint1, PointF pMarkerPoint2, PointF pMarkerPoint3) Parameters Type Name Description ISvgRenderer pRenderer SvgVisualElement pOwner PointF pRefPoint PointF pMarkerPoint1 PointF pMarkerPoint2 PointF pMarkerPoint3 Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgViewPort Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMarker Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarker Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgViewPort Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"marker\")] public class SvgMarker : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgViewPort Properties | Improve this Doc View Source AspectRatio Declaration public virtual SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Fill If not set set in the marker, consider the attribute in the drawing element. Declaration public override SvgPaintServer Fill { get; } Property Value Type Description SvgPaintServer Overrides SvgElement.Fill | Improve this Doc View Source MarkerHeight Declaration public virtual SvgUnit MarkerHeight { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source MarkerUnits Declaration public virtual SvgMarkerUnits MarkerUnits { get; set; } Property Value Type Description SvgMarkerUnits | Improve this Doc View Source MarkerWidth Declaration public virtual SvgUnit MarkerWidth { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Orient Declaration public virtual SvgOrient Orient { get; set; } Property Value Type Description SvgOrient | Improve this Doc View Source Overflow Declaration public virtual SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source RefX Declaration public virtual SvgUnit RefX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source RefY Declaration public virtual SvgUnit RefY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Stroke If not set set in the marker, consider the attribute in the drawing element. Declaration public override SvgPaintServer Stroke { get; } Property Value Type Description SvgPaintServer Overrides SvgElement.Stroke | Improve this Doc View Source ViewBox Declaration public virtual SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source RenderMarker(ISvgRenderer, SvgVisualElement, PointF, PointF, PointF, Boolean) Render this marker using the slope of the given line segment Declaration public void RenderMarker(ISvgRenderer pRenderer, SvgVisualElement pOwner, PointF pRefPoint, PointF pMarkerPoint1, PointF pMarkerPoint2, bool isStartMarker) Parameters Type Name Description ISvgRenderer pRenderer SvgVisualElement pOwner System.Drawing.PointF pRefPoint System.Drawing.PointF pMarkerPoint1 System.Drawing.PointF pMarkerPoint2 Boolean isStartMarker | Improve this Doc View Source RenderMarker(ISvgRenderer, SvgVisualElement, PointF, PointF, PointF, PointF) Render this marker using the average of the slopes of the two given line segments Declaration public void RenderMarker(ISvgRenderer pRenderer, SvgVisualElement pOwner, PointF pRefPoint, PointF pMarkerPoint1, PointF pMarkerPoint2, PointF pMarkerPoint3) Parameters Type Name Description ISvgRenderer pRenderer SvgVisualElement pOwner System.Drawing.PointF pRefPoint System.Drawing.PointF pMarkerPoint1 System.Drawing.PointF pMarkerPoint2 System.Drawing.PointF pMarkerPoint3 Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgViewPort Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgMarkerElement.html": { "href": "api/Svg.SvgMarkerElement.html", "title": "Class SvgMarkerElement | SVG.NET API", - "keywords": "Class SvgMarkerElement Represents a path based element that can have markers. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgGroup SvgLine SvgPath SvgPolygon Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.Path(ISvgRenderer) SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgMarkerElement : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source MarkerEnd Gets or sets the marker (end cap) of the path. Declaration public Uri MarkerEnd { get; set; } Property Value Type Description Uri | Improve this Doc View Source MarkerMid Gets or sets the marker (mid points) of the path. Declaration public Uri MarkerMid { get; set; } Property Value Type Description Uri | Improve this Doc View Source MarkerStart Gets or sets the marker (start cap) of the path. Declaration public Uri MarkerStart { get; set; } Property Value Type Description Uri Methods | Improve this Doc View Source RenderStroke(ISvgRenderer) Renders the stroke of the element to the specified ISvgRenderer . Includes rendering of all markers defined in attributes. Declaration protected override bool RenderStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Returns Type Description Boolean Overrides SvgVisualElement.RenderStroke(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMarkerElement Represents a path based element that can have markers. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgGroup SvgLine SvgPath SvgPolygon Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.Path(ISvgRenderer) SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgMarkerElement : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source MarkerEnd Gets or sets the marker (end cap) of the path. Declaration public Uri MarkerEnd { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source MarkerMid Gets or sets the marker (mid points) of the path. Declaration public Uri MarkerMid { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source MarkerStart Gets or sets the marker (start cap) of the path. Declaration public Uri MarkerStart { get; set; } Property Value Type Description System.Uri Methods | Improve this Doc View Source RenderStroke(ISvgRenderer) Renders the stroke of the element to the specified ISvgRenderer . Includes rendering of all markers defined in attributes. Declaration protected override bool RenderStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Returns Type Description Boolean Overrides SvgVisualElement.RenderStroke(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgMarkerUnitsConverter.html": { "href": "api/Svg.SvgMarkerUnitsConverter.html", "title": "Class SvgMarkerUnitsConverter | SVG.NET API", - "keywords": "Class SvgMarkerUnitsConverter Inheritance Object TypeConverter EnumBaseConverter < SvgMarkerUnits > SvgMarkerUnitsConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgMarkerUnitsConverter : EnumBaseConverter" + "keywords": "Class SvgMarkerUnitsConverter Inheritance Object TypeConverter EnumBaseConverter < SvgMarkerUnits > SvgMarkerUnitsConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgMarkerUnitsConverter : EnumBaseConverter" }, "api/Svg.SvgMask.html": { "href": "api/Svg.SvgMask.html", "title": "Class SvgMask | SVG.NET API", - "keywords": "Class SvgMask Defines an alpha mask for compositing the current object into the background. Inheritance Object SvgElement SvgMask Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"mask\")] public class SvgMask : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Height The height of the largest possible offscreen buffer. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source MaskContentUnits Defines the coordinate system for the contents of the mask. Declaration public SvgCoordinateUnits MaskContentUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source MaskUnits Defines the coordinate system for attributes X , Y , Width and Height . Declaration public SvgCoordinateUnits MaskUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Width The width of the largest possible offscreen buffer. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X The x-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y The y-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMask Defines an alpha mask for compositing the current object into the background. Inheritance Object SvgElement SvgMask Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"mask\")] public class SvgMask : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source Height The height of the largest possible offscreen buffer. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source MaskContentUnits Defines the coordinate system for the contents of the mask. Declaration public SvgCoordinateUnits MaskContentUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source MaskUnits Defines the coordinate system for attributes X , Y , Width and Height . Declaration public SvgCoordinateUnits MaskUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source Width The width of the largest possible offscreen buffer. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X The x-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y The y-axis coordinate of one corner of the rectangle for the largest possible offscreen buffer. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgMissingGlyph.html": { "href": "api/Svg.SvgMissingGlyph.html", "title": "Class SvgMissingGlyph | SVG.NET API", - "keywords": "Class SvgMissingGlyph Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgGlyph SvgMissingGlyph Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgGlyph.PathData SvgGlyph.HorizAdvX SvgGlyph.Unicode SvgGlyph.VertAdvY SvgGlyph.VertOriginX SvgGlyph.VertOriginY SvgGlyph.OnPathUpdated() SvgGlyph.DeepCopy() SvgGlyph.Path(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"missing-glyph\")] public class SvgMissingGlyph : SvgGlyph, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source GlyphName Declaration public override string GlyphName { get; set; } Property Value Type Description String Overrides SvgGlyph.GlyphName Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgGlyph.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgMissingGlyph Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgGlyph SvgMissingGlyph Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgGlyph.PathData SvgGlyph.HorizAdvX SvgGlyph.Unicode SvgGlyph.VertAdvY SvgGlyph.VertOriginX SvgGlyph.VertOriginY SvgGlyph.OnPathUpdated() SvgGlyph.DeepCopy() SvgGlyph.Path(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"missing-glyph\")] public class SvgMissingGlyph : SvgGlyph, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source GlyphName Declaration public override string GlyphName { get; set; } Property Value Type Description String Overrides SvgGlyph.GlyphName Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgGlyph.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgMorphologyOperatorConverter.html": { "href": "api/Svg.SvgMorphologyOperatorConverter.html", "title": "Class SvgMorphologyOperatorConverter | SVG.NET API", - "keywords": "Class SvgMorphologyOperatorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgMorphologyOperator > SvgMorphologyOperatorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgMorphologyOperatorConverter : EnumBaseConverter" + "keywords": "Class SvgMorphologyOperatorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgMorphologyOperator > SvgMorphologyOperatorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgMorphologyOperatorConverter : EnumBaseConverter" }, "api/Svg.SvgNamespaces.html": { "href": "api/Svg.SvgNamespaces.html", "title": "Class SvgNamespaces | SVG.NET API", - "keywords": "Class SvgNamespaces Inheritance Object SvgNamespaces Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class SvgNamespaces Fields | Improve this Doc View Source SvgNamespace Declaration public const string SvgNamespace = \"http://www.w3.org/2000/svg\" Field Value Type Description String | Improve this Doc View Source XLinkNamespace Declaration public const string XLinkNamespace = \"http://www.w3.org/1999/xlink\" Field Value Type Description String | Improve this Doc View Source XLinkPrefix Declaration public const string XLinkPrefix = \"xlink\" Field Value Type Description String | Improve this Doc View Source XmlNamespace Declaration public const string XmlNamespace = \"http://www.w3.org/XML/1998/namespace\" Field Value Type Description String | Improve this Doc View Source XmlPrefix Declaration public const string XmlPrefix = \"xml\" Field Value Type Description String" + "keywords": "Class SvgNamespaces Inheritance Object SvgNamespaces Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public static class SvgNamespaces Fields | Improve this Doc View Source SvgNamespace Declaration public const string SvgNamespace = \"http://www.w3.org/2000/svg\" Field Value Type Description String | Improve this Doc View Source XLinkNamespace Declaration public const string XLinkNamespace = \"http://www.w3.org/1999/xlink\" Field Value Type Description String | Improve this Doc View Source XLinkPrefix Declaration public const string XLinkPrefix = \"xlink\" Field Value Type Description String | Improve this Doc View Source XmlNamespace Declaration public const string XmlNamespace = \"http://www.w3.org/XML/1998/namespace\" Field Value Type Description String | Improve this Doc View Source XmlPrefix Declaration public const string XmlPrefix = \"xml\" Field Value Type Description String" }, "api/Svg.SvgNumberCollection.html": { "href": "api/Svg.SvgNumberCollection.html", "title": "Class SvgNumberCollection | SVG.NET API", - "keywords": "Class SvgNumberCollection Represents a list of Single . Inheritance Object System.Collections.Generic.List < Single > SvgNumberCollection Implements IList < Single > ICollection < Single > IReadOnlyList < Single > System.Collections.Generic.IReadOnlyCollection < Single > IEnumerable < Single > IList ICollection IEnumerable System.ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.Add(Single) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(Int32, Int32, Single, IComparer) System.Collections.Generic.List.BinarySearch(System.Single) System.Collections.Generic.List.BinarySearch(System.Single, System.Collections.Generic.IComparer) List.Clear() List.Contains(Single) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, Single[], Int32, Int32) List.CopyTo(Single[]) List.CopyTo(Single[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) List.FindLastIndex(Int32, Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(Single) List.IndexOf(Single, Int32) List.IndexOf(Single, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, System.Single) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(Single) List.LastIndexOf(Single, Int32) List.LastIndexOf(Single, Int32, Int32) List.Remove(Single) List.RemoveAll(Predicate) List.RemoveAt(Int32) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Sort() List.Sort(IComparer) List.Sort(Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgNumberCollectionConverter))] public class SvgNumberCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" + "keywords": "Class SvgNumberCollection Represents a list of System.Single . Inheritance Object List < System.Single > SvgNumberCollection Implements IList < System.Single > ICollection < System.Single > IReadOnlyList < System.Single > IReadOnlyCollection < System.Single > IEnumerable < System.Single > IList ICollection IEnumerable ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.Add(Single) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(Int32, Int32, Single, IComparer) List.BinarySearch(Single) List.BinarySearch(Single, IComparer) List.Clear() List.Contains(Single) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, Single[], Int32, Int32) List.CopyTo(Single[]) List.CopyTo(Single[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(Single) List.IndexOf(Single, Int32) List.IndexOf(Single, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, System.Single) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(Single) List.LastIndexOf(Single, Int32) List.LastIndexOf(Single, Int32, Int32) List.Remove(Single) List.RemoveAll(Predicate) System.Collections.Generic.List.RemoveAt(System.Int32) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Slice(Int32, Int32) List.Sort() List.Sort(IComparer) System.Collections.Generic.List.Sort(System.Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgNumberCollectionConverter))] public class SvgNumberCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" }, "api/Svg.SvgNumberCollectionConverter.html": { "href": "api/Svg.SvgNumberCollectionConverter.html", "title": "Class SvgNumberCollectionConverter | SVG.NET API", - "keywords": "Class SvgNumberCollectionConverter A class to convert string into SvgNumberCollection instances. Inheritance Object TypeConverter SvgNumberCollectionConverter Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgNumberCollectionConverter : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgNumberCollection Parse(ReadOnlySpan numbers) Parameters Type Name Description ReadOnlySpan < System.Char > numbers Returns Type Description SvgNumberCollection" + "keywords": "Class SvgNumberCollectionConverter A class to convert string into SvgNumberCollection instances. Inheritance Object TypeConverter SvgNumberCollectionConverter Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgNumberCollectionConverter : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgNumberCollection Parse(ReadOnlySpan numbers) Parameters Type Name Description ReadOnlySpan < Char > numbers Returns Type Description SvgNumberCollection" }, "api/Svg.SvgOptions.html": { "href": "api/Svg.SvgOptions.html", "title": "Class SvgOptions | SVG.NET API", - "keywords": "Class SvgOptions Inheritance Object SvgOptions Implements IDictionary < String , String > ICollection < KeyValuePair < String , String >> IEnumerable < KeyValuePair < String , String >> IEnumerable System.ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgOptions : IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable Constructors | Improve this Doc View Source SvgOptions() Declaration public SvgOptions() | Improve this Doc View Source SvgOptions(Dictionary) Declaration public SvgOptions(Dictionary entities) Parameters Type Name Description Dictionary < String , String > entities | Improve this Doc View Source SvgOptions(Dictionary, String) Declaration public SvgOptions(Dictionary entities, string css) Parameters Type Name Description Dictionary < String , String > entities String css | Improve this Doc View Source SvgOptions(String) Declaration public SvgOptions(string css) Parameters Type Name Description String css Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source Css Declaration public string Css { get; set; } Property Value Type Description String | Improve this Doc View Source Entities Declaration public Dictionary Entities { get; set; } Property Value Type Description Dictionary < String , String > | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[String] Declaration public string this[string key] { get; set; } Parameters Type Name Description String key Property Value Type Description String | Improve this Doc View Source Keys Declaration public ICollection Keys { get; } Property Value Type Description ICollection < String > | Improve this Doc View Source Values Declaration public ICollection Values { get; } Property Value Type Description ICollection < String > Methods | Improve this Doc View Source Add(KeyValuePair) Declaration public void Add(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item | Improve this Doc View Source Add(String, String) Declaration public void Add(string key, string value) Parameters Type Name Description String key String value | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Clone() Declaration public SvgOptions Clone() Returns Type Description SvgOptions | Improve this Doc View Source Contains(KeyValuePair) Declaration public bool Contains(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item Returns Type Description Boolean | Improve this Doc View Source ContainsKey(String) Declaration public bool ContainsKey(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source CopyTo(KeyValuePair[], Int32) Declaration public void CopyTo(KeyValuePair[] array, int arrayIndex) Parameters Type Name Description KeyValuePair < String , String >[] array Int32 arrayIndex | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator> GetEnumerator() Returns Type Description IEnumerator < KeyValuePair < String , String >> | Improve this Doc View Source GetValue(String, String) Declaration protected string GetValue(string key, string defaultVal = null) Parameters Type Name Description String key String defaultVal Returns Type Description String | Improve this Doc View Source Remove(KeyValuePair) Declaration public bool Remove(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item Returns Type Description Boolean | Improve this Doc View Source Remove(String) Declaration public bool Remove(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source SetValue(String, String) Declaration protected void SetValue(string key, string value) Parameters Type Name Description String key String value | Improve this Doc View Source TryGetValue(String, out String) Declaration public bool TryGetValue(string key, out string value) Parameters Type Name Description String key String value Returns Type Description Boolean Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description System.Collections.IEnumerator | Improve this Doc View Source ICloneable.Clone() Declaration object ICloneable.Clone() Returns Type Description Object Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" + "keywords": "Class SvgOptions Inheritance Object SvgOptions Implements IDictionary < String , String > ICollection < KeyValuePair < String , String >> IEnumerable < KeyValuePair < String , String >> IEnumerable ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgOptions : IDictionary, ICollection>, IEnumerable>, IEnumerable, ICloneable Constructors | Improve this Doc View Source SvgOptions() Declaration public SvgOptions() | Improve this Doc View Source SvgOptions(Dictionary) Declaration public SvgOptions(Dictionary entities) Parameters Type Name Description Dictionary < String , String > entities | Improve this Doc View Source SvgOptions(Dictionary, String) Declaration public SvgOptions(Dictionary entities, string css) Parameters Type Name Description Dictionary < String , String > entities String css | Improve this Doc View Source SvgOptions(String) Declaration public SvgOptions(string css) Parameters Type Name Description String css Properties | Improve this Doc View Source Count Declaration public int Count { get; } Property Value Type Description Int32 | Improve this Doc View Source Css Declaration public string Css { get; set; } Property Value Type Description String | Improve this Doc View Source Entities Declaration public Dictionary Entities { get; set; } Property Value Type Description Dictionary < String , String > | Improve this Doc View Source IsReadOnly Declaration public bool IsReadOnly { get; } Property Value Type Description Boolean | Improve this Doc View Source Item[String] Declaration public string this[string key] { get; set; } Parameters Type Name Description String key Property Value Type Description String | Improve this Doc View Source Keys Declaration public ICollection Keys { get; } Property Value Type Description ICollection < String > | Improve this Doc View Source Values Declaration public ICollection Values { get; } Property Value Type Description ICollection < String > Methods | Improve this Doc View Source Add(KeyValuePair) Declaration public void Add(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item | Improve this Doc View Source Add(String, String) Declaration public void Add(string key, string value) Parameters Type Name Description String key String value | Improve this Doc View Source Clear() Declaration public void Clear() | Improve this Doc View Source Clone() Declaration public SvgOptions Clone() Returns Type Description SvgOptions | Improve this Doc View Source Contains(KeyValuePair) Declaration public bool Contains(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item Returns Type Description Boolean | Improve this Doc View Source ContainsKey(String) Declaration public bool ContainsKey(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source CopyTo(KeyValuePair[], Int32) Declaration public void CopyTo(KeyValuePair[] array, int arrayIndex) Parameters Type Name Description KeyValuePair < String , String >[] array Int32 arrayIndex | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator> GetEnumerator() Returns Type Description IEnumerator < KeyValuePair < String , String >> | Improve this Doc View Source GetValue(String, String) Declaration protected string GetValue(string key, string defaultVal = null) Parameters Type Name Description String key String defaultVal Returns Type Description String | Improve this Doc View Source Remove(KeyValuePair) Declaration public bool Remove(KeyValuePair item) Parameters Type Name Description KeyValuePair < String , String > item Returns Type Description Boolean | Improve this Doc View Source Remove(String) Declaration public bool Remove(string key) Parameters Type Name Description String key Returns Type Description Boolean | Improve this Doc View Source SetValue(String, String) Declaration protected void SetValue(string key, string value) Parameters Type Name Description String key String value | Improve this Doc View Source TryGetValue(String, out String) Declaration public bool TryGetValue(string key, out string value) Parameters Type Name Description String key String value Returns Type Description Boolean Explicit Interface Implementations | Improve this Doc View Source IEnumerable.GetEnumerator() Declaration IEnumerator IEnumerable.GetEnumerator() Returns Type Description IEnumerator | Improve this Doc View Source ICloneable.Clone() Declaration object ICloneable.Clone() Returns Type Description Object Implements System.Collections.Generic.IDictionary System.Collections.Generic.ICollection System.Collections.Generic.IEnumerable System.Collections.IEnumerable System.ICloneable" }, "api/Svg.SvgOrient.html": { "href": "api/Svg.SvgOrient.html", "title": "Class SvgOrient | SVG.NET API", - "keywords": "Class SvgOrient Represents an orientation in a Scalable Vector Graphics document. Inheritance Object SvgOrient Inherited Members Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgOrientConverter))] public class SvgOrient Constructors | Improve this Doc View Source SvgOrient() Declaration public SvgOrient() | Improve this Doc View Source SvgOrient(Boolean) Declaration public SvgOrient(bool isAuto) Parameters Type Name Description Boolean isAuto | Improve this Doc View Source SvgOrient(Boolean, Boolean) Declaration public SvgOrient(bool isAuto, bool isAutoStartReverse) Parameters Type Name Description Boolean isAuto Boolean isAutoStartReverse | Improve this Doc View Source SvgOrient(Single) Declaration public SvgOrient(float angle) Parameters Type Name Description Single angle Properties | Improve this Doc View Source Angle Gets the value of the unit. Declaration public float Angle { get; set; } Property Value Type Description Single | Improve this Doc View Source IsAuto Gets the value of the unit. Declaration public bool IsAuto { get; set; } Property Value Type Description Boolean | Improve this Doc View Source IsAutoStartReverse If IsAuto is true, indicates if the orientation of a 'marker-start' must be rotated of 180° from the original orientation Declaration public bool IsAutoStartReverse { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source Equals(Object) Indicates whether this instance and a specified object are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Another object to compare to. Returns Type Description Boolean true if obj and this instance are the same type and represent the same value; otherwise, false. Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Operators | Improve this Doc View Source Implicit(Single to SvgOrient) Performs an implicit conversion from Single to SvgOrient . Declaration public static implicit operator SvgOrient(float value) Parameters Type Name Description Single value The value. Returns Type Description SvgOrient The result of the conversion." + "keywords": "Class SvgOrient Represents an orientation in a Scalable Vector Graphics document. Inheritance Object SvgOrient Inherited Members Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgOrientConverter))] public class SvgOrient Constructors | Improve this Doc View Source SvgOrient() Declaration public SvgOrient() | Improve this Doc View Source SvgOrient(Boolean) Declaration public SvgOrient(bool isAuto) Parameters Type Name Description Boolean isAuto | Improve this Doc View Source SvgOrient(Boolean, Boolean) Declaration public SvgOrient(bool isAuto, bool isAutoStartReverse) Parameters Type Name Description Boolean isAuto Boolean isAutoStartReverse | Improve this Doc View Source SvgOrient(Single) Declaration public SvgOrient(float angle) Parameters Type Name Description System.Single angle Properties | Improve this Doc View Source Angle Gets the value of the unit. Declaration public float Angle { get; set; } Property Value Type Description System.Single | Improve this Doc View Source IsAuto Gets the value of the unit. Declaration public bool IsAuto { get; set; } Property Value Type Description Boolean | Improve this Doc View Source IsAutoStartReverse If IsAuto is true, indicates if the orientation of a 'marker-start' must be rotated of 180° from the original orientation Declaration public bool IsAutoStartReverse { get; set; } Property Value Type Description Boolean Methods | Improve this Doc View Source Equals(Object) Indicates whether this instance and a specified object are equal. Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Another object to compare to. Returns Type Description Boolean true if obj and this instance are the same type and represent the same value; otherwise, false. Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Operators | Improve this Doc View Source Implicit(Single to SvgOrient) Performs an implicit conversion from System.Single to SvgOrient . Declaration public static implicit operator SvgOrient(float value) Parameters Type Name Description System.Single value The value. Returns Type Description SvgOrient The result of the conversion." }, "api/Svg.SvgOverflow.html": { "href": "api/Svg.SvgOverflow.html", @@ -892,52 +892,52 @@ "api/Svg.SvgOverflowConverter.html": { "href": "api/Svg.SvgOverflowConverter.html", "title": "Class SvgOverflowConverter | SVG.NET API", - "keywords": "Class SvgOverflowConverter Inheritance Object TypeConverter EnumBaseConverter < SvgOverflow > SvgOverflowConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgOverflowConverter : EnumBaseConverter" + "keywords": "Class SvgOverflowConverter Inheritance Object TypeConverter EnumBaseConverter < SvgOverflow > SvgOverflowConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgOverflowConverter : EnumBaseConverter" }, "api/Svg.SvgPaintServer.html": { "href": "api/Svg.SvgPaintServer.html", "title": "Class SvgPaintServer | SVG.NET API", - "keywords": "Class SvgPaintServer Represents the base class for all paint servers that are intended to be used as a fill or stroke. Inheritance Object SvgElement SvgPaintServer SvgColourServer SvgDeferredPaintServer SvgFallbackPaintServer SvgGradientServer SvgPatternServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPaintServerFactory))] public abstract class SvgPaintServer : SvgElement, ISvgTransformable, ICloneable, ISvgNode Fields | Improve this Doc View Source Inherit A SvgPaintServer that should inherit from its parent. Declaration public static readonly SvgPaintServer Inherit Field Value Type Description SvgPaintServer | Improve this Doc View Source None An unspecified SvgPaintServer . Declaration public static readonly SvgPaintServer None Field Value Type Description SvgPaintServer | Improve this Doc View Source NotSet An unspecified SvgPaintServer . Declaration public static readonly SvgPaintServer NotSet Field Value Type Description SvgPaintServer Properties | Improve this Doc View Source GetCallback Declaration public Func GetCallback { get; set; } Property Value Type Description Func < SvgPaintServer > Methods | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Gets a representing the current paint server. Declaration public abstract Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner The owner SvgVisualElement . ISvgRenderer renderer The renderer object. Single opacity The opacity of the brush. Boolean forStroke Not used. Returns Type Description Brush | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source ToString() Returns a String that represents the current Object . Declaration public override string ToString() Returns Type Description String A String that represents the current Object . Overrides System.Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPaintServer Represents the base class for all paint servers that are intended to be used as a fill or stroke. Inheritance Object SvgElement SvgPaintServer SvgColourServer SvgDeferredPaintServer SvgFallbackPaintServer SvgGradientServer SvgPatternServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPaintServerFactory))] public abstract class SvgPaintServer : SvgElement, ISvgTransformable, ICloneable, ISvgNode Fields | Improve this Doc View Source Inherit A SvgPaintServer that should inherit from its parent. Declaration public static readonly SvgPaintServer Inherit Field Value Type Description SvgPaintServer | Improve this Doc View Source None An unspecified SvgPaintServer . Declaration public static readonly SvgPaintServer None Field Value Type Description SvgPaintServer | Improve this Doc View Source NotSet An unspecified SvgPaintServer . Declaration public static readonly SvgPaintServer NotSet Field Value Type Description SvgPaintServer Properties | Improve this Doc View Source GetCallback Declaration public Func GetCallback { get; set; } Property Value Type Description Func < SvgPaintServer > Methods | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Gets a representing the current paint server. Declaration public abstract Brush GetBrush(SvgVisualElement styleOwner, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement styleOwner The owner SvgVisualElement . ISvgRenderer renderer The renderer object. System.Single opacity The opacity of the brush. Boolean forStroke Not used. Returns Type Description Brush | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified ISvgRenderer object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source ToString() Returns a String that represents the current Object . Declaration public override string ToString() Returns Type Description String A String that represents the current Object . Overrides Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPath.html": { "href": "api/Svg.SvgPath.html", "title": "Class SvgPath | SVG.NET API", - "keywords": "Class SvgPath Represents an SVG path element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPath Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"path\")] public class SvgPath : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source PathData Gets or sets a SvgPathSegmentList of path data. Declaration public SvgPathSegmentList PathData { get; set; } Property Value Type Description SvgPathSegmentList | Improve this Doc View Source PathLength Gets or sets the length of the path. Declaration public float PathLength { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source OnPathUpdated() Declaration public void OnPathUpdated() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPath Represents an SVG path element. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPath Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"path\")] public class SvgPath : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable, ISvgPathElement Properties | Improve this Doc View Source PathData Gets or sets a SvgPathSegmentList of path data. Declaration public SvgPathSegmentList PathData { get; set; } Property Value Type Description SvgPathSegmentList | Improve this Doc View Source PathLength Gets or sets the length of the path. Declaration public float PathLength { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source OnPathUpdated() Declaration public void OnPathUpdated() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable ISvgPathElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPathBasedElement.html": { "href": "api/Svg.SvgPathBasedElement.html", "title": "Class SvgPathBasedElement | SVG.NET API", - "keywords": "Class SvgPathBasedElement Represents an element that is using a GraphicsPath as rendering base. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgCircle SvgEllipse SvgGlyph SvgMarker SvgMarkerElement SvgRectangle Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.Path(ISvgRenderer) SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgPathBasedElement : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF Overrides SvgVisualElement.Bounds Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPathBasedElement Represents an element that is using a GraphicsPath as rendering base. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgCircle SvgEllipse SvgGlyph SvgMarker SvgMarkerElement SvgRectangle Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.Path(ISvgRenderer) SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgPathBasedElement : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF Overrides SvgVisualElement.Bounds Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPathBuilder.html": { "href": "api/Svg.SvgPathBuilder.html", "title": "Class SvgPathBuilder | SVG.NET API", - "keywords": "Class SvgPathBuilder Inheritance Object TypeConverter SvgPathBuilder Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgPathBuilder : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source Parse(ReadOnlySpan) Parses the specified string into a collection of path segments. Declaration public static SvgPathSegmentList Parse(ReadOnlySpan path) Parameters Type Name Description ReadOnlySpan < System.Char > path A String containing path data. Returns Type Description SvgPathSegmentList" + "keywords": "Class SvgPathBuilder Inheritance Object TypeConverter SvgPathBuilder Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgPathBuilder : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Improve this Doc View Source Parse(ReadOnlySpan) Parses the specified string into a collection of path segments. Declaration public static SvgPathSegmentList Parse(ReadOnlySpan path) Parameters Type Name Description ReadOnlySpan < Char > path A String containing path data. Returns Type Description SvgPathSegmentList" }, "api/Svg.SvgPatternServer.html": { "href": "api/Svg.SvgPatternServer.html", "title": "Class SvgPatternServer | SVG.NET API", - "keywords": "Class SvgPatternServer A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated (\"tiled\") at fixed intervals in x and y to cover the areas to be painted. Inheritance Object SvgElement SvgPaintServer SvgPatternServer Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"pattern\")] public class SvgPatternServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Height Gets or sets the height of the pattern. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source InheritGradient Gets or sets another gradient fill from which to inherit the stops from. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public SvgDeferredPaintServer InheritGradient { get; set; } Property Value Type Description SvgDeferredPaintServer | Improve this Doc View Source Overflow Declaration public SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source PatternContentUnits Gets or sets the width of the pattern. Declaration public SvgCoordinateUnits PatternContentUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source PatternTransform Declaration public SvgTransformCollection PatternTransform { get; set; } Property Value Type Description SvgTransformCollection | Improve this Doc View Source PatternUnits Gets or sets the width of the pattern. Declaration public SvgCoordinateUnits PatternUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source ViewBox Specifies a supplemental transformation which is applied on top of any transformations necessary to create a new pattern coordinate system. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox | Improve this Doc View Source Width Gets or sets the width of the pattern. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the X-axis location of the pattern. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the Y-axis location of the pattern. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Gets a representing the current paint server. Declaration public override Brush GetBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement renderingElement The owner SvgVisualElement . ISvgRenderer renderer The renderer object. Single opacity The opacity of the brush. Boolean forStroke Not used. Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPatternServer A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated (\"tiled\") at fixed intervals in x and y to cover the areas to be painted. Inheritance Object SvgElement SvgPaintServer SvgPatternServer Implements ISvgTransformable ICloneable ISvgNode ISvgViewPort Inherited Members SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"pattern\")] public class SvgPatternServer : SvgPaintServer, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Height Gets or sets the height of the pattern. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source InheritGradient Gets or sets another gradient fill from which to inherit the stops from. Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public SvgDeferredPaintServer InheritGradient { get; set; } Property Value Type Description SvgDeferredPaintServer | Improve this Doc View Source Overflow Declaration public SvgOverflow Overflow { get; set; } Property Value Type Description SvgOverflow | Improve this Doc View Source PatternContentUnits Gets or sets the width of the pattern. Declaration public SvgCoordinateUnits PatternContentUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source PatternTransform Declaration public SvgTransformCollection PatternTransform { get; set; } Property Value Type Description SvgTransformCollection | Improve this Doc View Source PatternUnits Gets or sets the width of the pattern. Declaration public SvgCoordinateUnits PatternUnits { get; set; } Property Value Type Description SvgCoordinateUnits | Improve this Doc View Source ViewBox Specifies a supplemental transformation which is applied on top of any transformations necessary to create a new pattern coordinate system. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox | Improve this Doc View Source Width Gets or sets the width of the pattern. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the X-axis location of the pattern. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the Y-axis location of the pattern. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Gets a representing the current paint server. Declaration public override Brush GetBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke = false) Parameters Type Name Description SvgVisualElement renderingElement The owner SvgVisualElement . ISvgRenderer renderer The renderer object. System.Single opacity The opacity of the brush. Boolean forStroke Not used. Returns Type Description Brush Overrides SvgPaintServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Implements ISvgTransformable System.ICloneable ISvgNode ISvgViewPort Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPoint.html": { "href": "api/Svg.SvgPoint.html", "title": "Struct SvgPoint | SVG.NET API", - "keywords": "Struct SvgPoint Inherited Members System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public struct SvgPoint Constructors | Improve this Doc View Source SvgPoint(SvgUnit, SvgUnit) Declaration public SvgPoint(SvgUnit x, SvgUnit y) Parameters Type Name Description SvgUnit x SvgUnit y | Improve this Doc View Source SvgPoint(String, String) Declaration public SvgPoint(string x, string y) Parameters Type Name Description String x String y Properties | Improve this Doc View Source X Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() | Improve this Doc View Source IsEmpty() Declaration public bool IsEmpty() Returns Type Description Boolean | Improve this Doc View Source ToDeviceValue(ISvgRenderer, SvgElement) Declaration public PointF ToDeviceValue(ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description ISvgRenderer renderer SvgElement owner Returns Type Description PointF" + "keywords": "Struct SvgPoint Inherited Members System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public struct SvgPoint Constructors | Improve this Doc View Source SvgPoint(SvgUnit, SvgUnit) Declaration public SvgPoint(SvgUnit x, SvgUnit y) Parameters Type Name Description SvgUnit x SvgUnit y | Improve this Doc View Source SvgPoint(String, String) Declaration public SvgPoint(string x, string y) Parameters Type Name Description String x String y Properties | Improve this Doc View Source X Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() | Improve this Doc View Source IsEmpty() Declaration public bool IsEmpty() Returns Type Description Boolean | Improve this Doc View Source ToDeviceValue(ISvgRenderer, SvgElement) Declaration public PointF ToDeviceValue(ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description ISvgRenderer renderer SvgElement owner Returns Type Description System.Drawing.PointF" }, "api/Svg.SvgPointCollection.html": { "href": "api/Svg.SvgPointCollection.html", "title": "Class SvgPointCollection | SVG.NET API", - "keywords": "Class SvgPointCollection Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon . Inheritance Object System.Collections.Generic.List < SvgUnit > SvgPointCollection Implements IList < SvgUnit > ICollection < SvgUnit > IReadOnlyList < SvgUnit > System.Collections.Generic.IReadOnlyCollection < SvgUnit > IEnumerable < SvgUnit > IList ICollection IEnumerable System.ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.Add(SvgUnit) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(Int32, Int32, SvgUnit, IComparer) System.Collections.Generic.List.BinarySearch(Svg.SvgUnit) System.Collections.Generic.List.BinarySearch(Svg.SvgUnit, System.Collections.Generic.IComparer) List.Clear() List.Contains(SvgUnit) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, SvgUnit[], Int32, Int32) List.CopyTo(SvgUnit[]) List.CopyTo(SvgUnit[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) List.FindLastIndex(Int32, Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(SvgUnit) List.IndexOf(SvgUnit, Int32) List.IndexOf(SvgUnit, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, Svg.SvgUnit) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(SvgUnit) List.LastIndexOf(SvgUnit, Int32) List.LastIndexOf(SvgUnit, Int32, Int32) List.Remove(SvgUnit) List.RemoveAll(Predicate) List.RemoveAt(Int32) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Sort() List.Sort(IComparer) List.Sort(Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPointCollectionConverter))] public class SvgPointCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" + "keywords": "Class SvgPointCollection Represents a list of SvgUnit used with the SvgPolyline and SvgPolygon . Inheritance Object List < SvgUnit > SvgPointCollection Implements IList < SvgUnit > ICollection < SvgUnit > IReadOnlyList < SvgUnit > IReadOnlyCollection < SvgUnit > IEnumerable < SvgUnit > IList ICollection IEnumerable ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.Add(SvgUnit) List.AddRange(IEnumerable) List.AsReadOnly() List.BinarySearch(Int32, Int32, SvgUnit, IComparer) List.BinarySearch(SvgUnit) List.BinarySearch(SvgUnit, IComparer) List.Clear() List.Contains(SvgUnit) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, SvgUnit[], Int32, Int32) List.CopyTo(SvgUnit[]) List.CopyTo(SvgUnit[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(SvgUnit) List.IndexOf(SvgUnit, Int32) List.IndexOf(SvgUnit, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, Svg.SvgUnit) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(SvgUnit) List.LastIndexOf(SvgUnit, Int32) List.LastIndexOf(SvgUnit, Int32, Int32) List.Remove(SvgUnit) List.RemoveAll(Predicate) System.Collections.Generic.List.RemoveAt(System.Int32) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Slice(Int32, Int32) List.Sort() List.Sort(IComparer) System.Collections.Generic.List.Sort(System.Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgPointCollectionConverter))] public class SvgPointCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Methods | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" }, "api/Svg.SvgPolygon.html": { "href": "api/Svg.SvgPolygon.html", "title": "Class SvgPolygon | SVG.NET API", - "keywords": "Class SvgPolygon SvgPolygon defines a closed shape consisting of a set of connected straight line segments. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPolygon SvgPolyline Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"polygon\")] public class SvgPolygon : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Points The points that make up the SvgPolygon Declaration public SvgPointCollection Points { get; set; } Property Value Type Description SvgPointCollection Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPolygon SvgPolygon defines a closed shape consisting of a set of connected straight line segments. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPolygon SvgPolyline Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"polygon\")] public class SvgPolygon : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Points The points that make up the SvgPolygon Declaration public SvgPointCollection Points { get; set; } Property Value Type Description SvgPointCollection Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPolyline.html": { "href": "api/Svg.SvgPolyline.html", "title": "Class SvgPolyline | SVG.NET API", - "keywords": "Class SvgPolyline SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPolygon SvgPolyline Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPolygon.Points SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"polyline\")] public class SvgPolyline : SvgPolygon, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgPolygon.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgPolygon.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgPolyline SvgPolyline defines a set of connected straight line segments. Typically, SvgPolyline defines open shapes. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgMarkerElement SvgPolygon SvgPolyline Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPolygon.Points SvgMarkerElement.MarkerEnd SvgMarkerElement.MarkerMid SvgMarkerElement.MarkerStart SvgMarkerElement.RenderStroke(ISvgRenderer) SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"polyline\")] public class SvgPolyline : SvgPolygon, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgPolygon.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgPolygon.Path(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgPreserveAspectRatio.html": { "href": "api/Svg.SvgPreserveAspectRatio.html", @@ -947,22 +947,22 @@ "api/Svg.SvgRadialGradientServer.html": { "href": "api/Svg.SvgRadialGradientServer.html", "title": "Class SvgRadialGradientServer | SVG.NET API", - "keywords": "Class SvgRadialGradientServer Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgRadialGradientServer Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgGradientServer.AddElement(SvgElement, Int32) SvgGradientServer.RemoveElement(SvgElement) SvgGradientServer.Stops SvgGradientServer.SpreadMethod SvgGradientServer.GradientUnits SvgGradientServer.InheritGradient SvgGradientServer.GradientTransform SvgGradientServer.StopColor SvgGradientServer.StopOpacity SvgGradientServer.CalculateDistance(PointF, PointF) SvgGradientServer.CalculateLength(PointF) SvgGradientServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) SvgGradientServer.EffectiveGradientTransform SvgGradientServer.GetColorBlend(ISvgRenderer, Single, Boolean) SvgGradientServer.NormalizeUnit(SvgUnit) SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"radialGradient\")] public class SvgRadialGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source CenterX Declaration public SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalRadius Declaration public SvgUnit FocalRadius { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalX Declaration public SvgUnit FocalX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalY Declaration public SvgUnit FocalY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Radius Declaration public SvgUnit Radius { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgGradientServer.CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgRadialGradientServer Inheritance Object SvgElement SvgPaintServer SvgGradientServer SvgRadialGradientServer Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgGradientServer.AddElement(SvgElement, Int32) SvgGradientServer.RemoveElement(SvgElement) SvgGradientServer.Stops SvgGradientServer.SpreadMethod SvgGradientServer.GradientUnits SvgGradientServer.InheritGradient SvgGradientServer.GradientTransform SvgGradientServer.StopColor SvgGradientServer.StopOpacity SvgGradientServer.CalculateDistance(PointF, PointF) SvgGradientServer.CalculateLength(PointF) SvgGradientServer.GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) SvgGradientServer.EffectiveGradientTransform SvgGradientServer.GetColorBlend(ISvgRenderer, Single, Boolean) SvgGradientServer.NormalizeUnit(SvgUnit) SvgPaintServer.GetCallback SvgPaintServer.None SvgPaintServer.Inherit SvgPaintServer.NotSet SvgPaintServer.ToString() SvgPaintServer.Render(ISvgRenderer) SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.ChildAdded SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"radialGradient\")] public class SvgRadialGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source CenterX Declaration public SvgUnit CenterX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CenterY Declaration public SvgUnit CenterY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalRadius Declaration public SvgUnit FocalRadius { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalX Declaration public SvgUnit FocalX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source FocalY Declaration public SvgUnit FocalY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Radius Declaration public SvgUnit Radius { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) Declaration protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke) Parameters Type Name Description SvgVisualElement renderingElement ISvgRenderer renderer System.Single opacity Boolean forStroke Returns Type Description Brush Overrides SvgGradientServer.CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean) | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgRectangle.html": { "href": "api/Svg.SvgRectangle.html", "title": "Class SvgRectangle | SVG.NET API", - "keywords": "Class SvgRectangle Represents an SVG rectangle that could also have rounded edges. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgRectangle Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"rect\")] public class SvgRectangle : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source CornerRadiusX Gets or sets the X-radius of the rounded edges of this rectangle. Declaration public SvgUnit CornerRadiusX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CornerRadiusY Gets or sets the Y-radius of the rounded edges of this rectangle. Declaration public SvgUnit CornerRadiusY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Height Gets or sets the height of the rectangle. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source Width Gets or sets the width of the rectangle. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the position where the left point of the rectangle should start. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the rectangle should start. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.SetRectangle(SvgRectangle, RectangleF) SvgExtentions.GetRectangle(SvgRectangle) SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgRectangle Represents an SVG rectangle that could also have rounded edges. Inheritance Object SvgElement SvgVisualElement SvgPathBasedElement SvgRectangle Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgPathBasedElement.Bounds SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"rect\")] public class SvgRectangle : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source CornerRadiusX Gets or sets the X-radius of the rounded edges of this rectangle. Declaration public SvgUnit CornerRadiusX { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source CornerRadiusY Gets or sets the Y-radius of the rounded edges of this rectangle. Declaration public SvgUnit CornerRadiusY { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Height Gets or sets the height of the rectangle. Declaration public SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source Width Gets or sets the width of the rectangle. Declaration public SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the position where the left point of the rectangle should start. Declaration public SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Gets or sets the position where the top point of the rectangle should start. Declaration public SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.SetRectangle(SvgRectangle, RectangleF) SvgExtentions.GetRectangle(SvgRectangle) SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgRenderer.html": { "href": "api/Svg.SvgRenderer.html", "title": "Class SvgRenderer | SVG.NET API", - "keywords": "Class SvgRenderer Convenience wrapper around a graphics object Inheritance Object SvgRenderer Implements ISvgRenderer IDisposable IGraphicsProvider Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgRenderer : ISvgRenderer, IDisposable, IGraphicsProvider Properties | Improve this Doc View Source DpiY Declaration public float DpiY { get; } Property Value Type Description Single | Improve this Doc View Source SmoothingMode Declaration public SmoothingMode SmoothingMode { get; set; } Property Value Type Description SmoothingMode | Improve this Doc View Source Transform Declaration public Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) Declaration public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single) Declaration public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit Single opacity | Improve this Doc View Source DrawImageUnscaled(Image, Point) Declaration public void DrawImageUnscaled(Image image, Point location) Parameters Type Name Description Image image System.Drawing.Point location | Improve this Doc View Source DrawPath(Pen, GraphicsPath) Declaration public void DrawPath(Pen pen, GraphicsPath path) Parameters Type Name Description Pen pen GraphicsPath path | Improve this Doc View Source FillPath(Brush, GraphicsPath) Declaration public void FillPath(Brush brush, GraphicsPath path) Parameters Type Name Description Brush brush GraphicsPath path | Improve this Doc View Source FromGraphics(Graphics) Creates a new ISvgRenderer from the specified . Declaration public static ISvgRenderer FromGraphics(Graphics graphics) Parameters Type Name Description Graphics graphics The to create the renderer from. Returns Type Description ISvgRenderer | Improve this Doc View Source FromImage(Image) Creates a new ISvgRenderer from the specified . Declaration public static ISvgRenderer FromImage(Image image) Parameters Type Name Description Image image from which to create the new ISvgRenderer . Returns Type Description ISvgRenderer | Improve this Doc View Source FromNull() Declaration public static ISvgRenderer FromNull() Returns Type Description ISvgRenderer | Improve this Doc View Source GetBoundable() Declaration public ISvgBoundable GetBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source GetClip() Declaration public Region GetClip() Returns Type Description Region | Improve this Doc View Source PopBoundable() Declaration public ISvgBoundable PopBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source RotateTransform(Single, MatrixOrder) Declaration public void RotateTransform(float fAngle, MatrixOrder order = null) Parameters Type Name Description Single fAngle MatrixOrder order | Improve this Doc View Source ScaleTransform(Single, Single, MatrixOrder) Declaration public void ScaleTransform(float sx, float sy, MatrixOrder order = null) Parameters Type Name Description Single sx Single sy MatrixOrder order | Improve this Doc View Source SetBoundable(ISvgBoundable) Declaration public void SetBoundable(ISvgBoundable boundable) Parameters Type Name Description ISvgBoundable boundable | Improve this Doc View Source SetClip(Region, CombineMode) Declaration public void SetClip(Region region, CombineMode combineMode = null) Parameters Type Name Description Region region CombineMode combineMode | Improve this Doc View Source TranslateTransform(Single, Single, MatrixOrder) Declaration public void TranslateTransform(float dx, float dy, MatrixOrder order = null) Parameters Type Name Description Single dx Single dy MatrixOrder order Explicit Interface Implementations | Improve this Doc View Source IGraphicsProvider.GetGraphics() Declaration Graphics IGraphicsProvider.GetGraphics() Returns Type Description Graphics Implements ISvgRenderer System.IDisposable IGraphicsProvider" + "keywords": "Class SvgRenderer Convenience wrapper around a graphics object Inheritance Object SvgRenderer Implements ISvgRenderer IDisposable IGraphicsProvider Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgRenderer : ISvgRenderer, IDisposable, IGraphicsProvider Properties | Improve this Doc View Source DpiY Declaration public float DpiY { get; } Property Value Type Description System.Single | Improve this Doc View Source SmoothingMode Declaration public SmoothingMode SmoothingMode { get; set; } Property Value Type Description SmoothingMode | Improve this Doc View Source Transform Declaration public Matrix Transform { get; set; } Property Value Type Description Matrix Methods | Improve this Doc View Source Dispose() Declaration public void Dispose() | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) Declaration public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit | Improve this Doc View Source DrawImage(Image, RectangleF, RectangleF, GraphicsUnit, Single) Declaration public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit graphicsUnit, float opacity) Parameters Type Name Description Image image RectangleF destRect RectangleF srcRect GraphicsUnit graphicsUnit System.Single opacity | Improve this Doc View Source DrawImageUnscaled(Image, Point) Declaration public void DrawImageUnscaled(Image image, Point location) Parameters Type Name Description Image image Point location | Improve this Doc View Source DrawPath(Pen, GraphicsPath) Declaration public void DrawPath(Pen pen, GraphicsPath path) Parameters Type Name Description Pen pen GraphicsPath path | Improve this Doc View Source FillPath(Brush, GraphicsPath) Declaration public void FillPath(Brush brush, GraphicsPath path) Parameters Type Name Description Brush brush GraphicsPath path | Improve this Doc View Source FromGraphics(Graphics) Creates a new ISvgRenderer from the specified . Declaration public static ISvgRenderer FromGraphics(Graphics graphics) Parameters Type Name Description Graphics graphics The to create the renderer from. Returns Type Description ISvgRenderer | Improve this Doc View Source FromImage(Image) Creates a new ISvgRenderer from the specified . Declaration public static ISvgRenderer FromImage(Image image) Parameters Type Name Description Image image from which to create the new ISvgRenderer . Returns Type Description ISvgRenderer | Improve this Doc View Source FromNull() Declaration public static ISvgRenderer FromNull() Returns Type Description ISvgRenderer | Improve this Doc View Source GetBoundable() Declaration public ISvgBoundable GetBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source GetClip() Declaration public Region GetClip() Returns Type Description Region | Improve this Doc View Source PopBoundable() Declaration public ISvgBoundable PopBoundable() Returns Type Description ISvgBoundable | Improve this Doc View Source RotateTransform(Single, MatrixOrder) Declaration public void RotateTransform(float fAngle, MatrixOrder order = null) Parameters Type Name Description System.Single fAngle MatrixOrder order | Improve this Doc View Source ScaleTransform(Single, Single, MatrixOrder) Declaration public void ScaleTransform(float sx, float sy, MatrixOrder order = null) Parameters Type Name Description System.Single sx System.Single sy MatrixOrder order | Improve this Doc View Source SetBoundable(ISvgBoundable) Declaration public void SetBoundable(ISvgBoundable boundable) Parameters Type Name Description ISvgBoundable boundable | Improve this Doc View Source SetClip(Region, CombineMode) Declaration public void SetClip(Region region, CombineMode combineMode = null) Parameters Type Name Description Region region CombineMode combineMode | Improve this Doc View Source TranslateTransform(Single, Single, MatrixOrder) Declaration public void TranslateTransform(float dx, float dy, MatrixOrder order = null) Parameters Type Name Description System.Single dx System.Single dy MatrixOrder order Explicit Interface Implementations | Improve this Doc View Source IGraphicsProvider.GetGraphics() Declaration Graphics IGraphicsProvider.GetGraphics() Returns Type Description Graphics Implements ISvgRenderer System.IDisposable IGraphicsProvider" }, "api/Svg.SvgScript.html": { "href": "api/Svg.SvgScript.html", "title": "Class SvgScript | SVG.NET API", - "keywords": "Class SvgScript An element used to define scripts within SVG documents. Use the Script property to get the script content (proxies the content) Inheritance Object SvgElement SvgScript Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"script\")] public class SvgScript : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source CrossOrigin Declaration public string CrossOrigin { get; set; } Property Value Type Description String | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Script Declaration public string Script { get; set; } Property Value Type Description String | Improve this Doc View Source ScriptType Declaration public string ScriptType { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected override void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteChildren(XmlWriter) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgScript An element used to define scripts within SVG documents. Use the Script property to get the script content (proxies the content) Inheritance Object SvgElement SvgScript Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"script\")] public class SvgScript : SvgElement, ISvgTransformable, ICloneable, ISvgNode Properties | Improve this Doc View Source CrossOrigin Declaration public string CrossOrigin { get; set; } Property Value Type Description String | Improve this Doc View Source Href Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public string Href { get; set; } Property Value Type Description String | Improve this Doc View Source Script Declaration public string Script { get; set; } Property Value Type Description String | Improve this Doc View Source ScriptType Declaration public string ScriptType { get; set; } Property Value Type Description String Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source WriteChildren(XmlWriter) Declaration protected override void WriteChildren(XmlWriter writer) Parameters Type Name Description XmlWriter writer Overrides SvgElement.WriteChildren(XmlWriter) Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgShapeRendering.html": { "href": "api/Svg.SvgShapeRendering.html", @@ -972,12 +972,12 @@ "api/Svg.SvgShapeRenderingConverter.html": { "href": "api/Svg.SvgShapeRenderingConverter.html", "title": "Class SvgShapeRenderingConverter | SVG.NET API", - "keywords": "Class SvgShapeRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgShapeRendering > SvgShapeRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgShapeRenderingConverter : EnumBaseConverter" + "keywords": "Class SvgShapeRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgShapeRendering > SvgShapeRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgShapeRenderingConverter : EnumBaseConverter" }, "api/Svg.SvgStitchTypeConverter.html": { "href": "api/Svg.SvgStitchTypeConverter.html", "title": "Class SvgStitchTypeConverter | SVG.NET API", - "keywords": "Class SvgStitchTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStitchType > SvgStitchTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStitchTypeConverter : EnumBaseConverter" + "keywords": "Class SvgStitchTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStitchType > SvgStitchTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStitchTypeConverter : EnumBaseConverter" }, "api/Svg.SvgStrokeLineCap.html": { "href": "api/Svg.SvgStrokeLineCap.html", @@ -987,7 +987,7 @@ "api/Svg.SvgStrokeLineCapConverter.html": { "href": "api/Svg.SvgStrokeLineCapConverter.html", "title": "Class SvgStrokeLineCapConverter | SVG.NET API", - "keywords": "Class SvgStrokeLineCapConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStrokeLineCap > SvgStrokeLineCapConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStrokeLineCapConverter : EnumBaseConverter" + "keywords": "Class SvgStrokeLineCapConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStrokeLineCap > SvgStrokeLineCapConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStrokeLineCapConverter : EnumBaseConverter" }, "api/Svg.SvgStrokeLineJoin.html": { "href": "api/Svg.SvgStrokeLineJoin.html", @@ -997,22 +997,22 @@ "api/Svg.SvgStrokeLineJoinConverter.html": { "href": "api/Svg.SvgStrokeLineJoinConverter.html", "title": "Class SvgStrokeLineJoinConverter | SVG.NET API", - "keywords": "Class SvgStrokeLineJoinConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStrokeLineJoin > SvgStrokeLineJoinConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStrokeLineJoinConverter : EnumBaseConverter" + "keywords": "Class SvgStrokeLineJoinConverter Inheritance Object TypeConverter EnumBaseConverter < SvgStrokeLineJoin > SvgStrokeLineJoinConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStrokeLineJoinConverter : EnumBaseConverter" }, "api/Svg.SvgSwitch.html": { "href": "api/Svg.SvgSwitch.html", "title": "Class SvgSwitch | SVG.NET API", - "keywords": "Class SvgSwitch The 'switch' element evaluates the 'requiredFeatures', 'requiredExtensions' and 'systemLanguage' attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true Inheritance Object SvgElement SvgVisualElement SvgSwitch Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"switch\")] public class SvgSwitch : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The object to render to. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgSwitch The 'switch' element evaluates the 'requiredFeatures', 'requiredExtensions' and 'systemLanguage' attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true Inheritance Object SvgElement SvgVisualElement SvgSwitch Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"switch\")] public class SvgSwitch : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The object to render to. Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgSymbol.html": { "href": "api/Svg.SvgSymbol.html", "title": "Class SvgSymbol | SVG.NET API", - "keywords": "Class SvgSymbol An element used to group SVG shapes. Inheritance Object SvgElement SvgVisualElement SvgSymbol SvgSymbol Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"symbol\")] public class SvgSymbol : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable | Improve this Doc View Source ViewBox Gets or sets the viewport of the element. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgSymbol An element used to group SVG shapes. Inheritance Object SvgElement SvgVisualElement SvgSymbol SvgSymbol Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"symbol\")] public class SvgSymbol : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source AspectRatio Gets or sets the aspect of the viewport. Declaration public SvgAspectRatio AspectRatio { get; set; } Property Value Type Description SvgAspectRatio | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable | Improve this Doc View Source ViewBox Gets or sets the viewport of the element. Declaration public SvgViewBox ViewBox { get; set; } Property Value Type Description SvgViewBox Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source Render(ISvgRenderer) Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.Render(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgText.html": { "href": "api/Svg.SvgText.html", "title": "Class SvgText | SVG.NET API", - "keywords": "Class SvgText The SvgText element defines a graphics element consisting of text. Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgText Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"text\")] public class SvgText : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgText() Initializes the SvgText class. Declaration public SvgText() | Improve this Doc View Source SvgText(String) Initializes a new instance of the SvgText class. Declaration public SvgText(string text) Parameters Type Name Description String text The text. Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgText The SvgText element defines a graphics element consisting of text. Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgText Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"text\")] public class SvgText : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgText() Initializes the SvgText class. Declaration public SvgText() | Improve this Doc View Source SvgText(String) Initializes a new instance of the SvgText class. Declaration public SvgText(string text) Parameters Type Name Description String text The text. Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTextAnchor.html": { "href": "api/Svg.SvgTextAnchor.html", @@ -1022,12 +1022,12 @@ "api/Svg.SvgTextAnchorConverter.html": { "href": "api/Svg.SvgTextAnchorConverter.html", "title": "Class SvgTextAnchorConverter | SVG.NET API", - "keywords": "Class SvgTextAnchorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextAnchor > SvgTextAnchorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextAnchorConverter : EnumBaseConverter" + "keywords": "Class SvgTextAnchorConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextAnchor > SvgTextAnchorConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextAnchorConverter : EnumBaseConverter" }, "api/Svg.SvgTextBase.html": { "href": "api/Svg.SvgTextBase.html", "title": "Class SvgTextBase | SVG.NET API", - "keywords": "Class SvgTextBase Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgText SvgTextPath SvgTextRef SvgTextSpan Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgTextBase : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgTextBase() Declaration public SvgTextBase() Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Dx Gets or sets the dX. Declaration public virtual SvgUnitCollection Dx { get; set; } Property Value Type Description SvgUnitCollection The dX. | Improve this Doc View Source Dy Gets or sets the dY. Declaration public virtual SvgUnitCollection Dy { get; set; } Property Value Type Description SvgUnitCollection The dY. | Improve this Doc View Source Fill Gets or sets the fill. Declaration public override SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer The fill. Overrides SvgElement.Fill Remarks Unlike other SvgVisualElement s, SvgText has a default fill of black rather than transparent. | Improve this Doc View Source LengthAdjust Gets or sets the text anchor. Declaration public virtual SvgTextLengthAdjust LengthAdjust { get; set; } Property Value Type Description SvgTextLengthAdjust The text anchor. | Improve this Doc View Source LetterSpacing Specifies spacing behavior between text characters. Declaration public virtual SvgUnit LetterSpacing { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Rotate Gets or sets the rotate. Declaration public virtual string Rotate { get; set; } Property Value Type Description String The rotate. | Improve this Doc View Source SpaceHandling Declaration public override XmlSpaceHandling SpaceHandling { set; } Property Value Type Description XmlSpaceHandling Overrides SvgElement.SpaceHandling | Improve this Doc View Source Text Gets or sets the text to be rendered. Declaration public virtual string Text { get; set; } Property Value Type Description String | Improve this Doc View Source TextLength The pre-calculated length of the text Declaration public virtual SvgUnit TextLength { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source WordSpacing Specifies spacing behavior between words. Declaration public virtual SvgUnit WordSpacing { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the X. Declaration public virtual SvgUnitCollection X { get; set; } Property Value Type Description SvgUnitCollection The X. | Improve this Doc View Source Y Gets or sets the Y. Declaration public virtual SvgUnitCollection Y { get; set; } Property Value Type Description SvgUnitCollection The Y. Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetAuthorPathLength() Declaration protected virtual float GetAuthorPathLength() Returns Type Description Single | Improve this Doc View Source GetBaselinePath(ISvgRenderer) Declaration protected virtual GraphicsPath GetBaselinePath(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source OnChange(String, String) Declaration protected void OnChange(string newString, string sessionID) Parameters Type Name Description String newString String sessionID | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PrepareText(String) Prepare the text according to the whitespace handling rules and text transformations. SVG Spec . Declaration protected string PrepareText(string value) Parameters Type Name Description String value Text to be prepared Returns Type Description String Prepared text | Improve this Doc View Source RaiseChange(Object, StringArg) Declaration protected void RaiseChange(object sender, StringArg s) Parameters Type Name Description Object sender StringArg s | Improve this Doc View Source RegisterEvents(ISvgEventCaller) Declaration public override void RegisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller Overrides SvgElement.RegisterEvents(ISvgEventCaller) | Improve this Doc View Source RenderFillAndStroke(ISvgRenderer) Declaration protected override void RenderFillAndStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.RenderFillAndStroke(ISvgRenderer) | Improve this Doc View Source ShouldWriteElement() Empty text elements are not legal - only write this element if it has children. Declaration public override bool ShouldWriteElement() Returns Type Description Boolean Overrides SvgElement.ShouldWriteElement() | Improve this Doc View Source ToString() Returns a String that represents the current Object . Declaration public override string ToString() Returns Type Description String A String that represents the current Object . Overrides System.Object.ToString() | Improve this Doc View Source UnregisterEvents(ISvgEventCaller) Declaration public override void UnregisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller Overrides SvgElement.UnregisterEvents(ISvgEventCaller) Events | Improve this Doc View Source Change Declaration public event EventHandler Change Event Type Type Description EventHandler < StringArg > Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTextBase Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgText SvgTextPath SvgTextRef SvgTextSpan Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgTextBase : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgTextBase() Declaration public SvgTextBase() Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Dx Gets or sets the dX. Declaration public virtual SvgUnitCollection Dx { get; set; } Property Value Type Description SvgUnitCollection The dX. | Improve this Doc View Source Dy Gets or sets the dY. Declaration public virtual SvgUnitCollection Dy { get; set; } Property Value Type Description SvgUnitCollection The dY. | Improve this Doc View Source Fill Gets or sets the fill. Declaration public override SvgPaintServer Fill { get; set; } Property Value Type Description SvgPaintServer The fill. Overrides SvgElement.Fill Remarks Unlike other SvgVisualElement s, SvgText has a default fill of black rather than transparent. | Improve this Doc View Source LengthAdjust Gets or sets the text anchor. Declaration public virtual SvgTextLengthAdjust LengthAdjust { get; set; } Property Value Type Description SvgTextLengthAdjust The text anchor. | Improve this Doc View Source LetterSpacing Specifies spacing behavior between text characters. Declaration public virtual SvgUnit LetterSpacing { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Rotate Gets or sets the rotate. Declaration public virtual string Rotate { get; set; } Property Value Type Description String The rotate. | Improve this Doc View Source SpaceHandling Declaration public override XmlSpaceHandling SpaceHandling { set; } Property Value Type Description XmlSpaceHandling Overrides SvgElement.SpaceHandling | Improve this Doc View Source Text Gets or sets the text to be rendered. Declaration public virtual string Text { get; set; } Property Value Type Description String | Improve this Doc View Source TextLength The pre-calculated length of the text Declaration public virtual SvgUnit TextLength { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source WordSpacing Specifies spacing behavior between words. Declaration public virtual SvgUnit WordSpacing { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Gets or sets the X. Declaration public virtual SvgUnitCollection X { get; set; } Property Value Type Description SvgUnitCollection The X. | Improve this Doc View Source Y Gets or sets the Y. Declaration public virtual SvgUnitCollection Y { get; set; } Property Value Type Description SvgUnitCollection The Y. Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() where T : SvgElement, new() Returns Type Description SvgElement Type Parameters Name Description T Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetAuthorPathLength() Declaration protected virtual float GetAuthorPathLength() Returns Type Description System.Single | Improve this Doc View Source GetBaselinePath(ISvgRenderer) Declaration protected virtual GraphicsPath GetBaselinePath(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source OnChange(String, String) Declaration protected void OnChange(string newString, string sessionID) Parameters Type Name Description String newString String sessionID | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PrepareText(String) Prepare the text according to the whitespace handling rules and text transformations. SVG Spec . Declaration protected string PrepareText(string value) Parameters Type Name Description String value Text to be prepared Returns Type Description String Prepared text | Improve this Doc View Source RaiseChange(Object, StringArg) Declaration protected void RaiseChange(object sender, StringArg s) Parameters Type Name Description Object sender StringArg s | Improve this Doc View Source RegisterEvents(ISvgEventCaller) Declaration public override void RegisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller Overrides SvgElement.RegisterEvents(ISvgEventCaller) | Improve this Doc View Source RenderFillAndStroke(ISvgRenderer) Declaration protected override void RenderFillAndStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgVisualElement.RenderFillAndStroke(ISvgRenderer) | Improve this Doc View Source ShouldWriteElement() Empty text elements are not legal - only write this element if it has children. Declaration public override bool ShouldWriteElement() Returns Type Description Boolean Overrides SvgElement.ShouldWriteElement() | Improve this Doc View Source ToString() Returns a String that represents the current Object . Declaration public override string ToString() Returns Type Description String A String that represents the current Object . Overrides Object.ToString() | Improve this Doc View Source UnregisterEvents(ISvgEventCaller) Declaration public override void UnregisterEvents(ISvgEventCaller caller) Parameters Type Name Description ISvgEventCaller caller Overrides SvgElement.UnregisterEvents(ISvgEventCaller) Events | Improve this Doc View Source Change Declaration public event EventHandler Change Event Type Type Description EventHandler < StringArg > Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTextDecoration.html": { "href": "api/Svg.SvgTextDecoration.html", @@ -1037,7 +1037,7 @@ "api/Svg.SvgTextDecorationConverter.html": { "href": "api/Svg.SvgTextDecorationConverter.html", "title": "Class SvgTextDecorationConverter | SVG.NET API", - "keywords": "Class SvgTextDecorationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextDecoration > SvgTextDecorationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextDecorationConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgTextDecorationConverter() Declaration public SvgTextDecorationConverter() Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" + "keywords": "Class SvgTextDecorationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextDecoration > SvgTextDecorationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextDecorationConverter : EnumBaseConverter Constructors | Improve this Doc View Source SvgTextDecorationConverter() Declaration public SvgTextDecorationConverter() Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides Svg.EnumBaseConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" }, "api/Svg.SvgTextLengthAdjust.html": { "href": "api/Svg.SvgTextLengthAdjust.html", @@ -1047,12 +1047,12 @@ "api/Svg.SvgTextLengthAdjustConverter.html": { "href": "api/Svg.SvgTextLengthAdjustConverter.html", "title": "Class SvgTextLengthAdjustConverter | SVG.NET API", - "keywords": "Class SvgTextLengthAdjustConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextLengthAdjust > SvgTextLengthAdjustConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextLengthAdjustConverter : EnumBaseConverter" + "keywords": "Class SvgTextLengthAdjustConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextLengthAdjust > SvgTextLengthAdjustConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextLengthAdjustConverter : EnumBaseConverter" }, "api/Svg.SvgTextPath.html": { "href": "api/Svg.SvgTextPath.html", "title": "Class SvgTextPath | SVG.NET API", - "keywords": "Class SvgTextPath The SvgText element defines a graphics element consisting of text. Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextPath Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"textPath\")] public class SvgTextPath : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Dx Declaration public override SvgUnitCollection Dx { get; set; } Property Value Type Description SvgUnitCollection Overrides SvgTextBase.Dx | Improve this Doc View Source Method Declaration public virtual SvgTextPathMethod Method { get; set; } Property Value Type Description SvgTextPathMethod | Improve this Doc View Source ReferencedPath Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedPath { get; set; } Property Value Type Description Uri | Improve this Doc View Source Spacing Declaration public virtual SvgTextPathSpacing Spacing { get; set; } Property Value Type Description SvgTextPathSpacing | Improve this Doc View Source StartOffset Declaration public virtual SvgUnit StartOffset { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetAuthorPathLength() Declaration protected override float GetAuthorPathLength() Returns Type Description Single Overrides SvgTextBase.GetAuthorPathLength() | Improve this Doc View Source GetBaselinePath(ISvgRenderer) Declaration protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgTextBase.GetBaselinePath(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTextPath The SvgText element defines a graphics element consisting of text. Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextPath Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"textPath\")] public class SvgTextPath : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Dx Declaration public override SvgUnitCollection Dx { get; set; } Property Value Type Description SvgUnitCollection Overrides SvgTextBase.Dx | Improve this Doc View Source Method Declaration public virtual SvgTextPathMethod Method { get; set; } Property Value Type Description SvgTextPathMethod | Improve this Doc View Source ReferencedPath Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedPath { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source Spacing Declaration public virtual SvgTextPathSpacing Spacing { get; set; } Property Value Type Description SvgTextPathSpacing | Improve this Doc View Source StartOffset Declaration public virtual SvgUnit StartOffset { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source GetAuthorPathLength() Declaration protected override float GetAuthorPathLength() Returns Type Description System.Single Overrides SvgTextBase.GetAuthorPathLength() | Improve this Doc View Source GetBaselinePath(ISvgRenderer) Declaration protected override GraphicsPath GetBaselinePath(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgTextBase.GetBaselinePath(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTextPathMethod.html": { "href": "api/Svg.SvgTextPathMethod.html", @@ -1062,7 +1062,7 @@ "api/Svg.SvgTextPathMethodConverter.html": { "href": "api/Svg.SvgTextPathMethodConverter.html", "title": "Class SvgTextPathMethodConverter | SVG.NET API", - "keywords": "Class SvgTextPathMethodConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextPathMethod > SvgTextPathMethodConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextPathMethodConverter : EnumBaseConverter" + "keywords": "Class SvgTextPathMethodConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextPathMethod > SvgTextPathMethodConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextPathMethodConverter : EnumBaseConverter" }, "api/Svg.SvgTextPathSpacing.html": { "href": "api/Svg.SvgTextPathSpacing.html", @@ -1072,12 +1072,12 @@ "api/Svg.SvgTextPathSpacingConverter.html": { "href": "api/Svg.SvgTextPathSpacingConverter.html", "title": "Class SvgTextPathSpacingConverter | SVG.NET API", - "keywords": "Class SvgTextPathSpacingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextPathSpacing > SvgTextPathSpacingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextPathSpacingConverter : EnumBaseConverter" + "keywords": "Class SvgTextPathSpacingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextPathSpacing > SvgTextPathSpacingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextPathSpacingConverter : EnumBaseConverter" }, "api/Svg.SvgTextRef.html": { "href": "api/Svg.SvgTextRef.html", "title": "Class SvgTextRef | SVG.NET API", - "keywords": "Class SvgTextRef Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextRef Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"tref\")] public class SvgTextRef : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description Uri Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTextRef Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextRef Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"tref\")] public class SvgTextRef : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description System.Uri Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTextRendering.html": { "href": "api/Svg.SvgTextRendering.html", @@ -1087,12 +1087,12 @@ "api/Svg.SvgTextRenderingConverter.html": { "href": "api/Svg.SvgTextRenderingConverter.html", "title": "Class SvgTextRenderingConverter | SVG.NET API", - "keywords": "Class SvgTextRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextRendering > SvgTextRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextRenderingConverter : EnumBaseConverter" + "keywords": "Class SvgTextRenderingConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextRendering > SvgTextRenderingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextRenderingConverter : EnumBaseConverter" }, "api/Svg.SvgTextSpan.html": { "href": "api/Svg.SvgTextSpan.html", "title": "Class SvgTextSpan | SVG.NET API", - "keywords": "Class SvgTextSpan Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextSpan Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"tspan\")] public class SvgTextSpan : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTextSpan Inheritance Object SvgElement SvgVisualElement SvgTextBase SvgTextSpan Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgTextBase.Text SvgTextBase.SpaceHandling SvgTextBase.X SvgTextBase.Dx SvgTextBase.Y SvgTextBase.Dy SvgTextBase.Rotate SvgTextBase.TextLength SvgTextBase.LengthAdjust SvgTextBase.LetterSpacing SvgTextBase.WordSpacing SvgTextBase.Fill SvgTextBase.ToString() SvgTextBase.PrepareText(String) SvgTextBase.Change SvgTextBase.OnChange(String, String) SvgTextBase.RaiseChange(Object, StringArg) SvgTextBase.RegisterEvents(ISvgEventCaller) SvgTextBase.UnregisterEvents(ISvgEventCaller) SvgTextBase.DeepCopy() SvgTextBase.ShouldWriteElement() SvgTextBase.Bounds SvgTextBase.RenderFillAndStroke(ISvgRenderer) SvgTextBase.GetBaselinePath(ISvgRenderer) SvgTextBase.GetAuthorPathLength() SvgTextBase.Path(ISvgRenderer) SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.Renderable SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"tspan\")] public class SvgTextSpan : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTextTransformation.html": { "href": "api/Svg.SvgTextTransformation.html", @@ -1102,37 +1102,37 @@ "api/Svg.SvgTextTransformationConverter.html": { "href": "api/Svg.SvgTextTransformationConverter.html", "title": "Class SvgTextTransformationConverter | SVG.NET API", - "keywords": "Class SvgTextTransformationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextTransformation > SvgTextTransformationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextTransformationConverter : EnumBaseConverter" + "keywords": "Class SvgTextTransformationConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTextTransformation > SvgTextTransformationConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextTransformationConverter : EnumBaseConverter" }, "api/Svg.SvgTitle.html": { "href": "api/Svg.SvgTitle.html", "title": "Class SvgTitle | SVG.NET API", - "keywords": "Class SvgTitle Inheritance Object SvgElement SvgTitle Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"title\")] public class SvgTitle : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgDescriptiveElement Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgTitle Inheritance Object SvgElement SvgTitle Implements ISvgTransformable ICloneable ISvgNode ISvgDescriptiveElement Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"title\")] public class SvgTitle : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgDescriptiveElement Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements ISvgTransformable System.ICloneable ISvgNode ISvgDescriptiveElement Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgTurbulenceTypeConverter.html": { "href": "api/Svg.SvgTurbulenceTypeConverter.html", "title": "Class SvgTurbulenceTypeConverter | SVG.NET API", - "keywords": "Class SvgTurbulenceTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTurbulenceType > SvgTurbulenceTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTurbulenceTypeConverter : EnumBaseConverter" + "keywords": "Class SvgTurbulenceTypeConverter Inheritance Object TypeConverter EnumBaseConverter < SvgTurbulenceType > SvgTurbulenceTypeConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTurbulenceTypeConverter : EnumBaseConverter" }, "api/Svg.SvgUnit.html": { "href": "api/Svg.SvgUnit.html", "title": "Struct SvgUnit | SVG.NET API", - "keywords": "Struct SvgUnit Represents a unit in an Scalable Vector Graphics document. Inherited Members Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgUnitConverter))] public struct SvgUnit Constructors | Improve this Doc View Source SvgUnit(SvgUnitType, Single) Initializes a new instance of the SvgUnit struct. Declaration public SvgUnit(SvgUnitType type, float value) Parameters Type Name Description SvgUnitType type The type. Single value The value. | Improve this Doc View Source SvgUnit(Single) Initializes a new instance of the SvgUnit struct. Declaration public SvgUnit(float value) Parameters Type Name Description Single value The value. Fields | Improve this Doc View Source Empty Gets and empty SvgUnit . Declaration public static readonly SvgUnit Empty Field Value Type Description SvgUnit | Improve this Doc View Source None Gets an SvgUnit with a value of none. Declaration public static readonly SvgUnit None Field Value Type Description SvgUnit Properties | Improve this Doc View Source IsEmpty Gets a value to determine whether the unit is empty. Declaration public readonly bool IsEmpty { get; } Property Value Type Description Boolean | Improve this Doc View Source IsNone Gets whether this unit is none. Declaration public readonly bool IsNone { get; } Property Value Type Description Boolean | Improve this Doc View Source Type Gets the SvgUnitType of unit. Declaration public readonly SvgUnitType Type { get; } Property Value Type Description SvgUnitType | Improve this Doc View Source Value Gets the value of the unit. Declaration public readonly float Value { get; } Property Value Type Description Single Methods | Improve this Doc View Source Equals(SvgUnit) Declaration public bool Equals(SvgUnit other) Parameters Type Name Description SvgUnit other Returns Type Description Boolean | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetDevicePoint(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static PointF GetDevicePoint(SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit x SvgUnit y ISvgRenderer renderer SvgElement owner Returns Type Description PointF | Improve this Doc View Source GetDevicePointOffset(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static PointF GetDevicePointOffset(SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit x SvgUnit y ISvgRenderer renderer SvgElement owner Returns Type Description PointF | Improve this Doc View Source GetDeviceSize(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static SizeF GetDeviceSize(SvgUnit width, SvgUnit height, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit width SvgUnit height ISvgRenderer renderer SvgElement owner Returns Type Description SizeF | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() | Improve this Doc View Source ToDeviceValue(ISvgRenderer, UnitRenderingType, SvgElement) Converts the current unit to one that can be used at render time. Declaration public float ToDeviceValue(ISvgRenderer renderer, UnitRenderingType renderType, SvgElement owner) Parameters Type Name Description ISvgRenderer renderer UnitRenderingType renderType SvgElement owner Returns Type Description Single The representation of the current unit in a device value (usually pixels). | Improve this Doc View Source ToPercentage() Converts the current unit to a percentage, if applicable. Declaration public SvgUnit ToPercentage() Returns Type Description SvgUnit An SvgUnit of type Percentage . | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.ValueType.ToString() Operators | Improve this Doc View Source Equality(SvgUnit, SvgUnit) Declaration public static bool operator ==(SvgUnit lhs, SvgUnit rhs) Parameters Type Name Description SvgUnit lhs SvgUnit rhs Returns Type Description Boolean | Improve this Doc View Source Implicit(SvgUnit to Single) Performs an implicit conversion from SvgUnit to Single . Declaration public static implicit operator float (SvgUnit value) Parameters Type Name Description SvgUnit value The value. Returns Type Description Single The result of the conversion. | Improve this Doc View Source Implicit(Single to SvgUnit) Performs an implicit conversion from Single to SvgUnit . Declaration public static implicit operator SvgUnit(float value) Parameters Type Name Description Single value The value. Returns Type Description SvgUnit The result of the conversion. | Improve this Doc View Source Inequality(SvgUnit, SvgUnit) Declaration public static bool operator !=(SvgUnit lhs, SvgUnit rhs) Parameters Type Name Description SvgUnit lhs SvgUnit rhs Returns Type Description Boolean" + "keywords": "Struct SvgUnit Represents a unit in an Scalable Vector Graphics document. Inherited Members Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgUnitConverter))] public struct SvgUnit Constructors | Improve this Doc View Source SvgUnit(SvgUnitType, Single) Initializes a new instance of the SvgUnit struct. Declaration public SvgUnit(SvgUnitType type, float value) Parameters Type Name Description SvgUnitType type The type. System.Single value The value. | Improve this Doc View Source SvgUnit(Single) Initializes a new instance of the SvgUnit struct. Declaration public SvgUnit(float value) Parameters Type Name Description System.Single value The value. Fields | Improve this Doc View Source Empty Gets and empty SvgUnit . Declaration public static readonly SvgUnit Empty Field Value Type Description SvgUnit | Improve this Doc View Source None Gets an SvgUnit with a value of none. Declaration public static readonly SvgUnit None Field Value Type Description SvgUnit Properties | Improve this Doc View Source IsEmpty Gets a value to determine whether the unit is empty. Declaration public readonly bool IsEmpty { get; } Property Value Type Description Boolean | Improve this Doc View Source IsNone Gets whether this unit is none. Declaration public readonly bool IsNone { get; } Property Value Type Description Boolean | Improve this Doc View Source Type Gets the SvgUnitType of unit. Declaration public readonly SvgUnitType Type { get; } Property Value Type Description SvgUnitType | Improve this Doc View Source Value Gets the value of the unit. Declaration public readonly float Value { get; } Property Value Type Description System.Single Methods | Improve this Doc View Source Equals(SvgUnit) Declaration public bool Equals(SvgUnit other) Parameters Type Name Description SvgUnit other Returns Type Description Boolean | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetDevicePoint(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static PointF GetDevicePoint(SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit x SvgUnit y ISvgRenderer renderer SvgElement owner Returns Type Description System.Drawing.PointF | Improve this Doc View Source GetDevicePointOffset(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static PointF GetDevicePointOffset(SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit x SvgUnit y ISvgRenderer renderer SvgElement owner Returns Type Description System.Drawing.PointF | Improve this Doc View Source GetDeviceSize(SvgUnit, SvgUnit, ISvgRenderer, SvgElement) Declaration public static SizeF GetDeviceSize(SvgUnit width, SvgUnit height, ISvgRenderer renderer, SvgElement owner) Parameters Type Name Description SvgUnit width SvgUnit height ISvgRenderer renderer SvgElement owner Returns Type Description SizeF | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() | Improve this Doc View Source ToDeviceValue(ISvgRenderer, UnitRenderingType, SvgElement) Converts the current unit to one that can be used at render time. Declaration public float ToDeviceValue(ISvgRenderer renderer, UnitRenderingType renderType, SvgElement owner) Parameters Type Name Description ISvgRenderer renderer UnitRenderingType renderType SvgElement owner Returns Type Description System.Single The representation of the current unit in a device value (usually pixels). | Improve this Doc View Source ToPercentage() Converts the current unit to a percentage, if applicable. Declaration public SvgUnit ToPercentage() Returns Type Description SvgUnit An SvgUnit of type Percentage . | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.ValueType.ToString() Operators | Improve this Doc View Source Equality(SvgUnit, SvgUnit) Declaration public static bool operator ==(SvgUnit lhs, SvgUnit rhs) Parameters Type Name Description SvgUnit lhs SvgUnit rhs Returns Type Description Boolean | Improve this Doc View Source Implicit(SvgUnit to Single) Performs an implicit conversion from SvgUnit to System.Single . Declaration public static implicit operator float (SvgUnit value) Parameters Type Name Description SvgUnit value The value. Returns Type Description System.Single The result of the conversion. | Improve this Doc View Source Implicit(Single to SvgUnit) Performs an implicit conversion from System.Single to SvgUnit . Declaration public static implicit operator SvgUnit(float value) Parameters Type Name Description System.Single value The value. Returns Type Description SvgUnit The result of the conversion. | Improve this Doc View Source Inequality(SvgUnit, SvgUnit) Declaration public static bool operator !=(SvgUnit lhs, SvgUnit rhs) Parameters Type Name Description SvgUnit lhs SvgUnit rhs Returns Type Description Boolean" }, "api/Svg.SvgUnitCollection.html": { "href": "api/Svg.SvgUnitCollection.html", "title": "Class SvgUnitCollection | SVG.NET API", - "keywords": "Class SvgUnitCollection Represents a list of SvgUnit . Inheritance Object Collection < SvgUnit > ObservableCollection < SvgUnit > SvgUnitCollection Implements IList < SvgUnit > ICollection < SvgUnit > IReadOnlyList < SvgUnit > System.Collections.Generic.IReadOnlyCollection < SvgUnit > IEnumerable < SvgUnit > IList ICollection IEnumerable INotifyCollectionChanged INotifyPropertyChanged System.ICloneable Inherited Members ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.ClearItems() ObservableCollection.InsertItem(Int32, SvgUnit) ObservableCollection.Move(Int32, Int32) ObservableCollection.MoveItem(Int32, Int32) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) System.Collections.ObjectModel.ObservableCollection.RemoveItem(System.Int32) ObservableCollection.SetItem(Int32, SvgUnit) System.Collections.ObjectModel.ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged ObservableCollection.INotifyPropertyChanged.PropertyChanged System.Collections.ObjectModel.Collection.System.Collections.IList.get_Item(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.set_Item(System.Int32, System.Object) Collection.Add(SvgUnit) Collection.Clear() Collection.Contains(SvgUnit) System.Collections.ObjectModel.Collection.CopyTo(Svg.SvgUnit[], System.Int32) Collection.GetEnumerator() Collection.IndexOf(SvgUnit) System.Collections.ObjectModel.Collection.Insert(System.Int32, Svg.SvgUnit) Collection.Remove(SvgUnit) Collection.RemoveAt(Int32) System.Collections.ObjectModel.Collection.System.Collections.ICollection.CopyTo(System.Array, System.Int32) Collection.IEnumerable.GetEnumerator() System.Collections.ObjectModel.Collection.System.Collections.IList.Add(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Contains(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.IndexOf(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Remove(System.Object) Collection.Count Collection.Item[Int32] System.Collections.ObjectModel.Collection.Items Collection.ICollection.IsReadOnly Collection.ICollection.IsSynchronized Collection.ICollection.SyncRoot Collection.IList.IsFixedSize Collection.IList.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgUnitCollectionConverter))] public class SvgUnitCollection : ObservableCollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ICloneable Fields | Improve this Doc View Source Inherit Declaration public const string Inherit = \"inherit\" Field Value Type Description String | Improve this Doc View Source None Declaration public const string None = \"none\" Field Value Type Description String Properties | Improve this Doc View Source StringForEmptyValue Sets None or Inherit if needed. Declaration public string StringForEmptyValue { get; set; } Property Value Type Description String Methods | Improve this Doc View Source AddRange(IEnumerable) Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description IEnumerable < SvgUnit > collection | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source IsNullOrEmpty(SvgUnitCollection) Declaration public static bool IsNullOrEmpty(SvgUnitCollection collection) Parameters Type Name Description SvgUnitCollection collection Returns Type Description Boolean | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.ICloneable" + "keywords": "Class SvgUnitCollection Represents a list of SvgUnit . Inheritance Object Collection < SvgUnit > ObservableCollection < SvgUnit > SvgUnitCollection Implements IList < SvgUnit > ICollection < SvgUnit > IReadOnlyList < SvgUnit > IReadOnlyCollection < SvgUnit > IEnumerable < SvgUnit > IList ICollection IEnumerable INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged ICloneable Inherited Members ObservableCollection.BlockReentrancy() ObservableCollection.CheckReentrancy() ObservableCollection.ClearItems() ObservableCollection.InsertItem(Int32, SvgUnit) System.Collections.ObjectModel.ObservableCollection.Move(System.Int32, System.Int32) ObservableCollection.MoveItem(Int32, Int32) ObservableCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.RemoveItem(Int32) ObservableCollection.SetItem(Int32, SvgUnit) ObservableCollection.CollectionChanged ObservableCollection.PropertyChanged System.Collections.ObjectModel.ObservableCollection.System.ComponentModel.INotifyPropertyChanged.PropertyChanged System.Collections.ObjectModel.Collection.System.Collections.IList.get_Item(System.Int32) System.Collections.ObjectModel.Collection.System.Collections.IList.set_Item(System.Int32, System.Object) Collection.Add(SvgUnit) Collection.Clear() Collection.Contains(SvgUnit) Collection.CopyTo(SvgUnit[], Int32) Collection.GetEnumerator() Collection.IndexOf(SvgUnit) System.Collections.ObjectModel.Collection.Insert(System.Int32, Svg.SvgUnit) Collection.Remove(SvgUnit) Collection.RemoveAt(Int32) System.Collections.ObjectModel.Collection.System.Collections.ICollection.CopyTo(System.Array, System.Int32) Collection.IEnumerable.GetEnumerator() System.Collections.ObjectModel.Collection.System.Collections.IList.Add(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Contains(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.IndexOf(System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.ObjectModel.Collection.System.Collections.IList.Remove(System.Object) System.Collections.ObjectModel.Collection.Count Collection.Item[Int32] System.Collections.ObjectModel.Collection.Items Collection.ICollection.IsReadOnly Collection.ICollection.IsSynchronized Collection.ICollection.SyncRoot System.Collections.ObjectModel.Collection.System.Collections.IList.IsFixedSize Collection.IList.IsReadOnly System.Collections.ObjectModel.Collection.System.Collections.IList.Item[System.Int32] Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgUnitCollectionConverter))] public class SvgUnitCollection : ObservableCollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ICloneable Fields | Improve this Doc View Source Inherit Declaration public const string Inherit = \"inherit\" Field Value Type Description String | Improve this Doc View Source None Declaration public const string None = \"none\" Field Value Type Description String Properties | Improve this Doc View Source StringForEmptyValue Sets None or Inherit if needed. Declaration public string StringForEmptyValue { get; set; } Property Value Type Description String Methods | Improve this Doc View Source AddRange(IEnumerable) Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description IEnumerable < SvgUnit > collection | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source IsNullOrEmpty(SvgUnitCollection) Declaration public static bool IsNullOrEmpty(SvgUnitCollection collection) Parameters Type Name Description SvgUnitCollection collection Returns Type Description Boolean | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged System.ICloneable" }, "api/Svg.SvgUnitCollectionConverter.html": { "href": "api/Svg.SvgUnitCollectionConverter.html", "title": "Class SvgUnitCollectionConverter | SVG.NET API", - "keywords": "Class SvgUnitCollectionConverter A class to convert string into SvgUnitCollection instances. Inheritance Object TypeConverter SvgUnitCollectionConverter Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgUnitCollectionConverter : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgUnitCollection Parse(ReadOnlySpan points) Parameters Type Name Description ReadOnlySpan < System.Char > points Returns Type Description SvgUnitCollection" + "keywords": "Class SvgUnitCollectionConverter A class to convert string into SvgUnitCollection instances. Inheritance Object TypeConverter SvgUnitCollectionConverter Inherited Members TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgUnitCollectionConverter : TypeConverter Methods | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgUnitCollection Parse(ReadOnlySpan points) Parameters Type Name Description ReadOnlySpan < Char > points Returns Type Description SvgUnitCollection" }, "api/Svg.SvgUnitConverter.html": { "href": "api/Svg.SvgUnitConverter.html", "title": "Class SvgUnitConverter | SVG.NET API", - "keywords": "Class SvgUnitConverter Inheritance Object TypeConverter SvgUnitConverter Inherited Members System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgUnitConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgUnit Parse(ReadOnlySpan unit) Parameters Type Name Description ReadOnlySpan < System.Char > unit Returns Type Description SvgUnit" + "keywords": "Class SvgUnitConverter Inheritance Object TypeConverter SvgUnitConverter Inherited Members TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgUnitConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Returns Type Description Object Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgUnit Parse(ReadOnlySpan unit) Parameters Type Name Description ReadOnlySpan < Char > unit Returns Type Description SvgUnit" }, "api/Svg.SvgUnitType.html": { "href": "api/Svg.SvgUnitType.html", @@ -1142,22 +1142,22 @@ "api/Svg.SvgUnknownElement.html": { "href": "api/Svg.SvgUnknownElement.html", "title": "Class SvgUnknownElement | SVG.NET API", - "keywords": "Class SvgUnknownElement Inheritance Object SvgElement SvgUnknownElement Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgUnknownElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgUnknownElement() Declaration public SvgUnknownElement() | Improve this Doc View Source SvgUnknownElement(String) Declaration public SvgUnknownElement(string elementName) Parameters Type Name Description String elementName Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgUnknownElement Inheritance Object SvgElement SvgUnknownElement Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public class SvgUnknownElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode Constructors | Improve this Doc View Source SvgUnknownElement() Declaration public SvgUnknownElement() | Improve this Doc View Source SvgUnknownElement(String) Declaration public SvgUnknownElement(string elementName) Parameters Type Name Description String elementName Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgUse.html": { "href": "api/Svg.SvgUse.html", "title": "Class SvgUse | SVG.NET API", - "keywords": "Class SvgUse Inheritance Object SvgElement SvgVisualElement SvgUse Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"use\")] public class SvgUse : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Height Declaration public virtual SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description Uri | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable | Improve this Doc View Source Width Declaration public virtual SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source RenderChildren(ISvgRenderer) Declaration protected override void RenderChildren(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.RenderChildren(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgUse Inheritance Object SvgElement SvgVisualElement SvgUse Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgVisualElement.Clip SvgVisualElement.ClipPath SvgVisualElement.ClipRule SvgVisualElement.Filter SvgVisualElement.RequiresSmoothRendering SvgVisualElement.ISvgBoundable.Location SvgVisualElement.ISvgBoundable.Size SvgVisualElement.Render(ISvgRenderer) SvgVisualElement.RenderFillAndStroke(ISvgRenderer) SvgVisualElement.RenderFill(ISvgRenderer) SvgVisualElement.RenderStroke(ISvgRenderer) SvgVisualElement.SetClip(ISvgRenderer) SvgVisualElement.ResetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.SetClip(ISvgRenderer) SvgVisualElement.ISvgClipable.ResetClip(ISvgRenderer) SvgVisualElement.Visible SvgVisualElement.Displayable SvgVisualElement.EnableBackground SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"use\")] public class SvgUse : SvgVisualElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public override RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. Overrides SvgVisualElement.Bounds | Improve this Doc View Source Height Declaration public virtual SvgUnit Height { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Location Gets an SvgPoint representing the top left point of the rectangle. Declaration public SvgPoint Location { get; } Property Value Type Description SvgPoint | Improve this Doc View Source ReferencedElement Declaration [SvgAttribute(\"href\", \"http://www.w3.org/1999/xlink\")] public virtual Uri ReferencedElement { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source Renderable Declaration protected override bool Renderable { get; } Property Value Type Description Boolean Overrides SvgVisualElement.Renderable | Improve this Doc View Source Width Declaration public virtual SvgUnit Width { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source X Declaration public virtual SvgUnit X { get; set; } Property Value Type Description SvgUnit | Improve this Doc View Source Y Declaration public virtual SvgUnit Y { get; set; } Property Value Type Description SvgUnit Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() | Improve this Doc View Source Path(ISvgRenderer) Declaration public override GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath Overrides SvgVisualElement.Path(ISvgRenderer) | Improve this Doc View Source PushTransforms(ISvgRenderer) Applies the required transforms to ISvgRenderer . Declaration protected override bool PushTransforms(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to be transformed. Returns Type Description Boolean Overrides SvgElement.PushTransforms(ISvgRenderer) | Improve this Doc View Source RenderChildren(ISvgRenderer) Declaration protected override void RenderChildren(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Overrides SvgElement.RenderChildren(ISvgRenderer) Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgVerticalKern.html": { "href": "api/Svg.SvgVerticalKern.html", "title": "Class SvgVerticalKern | SVG.NET API", - "keywords": "Class SvgVerticalKern Inheritance Object SvgElement SvgKern SvgVerticalKern Implements ISvgTransformable System.ICloneable ISvgNode Inherited Members SvgKern.Glyph1 SvgKern.Glyph2 SvgKern.Unicode1 SvgKern.Unicode2 SvgKern.Kerning SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"vkern\")] public class SvgVerticalKern : SvgKern, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgVerticalKern Inheritance Object SvgElement SvgKern SvgVerticalKern Implements ISvgTransformable ICloneable ISvgNode Inherited Members SvgKern.Glyph1 SvgKern.Glyph2 SvgKern.Unicode1 SvgKern.Unicode2 SvgKern.Kerning SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.Render(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [SvgElement(\"vkern\")] public class SvgVerticalKern : SvgKern, ISvgTransformable, ICloneable, ISvgNode Methods | Improve this Doc View Source DeepCopy() Declaration public override SvgElement DeepCopy() Returns Type Description SvgElement Overrides SvgElement.DeepCopy() Implements ISvgTransformable System.ICloneable ISvgNode Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.SvgViewBox.html": { "href": "api/Svg.SvgViewBox.html", "title": "Struct SvgViewBox | SVG.NET API", - "keywords": "Struct SvgViewBox It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. Inherited Members System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgViewBoxConverter))] public struct SvgViewBox Constructors | Improve this Doc View Source SvgViewBox(Single, Single, Single, Single) Initializes a new instance of the SvgViewBox struct. Declaration public SvgViewBox(float minX, float minY, float width, float height) Parameters Type Name Description Single minX The min X. Single minY The min Y. Single width The width. Single height The height. Fields | Improve this Doc View Source Empty Declaration public static readonly SvgViewBox Empty Field Value Type Description SvgViewBox Properties | Improve this Doc View Source Height Gets or sets the height of the viewport. Declaration public float Height { readonly get; set; } Property Value Type Description Single | Improve this Doc View Source MinX Gets or sets the position where the viewport starts horizontally. Declaration public float MinX { readonly get; set; } Property Value Type Description Single | Improve this Doc View Source MinY Gets or sets the position where the viewport starts vertically. Declaration public float MinY { readonly get; set; } Property Value Type Description Single | Improve this Doc View Source Width Gets or sets the width of the viewport. Declaration public float Width { readonly get; set; } Property Value Type Description Single Methods | Improve this Doc View Source AddViewBoxTransform(SvgAspectRatio, ISvgRenderer, SvgFragment) Declaration public void AddViewBoxTransform(SvgAspectRatio aspectRatio, ISvgRenderer renderer, SvgFragment frag) Parameters Type Name Description SvgAspectRatio aspectRatio ISvgRenderer renderer SvgFragment frag | Improve this Doc View Source Equals(SvgViewBox) Declaration public bool Equals(SvgViewBox other) Parameters Type Name Description SvgViewBox other Returns Type Description Boolean | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() Operators | Improve this Doc View Source Equality(SvgViewBox, SvgViewBox) Declaration public static bool operator ==(SvgViewBox lhs, SvgViewBox rhs) Parameters Type Name Description SvgViewBox lhs SvgViewBox rhs Returns Type Description Boolean | Improve this Doc View Source Implicit(SvgViewBox to RectangleF) Performs an implicit conversion from SvgViewBox to RectangleF . Declaration public static implicit operator RectangleF(SvgViewBox value) Parameters Type Name Description SvgViewBox value The value. Returns Type Description RectangleF The result of the conversion. | Improve this Doc View Source Implicit(RectangleF to SvgViewBox) Performs an implicit conversion from RectangleF to SvgViewBox . Declaration public static implicit operator SvgViewBox(RectangleF value) Parameters Type Name Description RectangleF value The value. Returns Type Description SvgViewBox The result of the conversion. | Improve this Doc View Source Inequality(SvgViewBox, SvgViewBox) Declaration public static bool operator !=(SvgViewBox lhs, SvgViewBox rhs) Parameters Type Name Description SvgViewBox lhs SvgViewBox rhs Returns Type Description Boolean" + "keywords": "Struct SvgViewBox It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. Inherited Members System.ValueType.ToString() Object.Equals(Object, Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgViewBoxConverter))] public struct SvgViewBox Constructors | Improve this Doc View Source SvgViewBox(Single, Single, Single, Single) Initializes a new instance of the SvgViewBox struct. Declaration public SvgViewBox(float minX, float minY, float width, float height) Parameters Type Name Description System.Single minX The min X. System.Single minY The min Y. System.Single width The width. System.Single height The height. Fields | Improve this Doc View Source Empty Declaration public static readonly SvgViewBox Empty Field Value Type Description SvgViewBox Properties | Improve this Doc View Source Height Gets or sets the height of the viewport. Declaration public float Height { readonly get; set; } Property Value Type Description System.Single | Improve this Doc View Source MinX Gets or sets the position where the viewport starts horizontally. Declaration public float MinX { readonly get; set; } Property Value Type Description System.Single | Improve this Doc View Source MinY Gets or sets the position where the viewport starts vertically. Declaration public float MinY { readonly get; set; } Property Value Type Description System.Single | Improve this Doc View Source Width Gets or sets the width of the viewport. Declaration public float Width { readonly get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source AddViewBoxTransform(SvgAspectRatio, ISvgRenderer, SvgFragment) Declaration public void AddViewBoxTransform(SvgAspectRatio aspectRatio, ISvgRenderer renderer, SvgFragment frag) Parameters Type Name Description SvgAspectRatio aspectRatio ISvgRenderer renderer SvgFragment frag | Improve this Doc View Source Equals(SvgViewBox) Declaration public bool Equals(SvgViewBox other) Parameters Type Name Description SvgViewBox other Returns Type Description Boolean | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides ValueType.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides ValueType.GetHashCode() Operators | Improve this Doc View Source Equality(SvgViewBox, SvgViewBox) Declaration public static bool operator ==(SvgViewBox lhs, SvgViewBox rhs) Parameters Type Name Description SvgViewBox lhs SvgViewBox rhs Returns Type Description Boolean | Improve this Doc View Source Implicit(SvgViewBox to RectangleF) Performs an implicit conversion from SvgViewBox to RectangleF . Declaration public static implicit operator RectangleF(SvgViewBox value) Parameters Type Name Description SvgViewBox value The value. Returns Type Description RectangleF The result of the conversion. | Improve this Doc View Source Implicit(RectangleF to SvgViewBox) Performs an implicit conversion from RectangleF to SvgViewBox . Declaration public static implicit operator SvgViewBox(RectangleF value) Parameters Type Name Description RectangleF value The value. Returns Type Description SvgViewBox The result of the conversion. | Improve this Doc View Source Inequality(SvgViewBox, SvgViewBox) Declaration public static bool operator !=(SvgViewBox lhs, SvgViewBox rhs) Parameters Type Name Description SvgViewBox lhs SvgViewBox rhs Returns Type Description Boolean" }, "api/Svg.SvgVisibility.html": { "href": "api/Svg.SvgVisibility.html", @@ -1167,7 +1167,7 @@ "api/Svg.SvgVisualElement.html": { "href": "api/Svg.SvgVisualElement.html", "title": "Class SvgVisualElement | SVG.NET API", - "keywords": "Class SvgVisualElement The class that all SVG elements should derive from when they are to be rendered. Inheritance Object SvgElement SvgVisualElement SvgForeignObject SvgImage SvgPathBasedElement SvgSwitch SvgSymbol SvgTextBase SvgUse Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgVisualElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgVisualElement() Initializes a new instance of the SvgVisualElement class. Declaration public SvgVisualElement() Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public abstract RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. | Improve this Doc View Source Clip Gets the associated SvgClipPath if one has been specified. Declaration public virtual string Clip { get; set; } Property Value Type Description String | Improve this Doc View Source ClipPath Gets the associated SvgClipPath if one has been specified. Declaration public virtual Uri ClipPath { get; set; } Property Value Type Description Uri | Improve this Doc View Source ClipRule Gets or sets the algorithm which is to be used to determine the clipping region. Declaration public SvgClipRule ClipRule { get; set; } Property Value Type Description SvgClipRule | Improve this Doc View Source Displayable Declaration protected virtual bool Displayable { get; } Property Value Type Description Boolean | Improve this Doc View Source EnableBackground Gets or sets the fill SvgPaintServer of this element. Declaration public virtual string EnableBackground { get; set; } Property Value Type Description String | Improve this Doc View Source Filter Gets the associated SvgFilter if one has been specified. Declaration public virtual Uri Filter { get; set; } Property Value Type Description Uri | Improve this Doc View Source Renderable Declaration protected virtual bool Renderable { get; } Property Value Type Description Boolean | Improve this Doc View Source RequiresSmoothRendering Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. Declaration protected virtual bool RequiresSmoothRendering { get; } Property Value Type Description Boolean | Improve this Doc View Source Visible Declaration public virtual bool Visible { get; } Property Value Type Description Boolean Methods | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public abstract GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source RenderFill(ISvgRenderer) Renders the fill of the SvgVisualElement to the specified ISvgRenderer Declaration protected virtual void RenderFill(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. | Improve this Doc View Source RenderFillAndStroke(ISvgRenderer) Declaration protected virtual void RenderFillAndStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer | Improve this Doc View Source RenderStroke(ISvgRenderer) Renders the stroke of the SvgVisualElement to the specified ISvgRenderer Declaration protected virtual bool RenderStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Returns Type Description Boolean | Improve this Doc View Source ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration protected virtual void ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration protected virtual void SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set. Explicit Interface Implementations | Improve this Doc View Source ISvgBoundable.Location Declaration PointF ISvgBoundable.Location { get; } Returns Type Description PointF | Improve this Doc View Source ISvgBoundable.Size Declaration SizeF ISvgBoundable.Size { get; } Returns Type Description SizeF | Improve this Doc View Source ISvgClipable.ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration void ISvgClipable.ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source ISvgClipable.SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration void ISvgClipable.SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set. Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" + "keywords": "Class SvgVisualElement The class that all SVG elements should derive from when they are to be rendered. Inheritance Object SvgElement SvgVisualElement SvgForeignObject SvgImage SvgPathBasedElement SvgSwitch SvgSymbol SvgTextBase SvgUse Implements ISvgTransformable ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Inherited Members SvgElement.AddStyle(String, String, Int32) SvgElement.FlushStyles(Boolean) SvgElement.ContainsAttribute(String) SvgElement.TryGetAttribute(String, String) SvgElement.HttpClient SvgElement.Namespaces SvgElement.ElementNamespace SvgElement.ElementName SvgElement.Color SvgElement.Content SvgElement.Events SvgElement.Load SvgElement.Children SvgElement.Nodes SvgElement.Descendants() SvgElement.HasChildren() SvgElement.Parent SvgElement.Parents SvgElement.ParentsAndSelf SvgElement.OwnerDocument SvgElement.Attributes SvgElement.Writing SvgElement.GetAttribute(String, Boolean, TAttributeType) SvgElement.CustomAttributes SvgElement.Transforms SvgElement.ID SvgElement.SpaceHandling SvgElement.SetAndForceUniqueID(String, Boolean, Action) SvgElement.AddElement(SvgElement, Int32) SvgElement.ChildAdded SvgElement.RemoveElement(SvgElement) SvgElement.InitialiseFromXML(XmlReader, SvgDocument) SvgElement.ShouldWriteElement() SvgElement.WriteStartElement(XmlWriter) SvgElement.WriteEndElement(XmlWriter) SvgElement.WriteAttributes(XmlWriter) SvgElement.AutoPublishEvents SvgElement.Write(XmlWriter) SvgElement.WriteChildren(XmlWriter) SvgElement.Clone() SvgElement.DeepCopy() SvgElement.ISvgNode.DeepCopy() SvgElement.DeepCopy() SvgElement.AttributeChanged SvgElement.OnAttributeChanged(AttributeEventArgs) SvgElement.ContentChanged SvgElement.OnContentChanged(ContentEventArgs) SvgElement.RegisterEvents(ISvgEventCaller) SvgElement.UnregisterEvents(ISvgEventCaller) SvgElement.Click SvgElement.MouseDown SvgElement.MouseUp SvgElement.MouseMove SvgElement.MouseScroll SvgElement.MouseOver SvgElement.MouseOut SvgElement.CreateMouseEventAction(Action) SvgElement.RaiseMouseClick(Object, MouseArg) SvgElement.RaiseMouseDown(Object, MouseArg) SvgElement.RaiseMouseUp(Object, MouseArg) SvgElement.RaiseMouseMove(Object, MouseArg) SvgElement.RaiseMouseOver(Object, MouseArg) SvgElement.RaiseMouseOut(Object, MouseArg) SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String) SvgElement.RaiseMouseScroll(Object, MouseScrollArg) SvgElement.PushTransforms(ISvgRenderer) SvgElement.PopTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer) SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer) SvgElement.TransformedBounds(RectangleF) SvgElement.RenderElement(ISvgRenderer) SvgElement.RenderChildren(ISvgRenderer) SvgElement.AddPaths(SvgElement, GraphicsPath) SvgElement.GetPaths(SvgElement, ISvgRenderer) SvgElement.IsPathDirty SvgElement.InvalidateChildPaths() SvgElement.FixOpacityValue(Single) SvgElement.Fill SvgElement.Stroke SvgElement.FillRule SvgElement.FillOpacity SvgElement.StrokeWidth SvgElement.StrokeLineCap SvgElement.StrokeLineJoin SvgElement.StrokeMiterLimit SvgElement.StrokeDashArray SvgElement.StrokeDashOffset SvgElement.StrokeOpacity SvgElement.Opacity SvgElement.ShapeRendering SvgElement.ColorInterpolation SvgElement.ColorInterpolationFilters SvgElement.Visibility SvgElement.Display SvgElement.TextAnchor SvgElement.BaselineShift SvgElement.FontFamily SvgElement.FontSize SvgElement.FontStyle SvgElement.FontVariant SvgElement.TextDecoration SvgElement.FontWeight SvgElement.FontStretch SvgElement.TextTransformation SvgElement.Font SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public abstract class SvgVisualElement : SvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable Constructors | Improve this Doc View Source SvgVisualElement() Initializes a new instance of the SvgVisualElement class. Declaration public SvgVisualElement() Properties | Improve this Doc View Source Bounds Gets the bounds of the element. Declaration public abstract RectangleF Bounds { get; } Property Value Type Description RectangleF The bounds. | Improve this Doc View Source Clip Gets the associated SvgClipPath if one has been specified. Declaration public virtual string Clip { get; set; } Property Value Type Description String | Improve this Doc View Source ClipPath Gets the associated SvgClipPath if one has been specified. Declaration public virtual Uri ClipPath { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source ClipRule Gets or sets the algorithm which is to be used to determine the clipping region. Declaration public SvgClipRule ClipRule { get; set; } Property Value Type Description SvgClipRule | Improve this Doc View Source Displayable Declaration protected virtual bool Displayable { get; } Property Value Type Description Boolean | Improve this Doc View Source EnableBackground Gets or sets the fill SvgPaintServer of this element. Declaration public virtual string EnableBackground { get; set; } Property Value Type Description String | Improve this Doc View Source Filter Gets the associated SvgFilter if one has been specified. Declaration public virtual Uri Filter { get; set; } Property Value Type Description System.Uri | Improve this Doc View Source Renderable Declaration protected virtual bool Renderable { get; } Property Value Type Description Boolean | Improve this Doc View Source RequiresSmoothRendering Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. Declaration protected virtual bool RequiresSmoothRendering { get; } Property Value Type Description Boolean | Improve this Doc View Source Visible Declaration public virtual bool Visible { get; } Property Value Type Description Boolean Methods | Improve this Doc View Source Path(ISvgRenderer) Gets the for this element. Declaration public abstract GraphicsPath Path(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer Returns Type Description GraphicsPath | Improve this Doc View Source Render(ISvgRenderer) Renders the SvgElement and contents to the specified object. Declaration protected override void Render(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Overrides SvgElement.Render(ISvgRenderer) | Improve this Doc View Source RenderFill(ISvgRenderer) Renders the fill of the SvgVisualElement to the specified ISvgRenderer Declaration protected virtual void RenderFill(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. | Improve this Doc View Source RenderFillAndStroke(ISvgRenderer) Declaration protected virtual void RenderFillAndStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer | Improve this Doc View Source RenderStroke(ISvgRenderer) Renders the stroke of the SvgVisualElement to the specified ISvgRenderer Declaration protected virtual bool RenderStroke(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer object to render to. Returns Type Description Boolean | Improve this Doc View Source ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration protected virtual void ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration protected virtual void SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set. Explicit Interface Implementations | Improve this Doc View Source ISvgBoundable.Location Declaration PointF ISvgBoundable.Location { get; } Returns Type Description System.Drawing.PointF | Improve this Doc View Source ISvgBoundable.Size Declaration SizeF ISvgBoundable.Size { get; } Returns Type Description SizeF | Improve this Doc View Source ISvgClipable.ResetClip(ISvgRenderer) Resets the clipping region of the specified ISvgRenderer back to where it was before the SetClip(ISvgRenderer) method was called. Declaration void ISvgClipable.ResetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region reset. | Improve this Doc View Source ISvgClipable.SetClip(ISvgRenderer) Sets the clipping region of the specified ISvgRenderer . Declaration void ISvgClipable.SetClip(ISvgRenderer renderer) Parameters Type Name Description ISvgRenderer renderer The ISvgRenderer to have its clipping region set. Implements ISvgTransformable System.ICloneable ISvgNode ISvgStylable ISvgBoundable ISvgClipable Extension Methods SvgExtentions.GetXML(SvgElement) SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String) SvgExtentions.ApplyRecursive(SvgElement, Action) SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action)" }, "api/Svg.Transforms.html": { "href": "api/Svg.Transforms.html", @@ -1177,47 +1177,47 @@ "api/Svg.Transforms.SvgMatrix.html": { "href": "api/Svg.Transforms.SvgMatrix.html", "title": "Class SvgMatrix | SVG.NET API", - "keywords": "Class SvgMatrix The class which applies custom transform to this Matrix (Required for projects created by the Inkscape). Inheritance Object SvgTransform SvgMatrix Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgMatrix : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgMatrix(List) Declaration public SvgMatrix(List m) Parameters Type Name Description System.Collections.Generic.List < Single > m Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source Points Declaration public List Points { get; set; } Property Value Type Description System.Collections.Generic.List < Single > Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgMatrix The class which applies custom transform to this Matrix (Required for projects created by the Inkscape). Inheritance Object SvgTransform SvgMatrix Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgMatrix : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgMatrix(List) Declaration public SvgMatrix(List m) Parameters Type Name Description List < System.Single > m Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source Points Declaration public List Points { get; set; } Property Value Type Description List < System.Single > Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.Transforms.SvgRotate.html": { "href": "api/Svg.Transforms.SvgRotate.html", "title": "Class SvgRotate | SVG.NET API", - "keywords": "Class SvgRotate Inheritance Object SvgTransform SvgRotate Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgRotate : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgRotate(Single) Declaration public SvgRotate(float angle) Parameters Type Name Description Single angle | Improve this Doc View Source SvgRotate(Single, Single, Single) Declaration public SvgRotate(float angle, float centerX, float centerY) Parameters Type Name Description Single angle Single centerX Single centerY Properties | Improve this Doc View Source Angle Declaration public float Angle { get; set; } Property Value Type Description Single | Improve this Doc View Source CenterX Declaration public float CenterX { get; set; } Property Value Type Description Single | Improve this Doc View Source CenterY Declaration public float CenterY { get; set; } Property Value Type Description Single | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgRotate Inheritance Object SvgTransform SvgRotate Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgRotate : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgRotate(Single) Declaration public SvgRotate(float angle) Parameters Type Name Description System.Single angle | Improve this Doc View Source SvgRotate(Single, Single, Single) Declaration public SvgRotate(float angle, float centerX, float centerY) Parameters Type Name Description System.Single angle System.Single centerX System.Single centerY Properties | Improve this Doc View Source Angle Declaration public float Angle { get; set; } Property Value Type Description System.Single | Improve this Doc View Source CenterX Declaration public float CenterX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source CenterY Declaration public float CenterY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.Transforms.SvgScale.html": { "href": "api/Svg.Transforms.SvgScale.html", "title": "Class SvgScale | SVG.NET API", - "keywords": "Class SvgScale Inheritance Object SvgTransform SvgScale Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgScale : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgScale(Single) Declaration public SvgScale(float x) Parameters Type Name Description Single x | Improve this Doc View Source SvgScale(Single, Single) Declaration public SvgScale(float x, float y) Parameters Type Name Description Single x Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgScale Inheritance Object SvgTransform SvgScale Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgScale : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgScale(Single) Declaration public SvgScale(float x) Parameters Type Name Description System.Single x | Improve this Doc View Source SvgScale(Single, Single) Declaration public SvgScale(float x, float y) Parameters Type Name Description System.Single x System.Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.Transforms.SvgShear.html": { "href": "api/Svg.Transforms.SvgShear.html", "title": "Class SvgShear | SVG.NET API", - "keywords": "Class SvgShear The class which applies the specified shear vector to this Matrix. Inheritance Object SvgTransform SvgShear Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgShear : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgShear(Single) Declaration public SvgShear(float x) Parameters Type Name Description Single x | Improve this Doc View Source SvgShear(Single, Single) Declaration public SvgShear(float x, float y) Parameters Type Name Description Single x Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgShear The class which applies the specified shear vector to this Matrix. Inheritance Object SvgTransform SvgShear Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgShear : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgShear(Single) Declaration public SvgShear(float x) Parameters Type Name Description System.Single x | Improve this Doc View Source SvgShear(Single, Single) Declaration public SvgShear(float x, float y) Parameters Type Name Description System.Single x System.Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.Transforms.SvgSkew.html": { "href": "api/Svg.Transforms.SvgSkew.html", "title": "Class SvgSkew | SVG.NET API", - "keywords": "Class SvgSkew The class which applies the specified skew vector to this Matrix. Inheritance Object SvgTransform SvgSkew Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgSkew : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgSkew(Single, Single) Declaration public SvgSkew(float x, float y) Parameters Type Name Description Single x Single y Properties | Improve this Doc View Source AngleX Declaration public float AngleX { get; set; } Property Value Type Description Single | Improve this Doc View Source AngleY Declaration public float AngleY { get; set; } Property Value Type Description Single | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgSkew The class which applies the specified skew vector to this Matrix. Inheritance Object SvgTransform SvgSkew Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgSkew : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgSkew(Single, Single) Declaration public SvgSkew(float x, float y) Parameters Type Name Description System.Single x System.Single y Properties | Improve this Doc View Source AngleX Declaration public float AngleX { get; set; } Property Value Type Description System.Single | Improve this Doc View Source AngleY Declaration public float AngleY { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.Transforms.SvgTransform.html": { "href": "api/Svg.Transforms.SvgTransform.html", "title": "Class SvgTransform | SVG.NET API", - "keywords": "Class SvgTransform Inheritance Object SvgTransform SvgMatrix SvgRotate SvgScale SvgShear SvgSkew SvgTranslate Implements System.ICloneable Inherited Members Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public abstract class SvgTransform : ICloneable Properties | Improve this Doc View Source Matrix Declaration public abstract Matrix Matrix { get; } Property Value Type Description Matrix Methods | Improve this Doc View Source Clone() Declaration public abstract object Clone() Returns Type Description Object | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() | Improve this Doc View Source WriteToString() Declaration public abstract string WriteToString() Returns Type Description String Operators | Improve this Doc View Source Equality(SvgTransform, SvgTransform) Declaration public static bool operator ==(SvgTransform lhs, SvgTransform rhs) Parameters Type Name Description SvgTransform lhs SvgTransform rhs Returns Type Description Boolean | Improve this Doc View Source Inequality(SvgTransform, SvgTransform) Declaration public static bool operator !=(SvgTransform lhs, SvgTransform rhs) Parameters Type Name Description SvgTransform lhs SvgTransform rhs Returns Type Description Boolean Implements System.ICloneable" + "keywords": "Class SvgTransform Inheritance Object SvgTransform SvgMatrix SvgRotate SvgScale SvgShear SvgSkew SvgTranslate Implements ICloneable Inherited Members Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public abstract class SvgTransform : ICloneable Properties | Improve this Doc View Source Matrix Declaration public abstract Matrix Matrix { get; } Property Value Type Description Matrix Methods | Improve this Doc View Source Clone() Declaration public abstract object Clone() Returns Type Description Object | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() | Improve this Doc View Source WriteToString() Declaration public abstract string WriteToString() Returns Type Description String Operators | Improve this Doc View Source Equality(SvgTransform, SvgTransform) Declaration public static bool operator ==(SvgTransform lhs, SvgTransform rhs) Parameters Type Name Description SvgTransform lhs SvgTransform rhs Returns Type Description Boolean | Improve this Doc View Source Inequality(SvgTransform, SvgTransform) Declaration public static bool operator !=(SvgTransform lhs, SvgTransform rhs) Parameters Type Name Description SvgTransform lhs SvgTransform rhs Returns Type Description Boolean Implements System.ICloneable" }, "api/Svg.Transforms.SvgTransformCollection.html": { "href": "api/Svg.Transforms.SvgTransformCollection.html", "title": "Class SvgTransformCollection | SVG.NET API", - "keywords": "Class SvgTransformCollection Inheritance Object System.Collections.Generic.List < SvgTransform > SvgTransformCollection Implements IList < SvgTransform > ICollection < SvgTransform > IReadOnlyList < SvgTransform > System.Collections.Generic.IReadOnlyCollection < SvgTransform > IEnumerable < SvgTransform > IList ICollection IEnumerable System.ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.AsReadOnly() List.BinarySearch(Int32, Int32, SvgTransform, IComparer) System.Collections.Generic.List.BinarySearch(Svg.Transforms.SvgTransform) System.Collections.Generic.List.BinarySearch(Svg.Transforms.SvgTransform, System.Collections.Generic.IComparer) List.Clear() List.Contains(SvgTransform) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, SvgTransform[], Int32, Int32) List.CopyTo(SvgTransform[]) List.CopyTo(SvgTransform[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) List.FindLastIndex(Int32, Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(SvgTransform) List.IndexOf(SvgTransform, Int32) List.IndexOf(SvgTransform, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, Svg.Transforms.SvgTransform) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(SvgTransform) List.LastIndexOf(SvgTransform, Int32) List.LastIndexOf(SvgTransform, Int32, Int32) List.RemoveAll(Predicate) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Sort() List.Sort(IComparer) List.Sort(Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgTransformConverter))] public class SvgTransformCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Properties | Improve this Doc View Source Item[Int32] Declaration public SvgTransform this[int i] { get; set; } Parameters Type Name Description Int32 i Property Value Type Description SvgTransform Methods | Improve this Doc View Source Add(SvgTransform) Declaration public void Add(SvgTransform item) Parameters Type Name Description SvgTransform item | Improve this Doc View Source AddRange(IEnumerable) Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description IEnumerable < SvgTransform > collection | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source GetMatrix() Multiplies all matrices Declaration public Matrix GetMatrix() Returns Type Description Matrix The result of all transforms | Improve this Doc View Source OnTransformChanged() Declaration protected void OnTransformChanged() | Improve this Doc View Source Remove(SvgTransform) Declaration public void Remove(SvgTransform item) Parameters Type Name Description SvgTransform item | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides System.Object.ToString() Events | Improve this Doc View Source TransformChanged Fired when an SvgTransform has changed Declaration public event EventHandler TransformChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" + "keywords": "Class SvgTransformCollection Inheritance Object List < SvgTransform > SvgTransformCollection Implements IList < SvgTransform > ICollection < SvgTransform > IReadOnlyList < SvgTransform > IReadOnlyCollection < SvgTransform > IEnumerable < SvgTransform > IList ICollection IEnumerable ICloneable Inherited Members System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) List.AsReadOnly() List.BinarySearch(Int32, Int32, SvgTransform, IComparer) List.BinarySearch(SvgTransform) List.BinarySearch(SvgTransform, IComparer) List.Clear() List.Contains(SvgTransform) System.Collections.Generic.List.ConvertAll(System.Converter) List.CopyTo(Int32, SvgTransform[], Int32, Int32) List.CopyTo(SvgTransform[]) List.CopyTo(SvgTransform[], Int32) List.EnsureCapacity(Int32) List.Exists(Predicate) List.Find(Predicate) System.Collections.Generic.List.FindAll(System.Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) List.FindLastIndex(Int32, Int32, Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) List.FindLastIndex(Predicate) System.Collections.Generic.List.ForEach(System.Action) List.GetEnumerator() List.GetRange(Int32, Int32) List.IndexOf(SvgTransform) List.IndexOf(SvgTransform, Int32) List.IndexOf(SvgTransform, Int32, Int32) System.Collections.Generic.List.Insert(System.Int32, Svg.Transforms.SvgTransform) List.InsertRange(Int32, IEnumerable) List.LastIndexOf(SvgTransform) List.LastIndexOf(SvgTransform, Int32) List.LastIndexOf(SvgTransform, Int32, Int32) List.RemoveAll(Predicate) List.RemoveRange(Int32, Int32) List.Reverse() System.Collections.Generic.List.Reverse(System.Int32, System.Int32) List.Slice(Int32, Int32) List.Sort() List.Sort(IComparer) System.Collections.Generic.List.Sort(System.Comparison) List.Sort(Int32, Int32, IComparer) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) List.IEnumerable.GetEnumerator() System.Collections.Generic.List.System.Collections.IList.Add(System.Object) System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) List.ToArray() List.TrimExcess() List.TrueForAll(Predicate) List.Capacity List.Count List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot List.IList.IsFixedSize List.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax [TypeConverter(typeof(SvgTransformConverter))] public class SvgTransformCollection : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, ICloneable Properties | Improve this Doc View Source Item[Int32] Declaration public SvgTransform this[int i] { get; set; } Parameters Type Name Description Int32 i Property Value Type Description SvgTransform Methods | Improve this Doc View Source Add(SvgTransform) Declaration public void Add(SvgTransform item) Parameters Type Name Description SvgTransform item | Improve this Doc View Source AddRange(IEnumerable) Declaration public void AddRange(IEnumerable collection) Parameters Type Name Description IEnumerable < SvgTransform > collection | Improve this Doc View Source Clone() Declaration public object Clone() Returns Type Description Object | Improve this Doc View Source Equals(Object) Declaration public override bool Equals(object obj) Parameters Type Name Description Object obj Returns Type Description Boolean Overrides Object.Equals(Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides Object.GetHashCode() | Improve this Doc View Source GetMatrix() Multiplies all matrices Declaration public Matrix GetMatrix() Returns Type Description Matrix The result of all transforms | Improve this Doc View Source OnTransformChanged() Declaration protected void OnTransformChanged() | Improve this Doc View Source Remove(SvgTransform) Declaration public void Remove(SvgTransform item) Parameters Type Name Description SvgTransform item | Improve this Doc View Source RemoveAt(Int32) Declaration public void RemoveAt(int index) Parameters Type Name Description Int32 index | Improve this Doc View Source ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Events | Improve this Doc View Source TransformChanged Fired when an SvgTransform has changed Declaration public event EventHandler TransformChanged Event Type Type Description EventHandler < AttributeEventArgs > Implements System.Collections.Generic.IList System.Collections.Generic.ICollection System.Collections.Generic.IReadOnlyList System.Collections.Generic.IReadOnlyCollection System.Collections.Generic.IEnumerable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.ICloneable" }, "api/Svg.Transforms.SvgTransformConverter.html": { "href": "api/Svg.Transforms.SvgTransformConverter.html", "title": "Class SvgTransformConverter | SVG.NET API", - "keywords": "Class SvgTransformConverter Inheritance Object TypeConverter SvgTransformConverter Inherited Members System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg.Transforms Assembly : Svg.dll Syntax public class SvgTransformConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgTransformCollection Parse(ReadOnlySpan transform) Parameters Type Name Description ReadOnlySpan < System.Char > transform Returns Type Description SvgTransformCollection" + "keywords": "Class SvgTransformConverter Inheritance Object TypeConverter SvgTransformConverter Inherited Members TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg.Transforms Assembly : Svg.dll Syntax public class SvgTransformConverter : TypeConverter Methods | Improve this Doc View Source CanConvertFrom(ITypeDescriptorContext, Type) Declaration public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) Parameters Type Name Description ITypeDescriptorContext context Type sourceType Returns Type Description Boolean Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) | Improve this Doc View Source CanConvertTo(ITypeDescriptorContext, Type) Declaration public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context Type destinationType Returns Type Description Boolean Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) | Improve this Doc View Source ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the given object to the type of this converter, using the specified context and culture information. Declaration public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) Parameters Type Name Description ITypeDescriptorContext context An ITypeDescriptorContext that provides a format context. CultureInfo culture The CultureInfo to use as the current culture. Object value The Object to convert. Returns Type Description Object An Object that represents the converted value. Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Exceptions Type Condition NotSupportedException The conversion cannot be performed. | Improve this Doc View Source ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Declaration public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) Parameters Type Name Description ITypeDescriptorContext context CultureInfo culture Object value Type destinationType Returns Type Description Object Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Improve this Doc View Source Parse(ReadOnlySpan) Declaration public static SvgTransformCollection Parse(ReadOnlySpan transform) Parameters Type Name Description ReadOnlySpan < Char > transform Returns Type Description SvgTransformCollection" }, "api/Svg.Transforms.SvgTranslate.html": { "href": "api/Svg.Transforms.SvgTranslate.html", "title": "Class SvgTranslate | SVG.NET API", - "keywords": "Class SvgTranslate Inheritance Object SvgTransform SvgTranslate Implements System.ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgTranslate : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgTranslate(Single) Declaration public SvgTranslate(float x) Parameters Type Name Description Single x | Improve this Doc View Source SvgTranslate(Single, Single) Declaration public SvgTranslate(float x, float y) Parameters Type Name Description Single x Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" + "keywords": "Class SvgTranslate Inheritance Object SvgTransform SvgTranslate Implements ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Namespace : Svg.Transforms Assembly : Svg.dll Syntax public sealed class SvgTranslate : SvgTransform, ICloneable Constructors | Improve this Doc View Source SvgTranslate(Single) Declaration public SvgTranslate(float x) Parameters Type Name Description System.Single x | Improve this Doc View Source SvgTranslate(Single, Single) Declaration public SvgTranslate(float x, float y) Parameters Type Name Description System.Single x System.Single y Properties | Improve this Doc View Source Matrix Declaration public override Matrix Matrix { get; } Property Value Type Description Matrix Overrides SvgTransform.Matrix | Improve this Doc View Source X Declaration public float X { get; set; } Property Value Type Description System.Single | Improve this Doc View Source Y Declaration public float Y { get; set; } Property Value Type Description System.Single Methods | Improve this Doc View Source Clone() Declaration public override object Clone() Returns Type Description Object Overrides SvgTransform.Clone() | Improve this Doc View Source WriteToString() Declaration public override string WriteToString() Returns Type Description String Overrides SvgTransform.WriteToString() Implements System.ICloneable" }, "api/Svg.UnitRenderingType.html": { "href": "api/Svg.UnitRenderingType.html", @@ -1232,7 +1232,7 @@ "api/Svg.XmlSpaceHandlingConverter.html": { "href": "api/Svg.XmlSpaceHandlingConverter.html", "title": "Class XmlSpaceHandlingConverter | SVG.NET API", - "keywords": "Class XmlSpaceHandlingConverter Inheritance Object TypeConverter EnumBaseConverter < XmlSpaceHandling > XmlSpaceHandlingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) System.ComponentModel.TypeConverter.CanConvertFrom(System.Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) System.Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class XmlSpaceHandlingConverter : EnumBaseConverter Constructors | Improve this Doc View Source XmlSpaceHandlingConverter() Declaration public XmlSpaceHandlingConverter()" + "keywords": "Class XmlSpaceHandlingConverter Inheritance Object TypeConverter EnumBaseConverter < XmlSpaceHandling > XmlSpaceHandlingConverter Inherited Members EnumBaseConverter.CaseHandlingMode EnumBaseConverter.CanConvertFrom(ITypeDescriptorContext, Type) EnumBaseConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) EnumBaseConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) TypeConverter.CanConvertTo(Type) TypeConverter.ConvertFrom(Object) TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String) TypeConverter.ConvertFromInvariantString(String) TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String) TypeConverter.ConvertFromString(ITypeDescriptorContext, String) TypeConverter.ConvertFromString(String) TypeConverter.ConvertTo(Object, Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) TypeConverter.CreateInstance(IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) TypeConverter.GetCreateInstanceSupported() TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) TypeConverter.GetProperties(ITypeDescriptorContext, Object) TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) TypeConverter.GetProperties(Object) TypeConverter.GetPropertiesSupported() TypeConverter.GetPropertiesSupported(ITypeDescriptorContext) TypeConverter.GetStandardValues() TypeConverter.GetStandardValues(ITypeDescriptorContext) TypeConverter.GetStandardValuesExclusive() TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext) TypeConverter.GetStandardValuesSupported() TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object) TypeConverter.IsValid(Object) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class XmlSpaceHandlingConverter : EnumBaseConverter Constructors | Improve this Doc View Source XmlSpaceHandlingConverter() Declaration public XmlSpaceHandlingConverter()" }, "CONTRIBUTING.html": { "href": "CONTRIBUTING.html", @@ -1252,7 +1252,7 @@ "doc/ReleaseNotes.html": { "href": "doc/ReleaseNotes.html", "title": "SVG.NET Release Notes | SVG.NET API", - "keywords": "SVG.NET Release Notes The release versions are NuGet releases. Unreleased Changes added SvgOptions with css parameter to Open so that this can be used for transforming the svgdocument. Split tests SVG/PNG files into Issues and W3C Test Suite. W3C Test Suite files are not automatically downloaded. Repository clean-up, reducing the download zip size from 22MB to 4.5MB. Enhancements made exceptions serializable to be able to cross AppDomain boundaries (see #826 ) Fixes fixed XML namespace prefixes are also applied for nodes declaring them (see PR #1106 ) fixed Parameter is not valid (see PR #1131 ) Version 3.4.6 (2023-11-16) Fixes fixed loading of embedded images (see #1101 ) Version 3.4.5 (2023-10-31) Changes removed out of support framework versions .NET 5 (replaced with .NET 6) (see PR #1045 ) Fixes fixed build error in C# 11 (see PR #1030 ) fixed out of memory exception on SVGs with gradients (see PR #1038 ) fixed missing styles when DeepCopy the SvgElement (see PR #1053 ) fix the color string format incompatible with the Edge/Chrome browsers in case of no System.Drawing.Common (see PR #1055 ) fixed duplication of excessive SvgElement s in DeepCopy (see #1054 ) Infrastructure Update ExCSS to 4.2.2 (see PR #1091 ) Version 3.4.4 (2022-10-29) Fixes fixed localized family names in SvgFontManager (see PR #993 ) fixed out of memory Exception in SvgImage.Render() (see #1003 ) fixed argument Exception in Draw(Graphics) (see #1004 ) updated System.Drawing.Common to prevent Remote Code Execution Vulnerability (see #1025 ) Performance performance optimization for SvgPath.Path() (see #1018 , #1013 ) Version 3.4.3 (2022-07-16) Changes removed out of support framework versions .NET 4.5.2/4.6.1 (replaced with 4.6.2) and .NET Core 2.1 (see PR #980 ) Enhancements update XMLOutputTester (rename to SVGBuilder) (see PR #983 ) Fixes fixed out of memory in Svg 3.4.2 (see #989 ) Infrastructure the ExCSS library is now included via NuGet instead of copying the sources (see #596 ) Version 3.4.2 (2022-04-11) Changes made anti-aliasing behavior more consistent with rendering in browsers (see #960 ) Fixes fixed issue for SvgTextBase.Bounds with blank SvgTextSpan (see PR #963 ) fixed precision issue in SvgUnit (see PR #969 ) fixed InheritGradient values are not inherited (see #966 ) Version 3.4.1 (2022-03-19) Fixes fixed text-decoration conversion (see #941 ) fixed text-transformation (see #952 ) fixed invalid value is set in Attributes of SvgTextBase (see #954 ) fixed precision issue in SvgUnit (see PR #961 ) Version 3.4.0 (2022-01-09) Performance reduce very high memory usage (see #909 ) Enhancements support relative commands in Paths (see PR #925 ) Fixes fixed color blend position (see #902 ) remove override method that is no longer needed in SvgPath (see #830 ) fixed size of inner (see #917 ) Version 3.3.0 (2021-09-23) Changes changed namespace of SvgSymbol from Svg.Document_Structure to Svg (see PR #556 ) mitigated XXE vulnerability: changed default behavior of DTD resolution so external references are not resolved by default (see #869 ) improved safety of rendering untrusted files: changed default behavior so external references to images, text definitions, and other resources are not resolved by default (see #872 ) made SvgExtentions.Traverse and SvgExtentions.TraverseDepthFirst internal to avoid polluting the API (see #889 ) Enhancements minimize XmlTextReader customization (see PR #836 ) manage namespaces and prefixes (see #604 ) add Open(XmlReader) method in SvgDocument (see #877 ) Fixes fixed filled polyline not displayed with stroke-width=0 (see #785 ) added basic implementation of filter classes (see #768 ) prevent stack overflow in size calculation for empty SVG (see #755 ) fixed different prefix is assigned using XmlTextWriter (see #817 ) fixed scaling if opacity is not 1 (see #863 ) fixed unnecessary dependency on System.ValueTuple (see #879 ) prevent ISvgRenderer.SmoothingMode reset when RequiresSmoothRendering is true (see #882 ) ignore x and y attributes in outermost svg as per standard (see #886 ) fixed index is outside arrary boundary (see #888 ) Version 3.2.3 (2021-01-12) Enhancements implement font-weight bolder and lighter (see PR #727 ) check if BaseUri is absolute (see PR #738 ) added support for miter-clip and arcs line joins, and for fr radial gradiant property (SVG2 features, see PR #621 ) Fixes fixed filter Inherited (see #541 and PR #689 ) fixed calculate required layout rectangle (see #732 and PR #741 ) fixed the parsing of significant whitespace (see #744 and PR #745 ) fixed build error in .NET Standard 2.1 (see #746 and PR #750 ) fixed opacity issue (see #747 and PR #751 ) fixed bounds calculation in polygon (see #758 and PR #759 ) make sure that paths with a single moveto command don't display line caps (see #634 fixed rendering of text-anchor middle (see #769 fixed opacity not correctly inherited issue (see #777 and PR #788 ) fixed fallback color (see #779 and PR #792 ) fixed size zero pattern issue (see PR #793 and PR #794 ) Version 3.1.1 (2020-05-01) Enhancements added new filter effects classes (see PR #641 ) added FilterUnits and PrimitiveUnits properties to SvgFilter class (see PR #641 ) added X, Y, Width and Height properties to SvgFilterPrimitive class (see PR #641 ) added SvgNumberCollection data type similar to SvgPointCollection (see PR #641 ) added MaskUnits, MaskContentUnits, X, Y, Width and Height properties to SvgMask (see PR #654 ) added FontStretch property to SvgElement (see PR #654 ) moved ColorInterpolationFilters property to SvgElement because its a presentation attribute (see PR #667 ) added ColorInterpolation property to SvgElement (see PR #667 ) added Href property to SvgFilter (see PR #679 ) supports localized family names (see PR #706 ) Fixes fixed CoordinateParser handling of invalid state (see PR #640 ) fixed CoordinateParser handling of invalid state (see PR #642 ) set correct default values for SvgFilter properties (see PR #641 ) dispose Matrix in SvgFilter (see PR #644 ) dispose resources in ImageBuffer (see PR #646 ) fixed StdDeviation property type of the SvgGaussianBlur class (see PR #648 ) fixed Providing entities in SvgDocument.Open does not work (see #651 ) fixed initial values of attributes related to text (see PR #655 ) fixed 'inherit' does not work at visibility and display (see PR #656 ) fixed Won't display gradients if they're wider than 698 px (see #252 and PR #658 ) fixed 'clip-rule' attribute. (see PR #662 ) fixed SvgFontStyle values (see PR #661 ) fixed EnumConverters (see PR #663 ) fixed Parameter is not valid (see #664 and PR #665 ) fixed Endless loop and out of memory on a specific file (see #675 and PR #681 ) fixed 'none' does not work at clip-path and filter (see PR #686 ) fixed argument of Path method (see PR #690 ) fixed w3c example styling-css-08-f (see PR #692 ) fixed Output namespace in inner element (see PR #702 ) fixed SvgNodeReader does not resolve entity reference (see #707 and PR #713 ) Version 3.0.102 (2020-01-13) Changes removed support for .NET 3.5 upgraded the used Fizzler libary to 1.2.0 (supports Netstandard 1.0 and 2.0) Enhancements check that there is a moveto command at the beginning of a path (see PR #616 ) add support for element (see #626 and PR #628 )) added ColorConverter from dotnet runtime codebase to make Netstandard 2.0 target more complete (see PR #630 ) Fixes fixed nested svg tags not rendered properly (see #622 ) added handling of invalid property in parser (see #632 ) Version 3.0.84 (2019-11-09) Note: this is the last release version that still supports .NET version 3.5 the support for .NET Standard introduced in this version is preliminary and incomplete a compatibility warning from the Fizzler library is shown during build; this can be safely ignored and will be gone in the next version Enhancements added preliminary support for .NET Standard 2.0 (see #346 ); Drawing2D is not fully supported added support for href namespace (see PR #579 ) support non-standard mime types for embedded images (see #578 ) Infrastructure the Fizzler library is now included via NuGet instead of copying the sources added Gitter chat room for SVG.NET Documentation moved documentation to GitHub pages added auto-generated API documentation Fixes fixed scaling of embedded images (see #592 ) fixed issue for stroke dasharray with odd number of values (see PR #584 ) fixed parsing of some color attributes (see PR #580 ) fixed behavior of 'Inherit' value for several attributes (see #541 ) Version 3.0.49 (2019-08-30) Note: this is the first version that supports .NET Core alongside .NET. To build it yourself, you need at least Visual Studio 2017 due to the added multi-platform support. Enhancements added support for .NET Core 2.2 (see PR #448 ) handle missing gdi+ library on MacOs or Linux by a descriptive exception (see #501 ) allow ID start with a number (see #138 ) added support for embedded SVG in data URIs (see #71 and #220 ) support auto-start-reverse value for marker orientation (see PR #458 ) added support for the SvgScript tag (see PR #558 ) Infrastructure use NUnit instead of MSTest for unit tests (see #420 ) added automatic git versioning xml documentation is included in the nuget package Documentation added \"Getting Started\" Wiki page Fixes added check for invalid bounds (see #554 ) added support for \"Grey\" color (see PR #551 ) updated core compat package to resolve font issues on Mac (see #548 ) fixed parsing of white spaces in color matrix (see PR #540 ) fixed zero matrix transformation issues (see PR #537 ) avoid adding a null system font (see #528 ) fixed missing text drawing (see #84 ) fixed y2 default value for SvgLinearGradientServer (see PR #530 ) fixed incorrect parsing of some float values for non-English cultures (see PR #525 and #526 ) fixed pattern drawing (see #280 ) prevent crash on reading entities (see #518 ) fixed saving of attributes with default value (see PR #520 ) fixed determination of OS type (see PR #517 ) fixed writing of custom style attributes (see #507 ) handle overlapping caps by joining the lines (see #508 ) correctly handle style attributes in top level svg element (see #391 ) fixed incorrect rendering if stroke-dasharray value is none (see PR #504 ) prevent exception for zero bounds and opacity not one (see #479 ) make sure mask elements are written back to svg (see #271 ) fixed incorrect clip region (see #363 ) fixed overflow error on 1 character text with tspan (see #488 ) fixed crash with unsupported pseudo classes (see #315 ) fixes wrong text position in some scenarios (see PR #475 ) fixed handling of spaces for xml:space=\"default\" (see PR #471 ) fixed crash if more than font have the same name (see #452 ) fixed rendering bug for text on path using very large font (see PR #468 ) avoid exception in nested SVGs without size (see #460 ) fixed default input values for filter primitives fixed parsing of float values in color matrixes and colors on non-English systems fixed xlink:href value format (see PR #455 ) support various formats of URL string (see PR #454 ) fixed stack overflow crash on images with relative size (see #436 ) Version 2.4.3 (2019-05-07) Fixes fixed boundary drawing with corner and stroke (see PR #444 ) fixed rendering with fill opacity 0 (see #437 ) fixed opacity attribute (see PR #433 ) fixed bounds calculation with stroke (see PR #433 ) Version 2.4.2 (2019-03-01) Enhancements added font manager to allow user-defined font handling (see PR #414 ) Fixes fixed handling of invalid hex color and whitespace after hex color (see #399 ) fixed default font size (caused text not to be displayed, see #419 ) fixed writing of RGBA colors (see #129 ) fixed writing of custom styles (see #129 ) fixed handling of default values for radial gradients (see #397 ) allow empty value for style property (see #318 ) added handling of referenced viewBox scaling in \"use\" elements handle special case where path consists of a single move command (see #223 ) correctly write fill-rule, clip-rule and named color attributes as lower case (see #272 ) several fixes for markers: added support for marker attributes in groups partly fixed marker appearance (stroke and fill color, scaling, deafult orientation) apply transformations in the marker drawing element (see #215 ) correctly show mid markers for paths with Bezier curves handle markers on paths with successive equal points Version 2.4.1 (2019-01-25) Changes ExCSS lives now in the Svg namespace to avoid namespace collusions (see #408 ) Fixes fixed handling of url IDs enclosed in apostrophes (see #345 ) fixed calculation of percentage values (PR #410 ) regression: missing scaling if rendering into a bitmap with defined size (see #405 ) consider transformation for all svg element bounds (see #331 ) prevent crash if use element has no reference (see #323 ) fixed handling of fill=currentColor (see #398 ) Version 2.4.0 (2019-01-08) Enhancements added basic support for CSS text-transform added optional size parameter to SvgDocument.Draw() allow relative paths for image URLs improved path drawing performance added XML Header to conform according to SVG spec ( PR #269 ) added support for removing Byte Order Mark (BOM) ( PR #269 ) Infrastructure added copy of license added automatic unit test execution after check-in in AppVeyor Fixes fixed display of rounded caps for dashed lines using dasharray (see #191 ) fixed calculation of percentage units in 'y' (see #329 ) fixed calculation of percentage units in stroke-width (see #338 ) fixed display of dasharray with odd number (see #58 ) fixed font alignment for \"middle\" and \"end\" (see #385 ) fixed handling of stroke-dashoffset (see #388 ) fixed font shorthand parsing fixed case insensitive enum parsing ignore cycles in use elements to prevent crash fixes bounds calculation for use elements corrected DPI calculation to fix text positioning for printing ignore textLength attribute if X attribute is list fixed drawing of SvgFont objects fixed adjustment if lengthAdjust='spacingAndGlyphs' (see #373 ) fixed SvgAttribute reflection for .Net core fixed default value for preserveAspectRatio attribute fixed path parsing mistaking 'E' as a command instead of an exponent fixed image opacity fixed usage of ms colortranslator class fixed inproper use of UTF8Encoding fixed runtime error after accessing added SvgText element (see #332 ) fixed rendering error due to invalid ColorBlend position fixed inheriting text-anchor and baseline-shift attributes prevent crashes on zero length segments or paths fixed handling of nested SVGs (see #244 ) fixed crash in use elements with transformation (see #64 ) fixed overflow handling for view boxes (see #279 ) bounds in path based elements did not consider transformations (see #281 )" + "keywords": "SVG.NET Release Notes The release versions are NuGet releases. Unreleased Changes Added: A class, SvgOptions , with external css parameters for styling or transforming the SvgDocument . Split tests SVG/PNG files into Issues and W3C Test Suite. W3C Test Suite files are not automatically downloaded. Repository clean-up, reducing the download zip size from 22MB to 4.5MB. Added: Support for .NET 4.7.2, .NET 4.8.1 and .NET 8.0. Added: A new project, Tests/Svg.Tests.Common for sharing codes between test applications. [Breaking change] The support for .NET 8 resulted in a breaking change to the signature of methods in CoordinateParser . The changes are needed to fix a compiler error CS8352 . The use of read-only arguments as referenced variable is not necessary. The use of ref in the function arguements resulting in CS8352 error are all removed. Enhancements made exceptions serializable to be able to cross AppDomain boundaries (see #826 ) Fixes fixed XML namespace prefixes are also applied for nodes declaring them (see PR #1106 ) fixed Parameter is not valid (see PR #1131 ) Version 3.4.6 (2023-11-16) Fixes fixed loading of embedded images (see #1101 ) Version 3.4.5 (2023-10-31) Changes removed out of support framework versions .NET 5 (replaced with .NET 6) (see PR #1045 ) Fixes fixed build error in C# 11 (see PR #1030 ) fixed out of memory exception on SVGs with gradients (see PR #1038 ) fixed missing styles when DeepCopy the SvgElement (see PR #1053 ) fix the color string format incompatible with the Edge/Chrome browsers in case of no System.Drawing.Common (see PR #1055 ) fixed duplication of excessive SvgElement s in DeepCopy (see #1054 ) Infrastructure Update ExCSS to 4.2.2 (see PR #1091 ) Version 3.4.4 (2022-10-29) Fixes fixed localized family names in SvgFontManager (see PR #993 ) fixed out of memory Exception in SvgImage.Render() (see #1003 ) fixed argument Exception in Draw(Graphics) (see #1004 ) updated System.Drawing.Common to prevent Remote Code Execution Vulnerability (see #1025 ) Performance performance optimization for SvgPath.Path() (see #1018 , #1013 ) Version 3.4.3 (2022-07-16) Changes removed out of support framework versions .NET 4.5.2/4.6.1 (replaced with 4.6.2) and .NET Core 2.1 (see PR #980 ) Enhancements update XMLOutputTester (rename to SVGBuilder) (see PR #983 ) Fixes fixed out of memory in Svg 3.4.2 (see #989 ) Infrastructure the ExCSS library is now included via NuGet instead of copying the sources (see #596 ) Version 3.4.2 (2022-04-11) Changes made anti-aliasing behavior more consistent with rendering in browsers (see #960 ) Fixes fixed issue for SvgTextBase.Bounds with blank SvgTextSpan (see PR #963 ) fixed precision issue in SvgUnit (see PR #969 ) fixed InheritGradient values are not inherited (see #966 ) Version 3.4.1 (2022-03-19) Fixes fixed text-decoration conversion (see #941 ) fixed text-transformation (see #952 ) fixed invalid value is set in Attributes of SvgTextBase (see #954 ) fixed precision issue in SvgUnit (see PR #961 ) Version 3.4.0 (2022-01-09) Performance reduce very high memory usage (see #909 ) Enhancements support relative commands in Paths (see PR #925 ) Fixes fixed color blend position (see #902 ) remove override method that is no longer needed in SvgPath (see #830 ) fixed size of inner (see #917 ) Version 3.3.0 (2021-09-23) Changes changed namespace of SvgSymbol from Svg.Document_Structure to Svg (see PR #556 ) mitigated XXE vulnerability: changed default behavior of DTD resolution so external references are not resolved by default (see #869 ) improved safety of rendering untrusted files: changed default behavior so external references to images, text definitions, and other resources are not resolved by default (see #872 ) made SvgExtentions.Traverse and SvgExtentions.TraverseDepthFirst internal to avoid polluting the API (see #889 ) Enhancements minimize XmlTextReader customization (see PR #836 ) manage namespaces and prefixes (see #604 ) add Open(XmlReader) method in SvgDocument (see #877 ) Fixes fixed filled polyline not displayed with stroke-width=0 (see #785 ) added basic implementation of filter classes (see #768 ) prevent stack overflow in size calculation for empty SVG (see #755 ) fixed different prefix is assigned using XmlTextWriter (see #817 ) fixed scaling if opacity is not 1 (see #863 ) fixed unnecessary dependency on System.ValueTuple (see #879 ) prevent ISvgRenderer.SmoothingMode reset when RequiresSmoothRendering is true (see #882 ) ignore x and y attributes in outermost svg as per standard (see #886 ) fixed index is outside arrary boundary (see #888 ) Version 3.2.3 (2021-01-12) Enhancements implement font-weight bolder and lighter (see PR #727 ) check if BaseUri is absolute (see PR #738 ) added support for miter-clip and arcs line joins, and for fr radial gradiant property (SVG2 features, see PR #621 ) Fixes fixed filter Inherited (see #541 and PR #689 ) fixed calculate required layout rectangle (see #732 and PR #741 ) fixed the parsing of significant whitespace (see #744 and PR #745 ) fixed build error in .NET Standard 2.1 (see #746 and PR #750 ) fixed opacity issue (see #747 and PR #751 ) fixed bounds calculation in polygon (see #758 and PR #759 ) make sure that paths with a single moveto command don't display line caps (see #634 fixed rendering of text-anchor middle (see #769 fixed opacity not correctly inherited issue (see #777 and PR #788 ) fixed fallback color (see #779 and PR #792 ) fixed size zero pattern issue (see PR #793 and PR #794 ) Version 3.1.1 (2020-05-01) Enhancements added new filter effects classes (see PR #641 ) added FilterUnits and PrimitiveUnits properties to SvgFilter class (see PR #641 ) added X, Y, Width and Height properties to SvgFilterPrimitive class (see PR #641 ) added SvgNumberCollection data type similar to SvgPointCollection (see PR #641 ) added MaskUnits, MaskContentUnits, X, Y, Width and Height properties to SvgMask (see PR #654 ) added FontStretch property to SvgElement (see PR #654 ) moved ColorInterpolationFilters property to SvgElement because its a presentation attribute (see PR #667 ) added ColorInterpolation property to SvgElement (see PR #667 ) added Href property to SvgFilter (see PR #679 ) supports localized family names (see PR #706 ) Fixes fixed CoordinateParser handling of invalid state (see PR #640 ) fixed CoordinateParser handling of invalid state (see PR #642 ) set correct default values for SvgFilter properties (see PR #641 ) dispose Matrix in SvgFilter (see PR #644 ) dispose resources in ImageBuffer (see PR #646 ) fixed StdDeviation property type of the SvgGaussianBlur class (see PR #648 ) fixed Providing entities in SvgDocument.Open does not work (see #651 ) fixed initial values of attributes related to text (see PR #655 ) fixed 'inherit' does not work at visibility and display (see PR #656 ) fixed Won't display gradients if they're wider than 698 px (see #252 and PR #658 ) fixed 'clip-rule' attribute. (see PR #662 ) fixed SvgFontStyle values (see PR #661 ) fixed EnumConverters (see PR #663 ) fixed Parameter is not valid (see #664 and PR #665 ) fixed Endless loop and out of memory on a specific file (see #675 and PR #681 ) fixed 'none' does not work at clip-path and filter (see PR #686 ) fixed argument of Path method (see PR #690 ) fixed w3c example styling-css-08-f (see PR #692 ) fixed Output namespace in inner element (see PR #702 ) fixed SvgNodeReader does not resolve entity reference (see #707 and PR #713 ) Version 3.0.102 (2020-01-13) Changes removed support for .NET 3.5 upgraded the used Fizzler libary to 1.2.0 (supports Netstandard 1.0 and 2.0) Enhancements check that there is a moveto command at the beginning of a path (see PR #616 ) add support for element (see #626 and PR #628 )) added ColorConverter from dotnet runtime codebase to make Netstandard 2.0 target more complete (see PR #630 ) Fixes fixed nested svg tags not rendered properly (see #622 ) added handling of invalid property in parser (see #632 ) Version 3.0.84 (2019-11-09) Note: this is the last release version that still supports .NET version 3.5 the support for .NET Standard introduced in this version is preliminary and incomplete a compatibility warning from the Fizzler library is shown during build; this can be safely ignored and will be gone in the next version Enhancements added preliminary support for .NET Standard 2.0 (see #346 ); Drawing2D is not fully supported added support for href namespace (see PR #579 ) support non-standard mime types for embedded images (see #578 ) Infrastructure the Fizzler library is now included via NuGet instead of copying the sources added Gitter chat room for SVG.NET Documentation moved documentation to GitHub pages added auto-generated API documentation Fixes fixed scaling of embedded images (see #592 ) fixed issue for stroke dasharray with odd number of values (see PR #584 ) fixed parsing of some color attributes (see PR #580 ) fixed behavior of 'Inherit' value for several attributes (see #541 ) Version 3.0.49 (2019-08-30) Note: this is the first version that supports .NET Core alongside .NET. To build it yourself, you need at least Visual Studio 2017 due to the added multi-platform support. Enhancements added support for .NET Core 2.2 (see PR #448 ) handle missing gdi+ library on MacOs or Linux by a descriptive exception (see #501 ) allow ID start with a number (see #138 ) added support for embedded SVG in data URIs (see #71 and #220 ) support auto-start-reverse value for marker orientation (see PR #458 ) added support for the SvgScript tag (see PR #558 ) Infrastructure use NUnit instead of MSTest for unit tests (see #420 ) added automatic git versioning xml documentation is included in the nuget package Documentation added \"Getting Started\" Wiki page Fixes added check for invalid bounds (see #554 ) added support for \"Grey\" color (see PR #551 ) updated core compat package to resolve font issues on Mac (see #548 ) fixed parsing of white spaces in color matrix (see PR #540 ) fixed zero matrix transformation issues (see PR #537 ) avoid adding a null system font (see #528 ) fixed missing text drawing (see #84 ) fixed y2 default value for SvgLinearGradientServer (see PR #530 ) fixed incorrect parsing of some float values for non-English cultures (see PR #525 and #526 ) fixed pattern drawing (see #280 ) prevent crash on reading entities (see #518 ) fixed saving of attributes with default value (see PR #520 ) fixed determination of OS type (see PR #517 ) fixed writing of custom style attributes (see #507 ) handle overlapping caps by joining the lines (see #508 ) correctly handle style attributes in top level svg element (see #391 ) fixed incorrect rendering if stroke-dasharray value is none (see PR #504 ) prevent exception for zero bounds and opacity not one (see #479 ) make sure mask elements are written back to svg (see #271 ) fixed incorrect clip region (see #363 ) fixed overflow error on 1 character text with tspan (see #488 ) fixed crash with unsupported pseudo classes (see #315 ) fixes wrong text position in some scenarios (see PR #475 ) fixed handling of spaces for xml:space=\"default\" (see PR #471 ) fixed crash if more than font have the same name (see #452 ) fixed rendering bug for text on path using very large font (see PR #468 ) avoid exception in nested SVGs without size (see #460 ) fixed default input values for filter primitives fixed parsing of float values in color matrixes and colors on non-English systems fixed xlink:href value format (see PR #455 ) support various formats of URL string (see PR #454 ) fixed stack overflow crash on images with relative size (see #436 ) Version 2.4.3 (2019-05-07) Fixes fixed boundary drawing with corner and stroke (see PR #444 ) fixed rendering with fill opacity 0 (see #437 ) fixed opacity attribute (see PR #433 ) fixed bounds calculation with stroke (see PR #433 ) Version 2.4.2 (2019-03-01) Enhancements added font manager to allow user-defined font handling (see PR #414 ) Fixes fixed handling of invalid hex color and whitespace after hex color (see #399 ) fixed default font size (caused text not to be displayed, see #419 ) fixed writing of RGBA colors (see #129 ) fixed writing of custom styles (see #129 ) fixed handling of default values for radial gradients (see #397 ) allow empty value for style property (see #318 ) added handling of referenced viewBox scaling in \"use\" elements handle special case where path consists of a single move command (see #223 ) correctly write fill-rule, clip-rule and named color attributes as lower case (see #272 ) several fixes for markers: added support for marker attributes in groups partly fixed marker appearance (stroke and fill color, scaling, deafult orientation) apply transformations in the marker drawing element (see #215 ) correctly show mid markers for paths with Bezier curves handle markers on paths with successive equal points Version 2.4.1 (2019-01-25) Changes ExCSS lives now in the Svg namespace to avoid namespace collusions (see #408 ) Fixes fixed handling of url IDs enclosed in apostrophes (see #345 ) fixed calculation of percentage values (PR #410 ) regression: missing scaling if rendering into a bitmap with defined size (see #405 ) consider transformation for all svg element bounds (see #331 ) prevent crash if use element has no reference (see #323 ) fixed handling of fill=currentColor (see #398 ) Version 2.4.0 (2019-01-08) Enhancements added basic support for CSS text-transform added optional size parameter to SvgDocument.Draw() allow relative paths for image URLs improved path drawing performance added XML Header to conform according to SVG spec ( PR #269 ) added support for removing Byte Order Mark (BOM) ( PR #269 ) Infrastructure added copy of license added automatic unit test execution after check-in in AppVeyor Fixes fixed display of rounded caps for dashed lines using dasharray (see #191 ) fixed calculation of percentage units in 'y' (see #329 ) fixed calculation of percentage units in stroke-width (see #338 ) fixed display of dasharray with odd number (see #58 ) fixed font alignment for \"middle\" and \"end\" (see #385 ) fixed handling of stroke-dashoffset (see #388 ) fixed font shorthand parsing fixed case insensitive enum parsing ignore cycles in use elements to prevent crash fixes bounds calculation for use elements corrected DPI calculation to fix text positioning for printing ignore textLength attribute if X attribute is list fixed drawing of SvgFont objects fixed adjustment if lengthAdjust='spacingAndGlyphs' (see #373 ) fixed SvgAttribute reflection for .Net core fixed default value for preserveAspectRatio attribute fixed path parsing mistaking 'E' as a command instead of an exponent fixed image opacity fixed usage of ms colortranslator class fixed inproper use of UTF8Encoding fixed runtime error after accessing added SvgText element (see #332 ) fixed rendering error due to invalid ColorBlend position fixed inheriting text-anchor and baseline-shift attributes prevent crashes on zero length segments or paths fixed handling of nested SVGs (see #244 ) fixed crash in use elements with transformation (see #64 ) fixed overflow handling for view boxes (see #279 ) bounds in path based elements did not consider transformations (see #281 )" }, "doc/Samples.html": { "href": "doc/Samples.html", diff --git a/manifest.json b/manifest.json index 8b51ad61d..47aaf8825 100644 --- a/manifest.json +++ b/manifest.json @@ -66,7 +66,7 @@ "output": { ".html": { "relative_path": "doc/ReleaseNotes.html", - "hash": "7gkOamG8pcWd5IXYr9Y8155CVSvJF22dDGUyTB96PHM=" + "hash": "PX32V+S7+xLNuDLBm5sqPuLHKJNio/O4FxlP9nRZPXc=" } }, "is_incremental": false, @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "api/Svg.AttributeEventArgs.html", - "hash": "hzhHAKGavn7fGmdN+kTa2xe2AjE74fKWxzNjKoN/M6Q=" + "hash": "AIRzxOSFfF8z8lkbktk4q/E+kWRmPCunmUZ00eQa2/s=" } }, "is_incremental": false, @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/Svg.ChildAddedEventArgs.html", - "hash": "entn1dwgEqvbqIZ7HkMGi8v18GGnIUOoOe3KMmEHrMw=" + "hash": "4sBhQBUlubdK1bFLEVmMTyaft/XyX/DN+fo5wJND9XM=" } }, "is_incremental": false, @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Svg.ContentEventArgs.html", - "hash": "HL8B4P6z0r2IOO3EWUyVISUiTCVY145FPtRV0IKKNLI=" + "hash": "mEDb2Vg7WFmTfve5AhhIlD4h8uyFxj53ni6hP0czdGw=" } }, "is_incremental": false, @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/Svg.CoordinateParser.html", - "hash": "CgnZ/LAoy/zKTTA8gmdC0bgtOiVXYycC2Mfszo6a60w=" + "hash": "i2He3iTQ7se5jlN6CruFnOOMx/R5Z+TP8Ro3GMCTFGc=" } }, "is_incremental": false, @@ -189,7 +189,7 @@ "output": { ".html": { "relative_path": "api/Svg.DataTypes.SvgOrientConverter.html", - "hash": "OgIe4I94km6b8Rfu7+LrJG/fPo3/kJPbDIBUHVk/Jdg=" + "hash": "1ecsQD2Wd0g1ltEUvSgVqEHfzFtlNJCfutqAj2KLM2g=" } }, "is_incremental": false, @@ -201,7 +201,7 @@ "output": { ".html": { "relative_path": "api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html", - "hash": "X8bXEn0jYcfMg2IMy6+i7UXmagVbn4QLwEOdfzG3UoU=" + "hash": "lO54ePIHQoM8mCi5tzhuTJZqw+LGbwdNw1IiLx947no=" } }, "is_incremental": false, @@ -225,7 +225,7 @@ "output": { ".html": { "relative_path": "api/Svg.Document_Structure.SvgSymbol.html", - "hash": "HiJu0vC73Bp4WQA9Z20P1CalWWm7SEwuX0nuBhJHJZw=" + "hash": "QpAinQmjwSoCjXdl3g9PZ4+Q2G/6boQkAcboWTGohkk=" } }, "is_incremental": false, @@ -261,7 +261,7 @@ "output": { ".html": { "relative_path": "api/Svg.EnumBaseConverter-1.html", - "hash": "avK8WmydDh+Fijx7eDEbkuzRwmQOBB+eR2mFmutpE5s=" + "hash": "I7dW2llSpdp+LQ784Z/Spl8OUV2f7HlY+6EYbTvGk4A=" } }, "is_incremental": false, @@ -273,7 +273,7 @@ "output": { ".html": { "relative_path": "api/Svg.Exceptions.SvgMemoryException.html", - "hash": "2zCIEh9Cv6yyT/GoQU6XR+3QwL30Q5dHqXi3KYYnczA=" + "hash": "DydW/s6P7W6RZsEdelA0TJ5+agO0fEFfAQ3iWR/JSLw=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/Svg.ExtensionMethods.UriExtensions.html", - "hash": "Rb/SDhKlH2pze/TlPVuqEn7iZMgLzZiA77LcuEy2rzo=" + "hash": "/Uj3IW9JdkJROEZI2q60+UzsuB5MlElEkHzP/q0tP8g=" } }, "is_incremental": false, @@ -321,7 +321,7 @@ "output": { ".html": { "relative_path": "api/Svg.Extensions.html", - "hash": "85H8Q4x+98RF6maDwGVcejihp9EeIJGBBci4G6TSXHw=" + "hash": "bpaBfNNCxJa9yQlI0p77402p3KY0P95kFOLJvISpTZo=" } }, "is_incremental": false, @@ -345,7 +345,7 @@ "output": { ".html": { "relative_path": "api/Svg.ExternalTypeExtensions.html", - "hash": "rimr8TLE4CAQHo0XCsdNYxYhzyU5CgQ80QxM8NMwL+Y=" + "hash": "74FQQzHvRBOlYqR4mSl4VL3fkwhrxwQeyULlCYsIx6E=" } }, "is_incremental": false, @@ -381,7 +381,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.ImageBuffer.html", - "hash": "/QEMsil6D8wV2rxVc3ObUjrcmLvmMZdX8utLAcH1/24=" + "hash": "1CsR+tlkydk6ujNTkC4yERX+3PEJZpLzegefaiijeFg=" } }, "is_incremental": false, @@ -393,7 +393,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgBlend.html", - "hash": "v6ydKJwA7Jv5aKk/hB2qoEqHq6Xn/pJtPxoqab1ZZ7c=" + "hash": "JL0PPu1PsF0xmOK8IK/WU8DzQ+UxyEYdyMlO7kWpU8k=" } }, "is_incremental": false, @@ -429,7 +429,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgColourMatrix.html", - "hash": "CkTYSElcOEd+mCKSPyInDWzGG0S2nRDfG4Q0ALjHmdQ=" + "hash": "V/IvvxhGD+tqq5wQHJkgimAluXWMIP96x2EE1zI05Oo=" } }, "is_incremental": false, @@ -453,7 +453,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComponentTransfer.html", - "hash": "XJfvyFlg80hSdzBhcdwKqptgLBiSXyHe18gfYo+qw3w=" + "hash": "32cI6JPqPT0YnLhK7KCmp1T1COAa05FzKYL1ZIiUttI=" } }, "is_incremental": false, @@ -465,7 +465,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComponentTransferFunction.html", - "hash": "XPVbc/DMyKEVn0SP3iZajUbKdxDCXEFIWj5h/Irb2ro=" + "hash": "50tlDn9g+TEQ/sNk7T+pqn2da4BbvZlg9QFM9K+wz3Q=" } }, "is_incremental": false, @@ -489,7 +489,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComposite.html", - "hash": "fiITpP2Jdw8IPdnFoNC/sXnHVpbigyqDumT2Pv8/NeQ=" + "hash": "X8jDlzss2fsKmLWwGnlnVrS25sMdpRYuxsepHqO4ChE=" } }, "is_incremental": false, @@ -513,7 +513,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgConvolveMatrix.html", - "hash": "SlAyyjILx++LkQYPeE0dnFcyWdYy0sfV4oavXqFCeUA=" + "hash": "zs6cm4bXbO1aH1+hADWDGgfnP8A758pvt1Na4UnVWqg=" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDiffuseLighting.html", - "hash": "Ov/VNxFel9yPF+IKbnxj7qe1Wtv40zWyrF9N20DD8VA=" + "hash": "SY2WosKm1NgQDX8Meajk/XoxrO/9AXBtdY11Tc9OFVA=" } }, "is_incremental": false, @@ -537,7 +537,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDisplacementMap.html", - "hash": "8C+jRlpFZhndK1h1pQ9rbr0ZI568HfuCuvTLo9I71No=" + "hash": "TVEkBzYbXLi6R5REmWTRUC9dwiV//M0e50sZyIRhQNE=" } }, "is_incremental": false, @@ -549,7 +549,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDistantLight.html", - "hash": "2m/lPH4eiDkz9RBhZS4CRY7kOpbgitkleWQC+MeSu+M=" + "hash": "+9q1ZFJHtiUUD0LqNv8eM5OJwkPpD2xcH99zyWx7fC4=" } }, "is_incremental": false, @@ -573,7 +573,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFilter.html", - "hash": "zRLt1pWOA+lMF0l7P1jzh9KVlEGFMPRAXf+orqvv/kg=" + "hash": "edAMqP8gUKQ6qPLpIqcJD5UJGp76V/XYn9nfRy9/uis=" } }, "is_incremental": false, @@ -585,7 +585,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFilterPrimitive.html", - "hash": "AD24kd4nLMU95nLZuMSPi+8OISiwmzfq3R3UojnAWiY=" + "hash": "H4Riuk6Aw0bFxQHmmBxs7M1Ov5X3cS4qMsUMarbibnQ=" } }, "is_incremental": false, @@ -597,7 +597,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFlood.html", - "hash": "2RJrDoSzo7hjVWPoRrZifmaJe6HrS/O/qBiZfp6MHOo=" + "hash": "iOTU9koPwMXdaX+/y1crcQKpJalouT4+9K1SJ5oRg3Q=" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncA.html", - "hash": "XCmIG07uXRh2JyK7eST0YPW98lxZiQuMiY8di+M2ED0=" + "hash": "8Puvf0u8bs3SF09Ta6UVfswflbkW+OC/J80PjFj9Is0=" } }, "is_incremental": false, @@ -621,7 +621,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncB.html", - "hash": "ipEupCQjCmk5C6NZo8SoXgtWnAUpqPf1hVhkEG9e/qw=" + "hash": "l7dQmBT1PNJ/bZ5ui45NQZWVIL1oQGTFxxFrS/aguco=" } }, "is_incremental": false, @@ -633,7 +633,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncG.html", - "hash": "TUfWqDbtYZ7YFoRv1d+3Gb3ByZ06NeBeGX7GXS/lRWM=" + "hash": "ddQEmYyqA1/3Geum1KHfqUch0/KJ4XF1De1qRpYExLs=" } }, "is_incremental": false, @@ -645,7 +645,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncR.html", - "hash": "JVS9fVcnt7Rm5odFAAjRj1WG3hndArADtERJ3lo9bdA=" + "hash": "bps2cewiIJoQAi1VWnkRMsQPZeH53x1NCAYE/Uw3R3U=" } }, "is_incremental": false, @@ -657,7 +657,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgGaussianBlur.html", - "hash": "Pn04V6JIaWO4CWyYytwXfTp4Got0YSCzB/R8wzZe8jM=" + "hash": "BUrIBt5+fxSdbystUiemn8+r3fJdH+b1fcw+qKTmNQk=" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgImage.html", - "hash": "Zr5gzrPOwuYwcrkUPXJ9RyuJE+S1LfUvtBsSfMqJDFA=" + "hash": "wQBnEO5AsmUuZ+l4UdQYEuF6P7xmlkDdAntnsdRdG6g=" } }, "is_incremental": false, @@ -681,7 +681,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMerge.html", - "hash": "EfJPhICgSChlJQ0VOas3AoGAfZHv3cCNB8kuUAvuHT4=" + "hash": "c8I/o3ced0dutaek8q9Vq2PMiuFsKqk1qvfTmdL3lvM=" } }, "is_incremental": false, @@ -693,7 +693,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMergeNode.html", - "hash": "rBQ6MoAIfKf3PX4s/tdUOP3NetU0MO1cwvnpIqi1x88=" + "hash": "2SCr22fXPwwMiJEL8E1aLjEWmlL9S04kkrVEK5+LvZk=" } }, "is_incremental": false, @@ -705,7 +705,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMorphology.html", - "hash": "LgZNiJtAs7WQ/NuoFWQWzb+hTFMfyM0aDwoMoX13P5g=" + "hash": "vSwfBeLLSaWgmBMOy3fyoJCOF8cX9uEsO6oaZdP9pws=" } }, "is_incremental": false, @@ -729,7 +729,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgOffset.html", - "hash": "Izgjpe6xze0fKCIofeRJTtT2JXw9HR5bUlE+igTtH44=" + "hash": "B1PgYRb5Xa9sW7srhD+SXKw/O+3qZqXlftR2NXD+i1M=" } }, "is_incremental": false, @@ -741,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgPointLight.html", - "hash": "CaNhMhmo3SM8D3xNvV8oqUTU+Bu/FmCnAD08pPAOVP0=" + "hash": "SdjIOqaIeXCmlzKMagWso8AS7OV/g+ldeyzekd+g+sA=" } }, "is_incremental": false, @@ -753,7 +753,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgSpecularLighting.html", - "hash": "p1jmk+G3vlhfjTJuNRhjGfxudniPI+0VGEd9VY+s/84=" + "hash": "CnUQ1KsYp4BspydQwjNAdIk8FpkW+4OvTglgyRo0eDc=" } }, "is_incremental": false, @@ -765,7 +765,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgSpotLight.html", - "hash": "Jj95CFWSKwBbG0vm/kz41oDd1GdPWsCeH3L9CILE/Ig=" + "hash": "j+orQyJqSvIc65cnthOJB4i4zkBbI3P3VJpD6ia9FSo=" } }, "is_incremental": false, @@ -789,7 +789,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgTile.html", - "hash": "Y3puYhahsz/W90ZZEbHCPRcIBaHM8SHC5TYevbeN4tU=" + "hash": "k3O5yaCcYiKL8gTvzsUppt9kb1wR7xuDTn2ZjMj3mwY=" } }, "is_incremental": false, @@ -801,7 +801,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgTurbulence.html", - "hash": "+V1DZfJo6JE7ds38NLRNSJReZLVMPUtxzC23LEHOEn0=" + "hash": "reGu72hEHgHM7tzfeYon1NhtbtE0BCOazcD2Ruehbw8=" } }, "is_incremental": false, @@ -837,7 +837,7 @@ "output": { ".html": { "relative_path": "api/Svg.GdiFontDefn.html", - "hash": "/gCpRNxZL088E/GbtJ0VF8dsFZDX/kVsFpQTbUQaBPs=" + "hash": "hYXIhfTkhOPqEwom2lpIXSy2veXjSk3NB7lJl3rE4ms=" } }, "is_incremental": false, @@ -849,7 +849,7 @@ "output": { ".html": { "relative_path": "api/Svg.IFontDefn.html", - "hash": "sj55UypBvUO/lySHLppbhPCmnPHyVl+oHQwJC7cm1gE=" + "hash": "GT5mSZ76YlCqnCKulaZKUtaP72x0Lqhp9LnFDKzPWMU=" } }, "is_incremental": false, @@ -873,7 +873,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgBoundable.html", - "hash": "xlig+Zcni+eR1J8woMWHqB/4Krj2GEtE9hHwy8etgRE=" + "hash": "Fu7itaK1jqUZQ3eqvjjkjcID2E+j7gA/NtC37kg/J48=" } }, "is_incremental": false, @@ -885,7 +885,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgClipable.html", - "hash": "HDtewMPUkbo3hKRT1SvPdRsqKqf3Mwjr7bk5qFagq18=" + "hash": "CO7ftYG+Dnt/7y3jouEmBBF0Em6DMrP0umhI6dkokPg=" } }, "is_incremental": false, @@ -933,7 +933,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgRenderer.html", - "hash": "xVGi2FyQni4sn+UjLOg0A7wwb09Z11oiwMFjDXaMqXw=" + "hash": "M6OJZTTEOlvxvKR4zNbBRP+qkcAolFx7+lKramrvJTw=" } }, "is_incremental": false, @@ -945,7 +945,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgStylable.html", - "hash": "M4Wpr4XYluMSQ1XQdSvThGyFZEBygdJAqv63SXD2kns=" + "hash": "zunlwjrWMgKlLvJidhR8E4WPuQTMiaoPN7q/gpmW0B0=" } }, "is_incremental": false, @@ -981,7 +981,7 @@ "output": { ".html": { "relative_path": "api/Svg.MouseArg.html", - "hash": "GYPVh8F4D838PQWUuAx4fYoz/3GF+Xq90Nd40fkHsmA=" + "hash": "8sRX/Xl/buKU2md0V9d1CNjIybaWJnFDtsQLEyEDBGw=" } }, "is_incremental": false, @@ -993,7 +993,7 @@ "output": { ".html": { "relative_path": "api/Svg.MouseScrollArg.html", - "hash": "7JrHdZ8XvY5b2vZ7vgjWHm2apzZuN12DlsSzxwXrQUI=" + "hash": "dBw3cRnLm/4YwZZK3TlQz0Si3JGtTitDn4EyArvNj8A=" } }, "is_incremental": false, @@ -1005,7 +1005,7 @@ "output": { ".html": { "relative_path": "api/Svg.NonSvgElement.html", - "hash": "kJGwIi0/MklUjNWoyHYPq+Jc98NMnAysH6OkfPgYbdE=" + "hash": "dLn7jXydF0Z3lbF/NW73RqkpSE7XhFwRPjH9NATCWeQ=" } }, "is_incremental": false, @@ -1029,7 +1029,7 @@ "output": { ".html": { "relative_path": "api/Svg.PathStatistics.html", - "hash": "P4c8RQZj4yja/BZuP2fAvqXfbYj2jTXbo3bLmIWYXbM=" + "hash": "PRuws02G5upF96LdR1/78Z/FxyKMLLDeMZEOfPX3Ntc=" } }, "is_incremental": false, @@ -1053,7 +1053,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgArcSegment.html", - "hash": "xlZj4j1fN8013fE6MALyMjhhigXJOfsDo2sBKW6J9Mo=" + "hash": "Ip/YnEmC7zxtAMtwWnY3dIHvpfL7jwRJFl+/USDF8Oo=" } }, "is_incremental": false, @@ -1089,7 +1089,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgClosePathSegment.html", - "hash": "jHloyVJl7ZCVBJgs0p/MsuVClsHc1+pB5qM2HzJNBKE=" + "hash": "7mhpPvNMjRSfKZiQWAM18Ek3cmdYDVJ2fX8EMBDc12c=" } }, "is_incremental": false, @@ -1101,7 +1101,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgCubicCurveSegment.html", - "hash": "21byRZmjTDo3yMIDuis4V4AV5ZVXjQGMyJN2NBr6r9s=" + "hash": "+kJI+mACCBQr5eQAPHC7jeoHYyS3U6teTwqaWrN0m4A=" } }, "is_incremental": false, @@ -1113,7 +1113,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgLineSegment.html", - "hash": "jBoM+p4oBKpsAHuwm92oEw7u7ElJ0Jy4DLYlBrg0Ygc=" + "hash": "Tl2zA/O5VWO9eJj3YjGLe3jDAws+QKMIwP3DdV+bpwI=" } }, "is_incremental": false, @@ -1125,7 +1125,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgMoveToSegment.html", - "hash": "IEaD4FNIxjUUwGXQrjgoh+JiloMhS7aobMz7a4QYDZ8=" + "hash": "hH3VECcSo0c1W+WbT+lnkdq8ZQaqH870Dyf+6R1YSTE=" } }, "is_incremental": false, @@ -1137,7 +1137,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgPathSegment.html", - "hash": "uRHSaTC1WswzGkQ1ePN/av31TnUabpYd3FAVcOVHE8U=" + "hash": "waw5tOuN/ZEStYAl1mEAWEGK1Tq3VuRdi+0xH1s2ZsM=" } }, "is_incremental": false, @@ -1149,7 +1149,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgPathSegmentList.html", - "hash": "JAdTT2anq6npTyHuH4HeqWq/lO9T1N022BVIXUnnt5c=" + "hash": "VYuufW1AUhH0eeeqLOKm41QwxopMdfkWVWqQGzSB1Hg=" } }, "is_incremental": false, @@ -1161,7 +1161,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgQuadraticCurveSegment.html", - "hash": "nSSXb3k9rAvNBDJMqBLUU9KBmKbaWcnOHsSeVmP09xE=" + "hash": "aIdTkrhLOuj4bGmn/+BHXx1URzn3XIJbGi3lOmgN5xU=" } }, "is_incremental": false, @@ -1185,7 +1185,7 @@ "output": { ".html": { "relative_path": "api/Svg.PointFExtensions.html", - "hash": "vdS/8/0+lhQ3I0YBI0p9bU/nryWzpvMdZ7kfmBIdcho=" + "hash": "dSyvkAMou+nuFfo7g2A11nssMJp8HDqbhZc7cpxbVT4=" } }, "is_incremental": false, @@ -1197,7 +1197,7 @@ "output": { ".html": { "relative_path": "api/Svg.SVGArg.html", - "hash": "lVfgLM4i1hu1IVLDslSDV5EytdBEVsYvu2yVEh1vi1k=" + "hash": "ARO91NwkiErP7q9QJOF7CasWPRHxSzohYg1atLaFsSE=" } }, "is_incremental": false, @@ -1209,7 +1209,7 @@ "output": { ".html": { "relative_path": "api/Svg.StringArg.html", - "hash": "asNr/I1OmtrK4l2nqAxQ1z/mSg4ltsjaMAYgrmaCnfM=" + "hash": "JfHs8kz/oCCGN/BdEFTquClu77jwCKOInH+6CcXkpdI=" } }, "is_incremental": false, @@ -1221,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAnchor.html", - "hash": "hzUD8Wc3JBkiQaQSp9gRXutgQwaDvc5ijx8Viy9wthQ=" + "hash": "LC0qmD3BRfbqV71Grq5MS5tpvkYQyqqWDXdPJ7z9jNo=" } }, "is_incremental": false, @@ -1233,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAspectRatio.html", - "hash": "8U37JIvFBZPRReDYWGy5Hdr4EryTwMETVxOTj5qBBFw=" + "hash": "5Ex/w0NOy6fQKR+Ns6wRiJxjGsnLwUXzH6xzQGEMfMI=" } }, "is_incremental": false, @@ -1245,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAttributeAttribute.html", - "hash": "9xPrPKhkgiAFBkgzZ/pIKWAJHEPHrONVnJ2eB62k42s=" + "hash": "g8dIYP3ZDp8lK4vl1fNFmAWioJOWqb0FtxbrHW2cQfk=" } }, "is_incremental": false, @@ -1257,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAttributeCollection.html", - "hash": "8Dkk3OlYSxGgBXjokI9KWzSvByK2SgU2JRdXoXdfcyg=" + "hash": "FV2ICeO9LKQCQcUfgZNOelzlIZMp/kbIa+9NfaXKJtI=" } }, "is_incremental": false, @@ -1269,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgBlendModeConverter.html", - "hash": "BoYgZ01nJbg1WmoSoVyGKkYf6P3ubzkzMoAe5LlXQe4=" + "hash": "uBWD1/yTFnoe++NqjXkFN9As+fRFm//T6z33UAci46k=" } }, "is_incremental": false, @@ -1281,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgChannelSelectorConverter.html", - "hash": "F2rIRHK3LlBzMSTxXv30FDUoLPiRa9dQNCrZUwza1x8=" + "hash": "uW9660Cp4HtqQv0NgWnYrzKDqYjd1DupK8DyMZAm+9c=" } }, "is_incremental": false, @@ -1293,7 +1293,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCircle.html", - "hash": "xY2qumh+FN7JII7z7pisuQaMVu5rmPpDob03Ol5gPvg=" + "hash": "/TJNUtUZA9HGTvap+QjJdk+oMxcTrfTu3PNwWbeqJkE=" } }, "is_incremental": false, @@ -1305,7 +1305,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgClipPath.html", - "hash": "iprgx70SRUs/D1scgMNQvdUWCOj1DYCTd6nkuEaUcD4=" + "hash": "nj+l/n23u7jMKR4qqvANdSueIbivRquAQ9fhLlG9tFc=" } }, "is_incremental": false, @@ -1329,7 +1329,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgClipRuleConverter.html", - "hash": "euf5mX2k//NOUC9X3DGZMusBvjzOLgkoNR2hH+fTinA=" + "hash": "SF03cXO1CjOUYFbyqO61j+0GVwVs8R8QkCh/9LEGO/k=" } }, "is_incremental": false, @@ -1341,7 +1341,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourConverter.html", - "hash": "kFP+d1ikkWzJuq1cyHHs7DRElpjErwTBlz0PAl6uC98=" + "hash": "IxyqlPMjRob0lSkDmMYG1xpqbUjw5wiHYlgKw8RDU2M=" } }, "is_incremental": false, @@ -1353,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourInterpolationConverter.html", - "hash": "OmPgDCkq6ObqG/RhFaNLJ6UM+DNqyum64R1Pav0F79c=" + "hash": "u7K4frHutdXVt1tyZ5qvW523GHeorfEwcgNoSS+fe4I=" } }, "is_incremental": false, @@ -1365,7 +1365,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourMatrixTypeConverter.html", - "hash": "xXIPiIxg+50DVop2iUg1nlV2kW/PtVjEtp3kZN1b1II=" + "hash": "fcud1BdoV7D5O4CMGooVm1Fg+coeoklpfMGze2Nq3yo=" } }, "is_incremental": false, @@ -1377,7 +1377,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourServer.html", - "hash": "Fp5XeiC4SOPwwkaFN4f+6wdfcNBVywqyapvgiOlVsdg=" + "hash": "0kaMj60fyBu/AYLL1hTBHp7Z4GfFSxzrUtl28F6pCt4=" } }, "is_incremental": false, @@ -1389,7 +1389,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgComponentTransferTypeConverter.html", - "hash": "qMEtlB376J+ZyFJI1WXHVfli6LuWVl19GE1+9HesLSU=" + "hash": "sHKf1kMLAMXPbqwUawY2jVbkhhfo+gCtFOYYNVhcaZc=" } }, "is_incremental": false, @@ -1401,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCompositeOperatorConverter.html", - "hash": "DCO1m8w7bIXdB94NMY+t3sLWeJg5/THsdQ9rizTQLvw=" + "hash": "CGb/Jh6OeJ7YoO0ap3fsh7ibZvUY/XusO1zX5IU/A6k=" } }, "is_incremental": false, @@ -1413,7 +1413,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgContentNode.html", - "hash": "DLdRvKtyIbOjR9MNER5gtiAvFsV5oePQ90PDIEhHxTM=" + "hash": "llx0pk8TUTLN7fnpc6DpGO6SScN++kFobhp9H8BkwtQ=" } }, "is_incremental": false, @@ -1437,7 +1437,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCoordinateUnitsConverter.html", - "hash": "u6M2XuCOAqZu0eu/KSO5Nv3MXqS6ZCJsTRSA/ZuX71w=" + "hash": "sWYMQ5qz7uQp3V/wl/KhuYgN8AdUHL+Uo4gT7hicoMU=" } }, "is_incremental": false, @@ -1449,7 +1449,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCustomAttributeCollection.html", - "hash": "9Pz/BBMxvNOctGEkw3t05irMlN6CylZU95eSwHJ7DpM=" + "hash": "i42TtRjvoxQnDBxKiipRcSlbtzvbqkgefbh54NxzB4g=" } }, "is_incremental": false, @@ -1461,7 +1461,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDeferredPaintServer.html", - "hash": "wvmRrHEav+29wDC78vAKLaj/usWLGBF7o+VpyIcvf0c=" + "hash": "339ozoS+BybJQeAfYUJ7aU44h1PPXH8h9++gkvlKSoQ=" } }, "is_incremental": false, @@ -1473,7 +1473,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDefinitionList.html", - "hash": "1SneKzJT/BLHMVeI5m01MZJ1EKIM9OGKNS3sJp1m5h0=" + "hash": "hl1XhyMYm9gseYdVh1i/zdWDjFmfX+g45hJB4fWRPBI=" } }, "is_incremental": false, @@ -1485,7 +1485,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDescription.html", - "hash": "rmGybRezHuYgj0U8WB3gl43XMd91frwYfIO9ixa4gAE=" + "hash": "sZD6dUnzJUiv/6O//I9Az7svMZh/DxRSLXtkE7h67L8=" } }, "is_incremental": false, @@ -1497,7 +1497,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDocument.html", - "hash": "mTNXQdGVuHeG1yHiOj8ontlkFbSkPCi9WPRuBd2A7xU=" + "hash": "yzkm08PZOX9Fw9w1MoA++Q7Y+eUVZPJ0lqNBNwOyzD4=" } }, "is_incremental": false, @@ -1509,7 +1509,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDocumentMetadata.html", - "hash": "lS7DXU0IZIWTgLCYLvRudbEpBoaPtbjNmu7/ikLsISM=" + "hash": "x7Bh1XKiGDQIKnr6N3RjJ6NVVcP2SPLORk7+pfufhho=" } }, "is_incremental": false, @@ -1521,7 +1521,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgEdgeModeConverter.html", - "hash": "YzxGDprtCa8rp/J7yB6StGCovjthwtzn2vNOC796asY=" + "hash": "Ldqsprjqk2YANzEjNGGxvbgNor+62kZwYahhfN8Jwt0=" } }, "is_incremental": false, @@ -1533,7 +1533,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElement.html", - "hash": "71E962HIE9rqf3BdZwrHYgtd4lpx4JYjc3VGZ7rnJ3g=" + "hash": "YIu8T95jk/57QBJ+Q0nZDRkzTX3G6PZkEg3f42Uf+mc=" } }, "is_incremental": false, @@ -1545,7 +1545,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementAttribute.html", - "hash": "W26i6lT4dER67MyRIn8P49CCFYyCMonoSOrhC897V3k=" + "hash": "64zV3N9WlqCYrB1E+XCLwYjuLRAoqvLPJedyLPba5hQ=" } }, "is_incremental": false, @@ -1557,7 +1557,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementCollection.html", - "hash": "A/uKCgjX6qOZ7gmK2ZrceFmlApiLhB+uivD53rInNrc=" + "hash": "HnD1Lv75QAcWY5fowMYsyClrOjWO97AdILS5OFNi0CU=" } }, "is_incremental": false, @@ -1569,7 +1569,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementEventArgs.html", - "hash": "EYV8BLETTT3bdnzm+4NXXGn8YZ8Hs57FouEb/NvUI2g=" + "hash": "qBrYp5yqWz52VskK3jI+Tny+WKmPr+fPbaahaxZ161M=" } }, "is_incremental": false, @@ -1581,7 +1581,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementIdManager.html", - "hash": "15nPqQPTfaTqUJu2ym6Jo/Y+uHKYL12V6Ge9fiv1reU=" + "hash": "ikA0xa606WPcjE8hIjjX6OSqc9UWaJEI7aTcz8FTJNU=" } }, "is_incremental": false, @@ -1593,7 +1593,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementStyle.html", - "hash": "k2mpb2cwtTHiWICnXGttdVwSI5pcaZTW1tZv5L+4OBI=" + "hash": "WEVsK56o6nFsZiZDDWi3P0hExL01PMJ8mWjmvmG59BA=" } }, "is_incremental": false, @@ -1605,7 +1605,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgEllipse.html", - "hash": "551Jo21rDKPY0zVoZXtlVN0CIvX2RRlu5bkSF657EFQ=" + "hash": "FcBI2sHxXtKmz0+S1VUl2Ag5m+PbjwhE3KuH5PbCKWE=" } }, "is_incremental": false, @@ -1617,7 +1617,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgException.html", - "hash": "NfTrfq/sUdexvpXNthGJ3dacxgKarslRGRdwtPD05Eo=" + "hash": "MoLnukSXPIRUiKYMed6GE0dox77/INozWu2ppPlQfXg=" } }, "is_incremental": false, @@ -1629,7 +1629,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgExtentions.html", - "hash": "QYkHVbyaza1/nLqlDlZYWaR6hzZWdw+P3jIb4r3mu4c=" + "hash": "dFz0j5OvoCK0diUlYE8vv+w8r6AHPRXk1YAWeDtgHzA=" } }, "is_incremental": false, @@ -1641,7 +1641,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFallbackPaintServer.html", - "hash": "uX3m4jEMh+2J1Z0wA/p9DoTDlIXMWdHWw65MnV8h5SY=" + "hash": "FHxyh1Y/06umTPF5If1beJGIkT5KKV1Rsd9ixmPvVjI=" } }, "is_incremental": false, @@ -1665,7 +1665,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFillRuleConverter.html", - "hash": "bYq6Pfb7+cVprRs2Pj+earRN3QIPVoEx4Rj7nnF03vs=" + "hash": "nniMxpGiqtjfyU5IJL+jfZ5X7z1jz3aFZO7twQfU+/I=" } }, "is_incremental": false, @@ -1677,7 +1677,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFont.html", - "hash": "IhgwprTrEkNH3y0JnqMOsVVenGqX+gPCAl8mtqud0KQ=" + "hash": "Q3UDjOX509lCd+A6FaxDS8prE/mEyQG1fbmQgN1KhxI=" } }, "is_incremental": false, @@ -1689,7 +1689,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontDefn.html", - "hash": "I2yCsrh500jHLuiWcfovr78HrJ+D7Zcop91ZydboVK4=" + "hash": "7ByoCrDKSEb6Z6E+KeqKKFMsrmrSGz6K14GjKIQqg2M=" } }, "is_incremental": false, @@ -1701,7 +1701,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFace.html", - "hash": "25HCORGeQtQ1AGSD2OHX8PThPPmIGfENKiU7my0DvYg=" + "hash": "TF5T3bVVYXZMfeq79VCuySx7d0dLroWloLJbt+V67lc=" } }, "is_incremental": false, @@ -1713,7 +1713,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFaceSrc.html", - "hash": "xKqnz96LDUxghJdQ1esaL3txb/GHVVZ53yLuLGAlLr4=" + "hash": "pLG/gFlum2I7PbkEnqv4jaRUUdYj8gd7c1UZ90Xgri4=" } }, "is_incremental": false, @@ -1725,7 +1725,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFaceUri.html", - "hash": "/Axx0uOJrCPV4akBO35hqhq4yL0mRBRK7XGwc+lJB/c=" + "hash": "LX/m0YXUGniS3Ds5gGQ1xEsA6LfQMAFhi7GFHSSLLyA=" } }, "is_incremental": false, @@ -1737,7 +1737,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontManager.html", - "hash": "A2iQS2bk3tRDGlvK2mQyWXXliXbwAQYGVbbFPxdbrqw=" + "hash": "RIOWAr9hIhwf5XlqHMUriho6ZtwxMRzUimpiXmkg5Xo=" } }, "is_incremental": false, @@ -1761,7 +1761,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontStretchConverter.html", - "hash": "s0xbjAnzt50GnzoEZ4B1qv7WD+FvabSBrSm/iTRx+uI=" + "hash": "4EkvmyVrVSkATOya2A2QF90+v+BsWjnCdHXePwfsUPU=" } }, "is_incremental": false, @@ -1785,7 +1785,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontStyleConverter.html", - "hash": "bHlCunsktTA8rQqK0EU8yiDhRkQSKjoQzV0iBOqCR9g=" + "hash": "xVoxcWesm9qMATiGXPGHFP1jCz46tcHA6Q9oZGczM+E=" } }, "is_incremental": false, @@ -1809,7 +1809,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontVariantConverter.html", - "hash": "bZAfRdy7xKO/hUc1PZehvvQb6VyKv8qCMrPm+ui+GwA=" + "hash": "+KxOI2aw4xXEP5n1T/56daWIOOR5ytJUhRmh7Eb0Q64=" } }, "is_incremental": false, @@ -1833,7 +1833,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontWeightConverter.html", - "hash": "4E9YfAp5mQu+lqDmyiaznPQhT1YtlxfMMRiSxNBs4ro=" + "hash": "I5mbiAzLVP5ZK4qhud2G1Jjznae7i+3jYRoAqxpY4xY=" } }, "is_incremental": false, @@ -1845,7 +1845,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgForeignObject.html", - "hash": "jkgYS+iq9DeYcyM90P/dq0qGZv3JKST4d0W39Udl61E=" + "hash": "c1g+5SJuLBPqMDUPWskJpBsg8WKYpxRgDnpMyHSczfA=" } }, "is_incremental": false, @@ -1857,7 +1857,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFragment.html", - "hash": "mkjfVcxNh6FkzM59dnL9EFIg3sOpF8Fkjnik0624aR8=" + "hash": "7YcHV40ZMd9UObDY9d8l2B85Ee2RhHRFugcMuLLMqCc=" } }, "is_incremental": false, @@ -1869,7 +1869,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGdiPlusCannotBeLoadedException.html", - "hash": "utfZqnjHlk3haUPtsy1kk7DF86ZAOmi20igr0+dA2H0=" + "hash": "9pJ9CZiRnRNIwmg/rIpk5Amk/Stb1K5AwDLM/LmIkdI=" } }, "is_incremental": false, @@ -1881,7 +1881,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGlyph.html", - "hash": "8nU35SZtjdg9VBCqdtA8aX2DpCsNKzVKJoNIGstOt/w=" + "hash": "9wjCU+d/NgYzfPuL2rkL7x5wYfnP6C7YdfhLpv1kGLo=" } }, "is_incremental": false, @@ -1893,7 +1893,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientServer.html", - "hash": "M9ekrUqU4uczRodNjGLkKtpX88GRfxndKHRQ3u/nF0w=" + "hash": "u6BxLM1RbkHubUFafYq9sXOtZ7vyX0KGks6yzs+D6kY=" } }, "is_incremental": false, @@ -1917,7 +1917,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientSpreadMethodConverter.html", - "hash": "nI093FpplnOHIVMJAXC0Fs2rUxm3TbFk9aybWrPQxas=" + "hash": "gqTDoCN2LggEEoYjVfGaX4/34BZJt6feVeSxBrT3SbM=" } }, "is_incremental": false, @@ -1929,7 +1929,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientStop.html", - "hash": "odGxNW00SV/wmSP606lAhm5hClMsQ/woPbrPyQZttdA=" + "hash": "Cmr2G/xcVadDdcOtdJUbrEpLLtk4BqJxZ2A+8BrrwWE=" } }, "is_incremental": false, @@ -1941,7 +1941,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGroup.html", - "hash": "k1pUCtHC8LCJd0BjvkZQL6EjhZmh9fBOzD9HhII+paM=" + "hash": "z+iZsjyCcYRgakfk/9cHJgPFnfzPnLjOdWu11yazGZ8=" } }, "is_incremental": false, @@ -1953,7 +1953,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgHorizontalKern.html", - "hash": "cl9F+cFHzecxNP+9fVcDouyUnlfxpG+Zz7l5a96XKuc=" + "hash": "H2z+Si4V7mXcXxuckDSGxvhE8PSJ1aKb3egGob4Cdvk=" } }, "is_incremental": false, @@ -1965,7 +1965,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDException.html", - "hash": "CsjfslrC0BXwuSYPpEBgmfkStnBton930oeABXHGT3Q=" + "hash": "pMEn4y1w5EpPKtDUlfghmqmUIqgC98YeFNg7eVs4eaw=" } }, "is_incremental": false, @@ -1977,7 +1977,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDExistsException.html", - "hash": "DWSdsGVXBGB9i8v9AO2xtEMfBbiMVavpoZ1SnIkyGaM=" + "hash": "p1QNk2XVAlRRiH2IupxdvEP05PL851T4WwiYcd/GjQU=" } }, "is_incremental": false, @@ -1989,7 +1989,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDWrongFormatException.html", - "hash": "6Nw9i7VKgleoV/nVmn0PpPSG1DHNnTM5q5ryGgWajMU=" + "hash": "5aapWw8Dc138fey9XyA+nUIPXkbbxGj6TI+X8Vw9Wak=" } }, "is_incremental": false, @@ -2001,7 +2001,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgImage.html", - "hash": "HvmroC3ZQSUB9P/r/bWyCzZOY3fg6wJbpgx5tvc6PQE=" + "hash": "PypvWYWYsR1yWsZxcAFwFj+wdoX0QH1zNPZrq26Njgg=" } }, "is_incremental": false, @@ -2025,7 +2025,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgImageRenderingConverter.html", - "hash": "0fjd6XwVD8t7PrvqBMxci54QpWYW4BPw23IqLJguKsg=" + "hash": "IGWI07Fvr3diwEFlF9ZOmjVl3tAOyjcCDvhNFT9D4UU=" } }, "is_incremental": false, @@ -2037,7 +2037,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgKern.html", - "hash": "tTlnK348gsezVcDXkMIfv4yyPmtcc4aSdIq69RoVZSY=" + "hash": "aNt4zpbGi7f2f/xe/TThqgQfbS4LQsj41KMHSNXKR2U=" } }, "is_incremental": false, @@ -2049,7 +2049,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLine.html", - "hash": "n3cSRBS1Cp6V7ml5tn2jnLQpcituS80Zy6m4F22+ClY=" + "hash": "B3ANB2P9D7snHOWxV1Hu1DzYLm8osTdGA608V2deTOw=" } }, "is_incremental": false, @@ -2061,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLinearGradientServer.GradientPoints.html", - "hash": "Eb2IVe286zs+LYNs5PY/c0JaIEy4Ub2UgSJn0J7k41g=" + "hash": "VL/Yxp43ImZudgPV/R3gfhBj6ZGl1ZbKuXcCFvFAf4o=" } }, "is_incremental": false, @@ -2073,7 +2073,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLinearGradientServer.html", - "hash": "0qTTsa3YeMTnItulpEmlYubsGKXApKHqJa0LQn0Nz74=" + "hash": "Ms0dCsNBKzQkDlF7xzcmNZ/ucW8f956hNz19Ff75xDg=" } }, "is_incremental": false, @@ -2085,7 +2085,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarker.html", - "hash": "WFqMD4X4Cw4G5vXOt4X8pG1SBF745mfZAGTVQSC7cq0=" + "hash": "Pj0J55dAXuobmyVAbGuCQuSJgeFkh9OKyZhuGQEOmeQ=" } }, "is_incremental": false, @@ -2097,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarkerElement.html", - "hash": "R+flKbXmCjFWfzytjjoH1raXV+YnTegVoJB1fTUmcZo=" + "hash": "ZIgS6hOMG6JaoEd35xVuBFiQs5xnrwbesIPNYSlM3ck=" } }, "is_incremental": false, @@ -2109,7 +2109,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarkerUnitsConverter.html", - "hash": "GFt2YwASIzCxNX7kB5y/vdEYJfOPuhq6yVEiYNQs1Sg=" + "hash": "B5Iqiyi7uzmYH/BJiOw0hatZoH2RpH0bQaTE9sP31Is=" } }, "is_incremental": false, @@ -2121,7 +2121,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMask.html", - "hash": "EHEPYwTEybEMgQEPQRoNezsIssZ4EvbEtcvku8zGxJ0=" + "hash": "fQNA12PmyrvVIOQckcDDZAXRHWgobDQmvml50ojdIWs=" } }, "is_incremental": false, @@ -2133,7 +2133,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMissingGlyph.html", - "hash": "dp7EHJccMfLxlq/FPIcMLDbzL65IbChoA5GPu6c26e8=" + "hash": "HbgukVbM7Nyf0LosgTOhqGSr6jFO/3CLloKaHuvanMo=" } }, "is_incremental": false, @@ -2145,7 +2145,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMorphologyOperatorConverter.html", - "hash": "HQr++7KGF++0BdebuBfaBViOtg03fTuWD16YA6/ZQ/8=" + "hash": "9V2mVgR1h4wdLNTVRxxbQ2PHHHxLppM+iZTm/TkS4VI=" } }, "is_incremental": false, @@ -2157,7 +2157,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNamespaces.html", - "hash": "odoWd2cy3KU4x63wxjDA38kYZERhVpPcSSYowFuBQYA=" + "hash": "PfCzxnHzWjq3Ikrh3VugxWqlCHBZ96IeCw7334sKlSo=" } }, "is_incremental": false, @@ -2169,7 +2169,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNumberCollection.html", - "hash": "4KCqYv7PbovlvvVeLRXxMoO86oojl+CeKfqaeQz5OhY=" + "hash": "KVLAWS67J/Kb3pLpuzfdDtS57BL0vRVeKe82DsUD4Qc=" } }, "is_incremental": false, @@ -2181,7 +2181,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNumberCollectionConverter.html", - "hash": "cVoKZd4DEXotXVBzEpp0JaJh3escuXlmCBuXbF/MpcQ=" + "hash": "uuLl4UZPw2NFLJkgndr0WxaodvwogbuG2F9oyzJOtRk=" } }, "is_incremental": false, @@ -2193,7 +2193,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOptions.html", - "hash": "m81lvknBPAm7LczrdEE+l9rATBBV3r4nTHZs06MaNws=" + "hash": "WK1P0wJ9qvPlO/sly6JmMnWI8iy4Ep6ozpgCkrwN7Bw=" } }, "is_incremental": false, @@ -2205,7 +2205,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOrient.html", - "hash": "WkzusSWucGfcAz32YtgJQNEeShdK+kdCqlIvMWJ91hs=" + "hash": "xYXYXierC5qnpCHuNpaPZX2zRNo4Gb/G3Fy2RiJrj8s=" } }, "is_incremental": false, @@ -2229,7 +2229,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOverflowConverter.html", - "hash": "Uska+BE0KL3xNEuKJqcfcXGBTgcbJMHxv3JneQN6+k0=" + "hash": "AfSfE+FDw+dGcmerzGI4Sgc/6qyTHrFaGh7OLCBw320=" } }, "is_incremental": false, @@ -2241,7 +2241,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPaintServer.html", - "hash": "MwtYjOCvfhuifl0bnOIqBnyINZVcH/T+S+J01warTbI=" + "hash": "vu4E2L/ishSVtBMgVAw9J1nrFsqb3pjToxqU2kBTTdg=" } }, "is_incremental": false, @@ -2253,7 +2253,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPath.html", - "hash": "KIXTBqwDBsC80YupPI5Hwa6KxPWVrGLLi5gv3e9OF6E=" + "hash": "sij+jcMzct7avSJP17IsdwzmEoE3f1yXclZzP107ydk=" } }, "is_incremental": false, @@ -2265,7 +2265,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPathBasedElement.html", - "hash": "5D/RU07pxmpe5s7dDK0CUiCNSMoRKqWykRMqiFfkawI=" + "hash": "U9n6f60nyqh3Nk955IJwA7M0TmyjiPLLdm4YSJB6fuc=" } }, "is_incremental": false, @@ -2277,7 +2277,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPathBuilder.html", - "hash": "y4zFUWV/s+LeqsKKoHhfdPQtvGgy7gkbE9LGsprKMlk=" + "hash": "+KH0BLYPqM6Fm/2wPmObrzAp40bTIDm9Y1QqUkDAXco=" } }, "is_incremental": false, @@ -2289,7 +2289,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPatternServer.html", - "hash": "w9Rc64oT1bQfWKQTQ4oABWp+p210Tan+DjrvqkD8fNw=" + "hash": "7hFLOrPv6ceUOzGc3RxtS/pgfE9GBd6DSzzDF5Dodig=" } }, "is_incremental": false, @@ -2301,7 +2301,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPoint.html", - "hash": "x3Q+fCrSNTLVx2gyxjF27E8WXHULzQD7BW5WUi9sKVQ=" + "hash": "IlAhDMVw38wQ7HQIyFazn5RPqR5cPnpqS5YotbxZzUg=" } }, "is_incremental": false, @@ -2313,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPointCollection.html", - "hash": "Oq+E2MzXB6lIViNMHNjgOWNuqYcY4bizQ8cydQKhejg=" + "hash": "Kg3GH2fOdWWPf+bFo0NTg1yxQfX+y7MZnPSWzK4dz7M=" } }, "is_incremental": false, @@ -2325,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPolygon.html", - "hash": "bNAgw68FFzaQ012cPDbZ4wkFQDPq5rTWnMdHM0xoQeE=" + "hash": "nnoe2DBA1ixCTQFfZmMWi3lgqVdJ1WrVYoRT+fb/UwI=" } }, "is_incremental": false, @@ -2337,7 +2337,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPolyline.html", - "hash": "wsxsU8gv6q4eSfU9//8grbsryw0oF8JexFMP5nM5rrg=" + "hash": "wdHmnEkKjFJ2bgWbhya+NG1Hwhj8Y0NGQHwqtnnj2lA=" } }, "is_incremental": false, @@ -2361,7 +2361,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRadialGradientServer.html", - "hash": "6MKEkkARLPQCSjBEtLuekmzhwCJyDlxa6E7iLDibKjs=" + "hash": "wyCWL1+yKgB4WlSM2SfARj9PVIJDOHuVgRk1K2WcCAA=" } }, "is_incremental": false, @@ -2373,7 +2373,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRectangle.html", - "hash": "JJLOuNMzuABKZ4L7h0xNgQqxJgG6GaaGhK82hfnuozQ=" + "hash": "v+0caIo1+jj+wuVyKw6RrPqCD32Xc79Mw8fQrJHGs8Y=" } }, "is_incremental": false, @@ -2385,7 +2385,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRenderer.html", - "hash": "YGObRIKVQ6A/3THZgUpeSKrG9ml9dGLJLib7af+Q1T8=" + "hash": "sfKen+myjVMKYctNRsIby8q4lo/L0QMIHKwQMAzdW44=" } }, "is_incremental": false, @@ -2397,7 +2397,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgScript.html", - "hash": "bC52be2CqTQbufuAaWuA5fchPE8SiyE80pr1OS7648U=" + "hash": "4h4r2U6/VYYoAKSzeT4iMuUOi1S736FQj3i1gg/FPKk=" } }, "is_incremental": false, @@ -2421,7 +2421,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgShapeRenderingConverter.html", - "hash": "OIuSrZ5xq1VaqEMh9SoO7Khtq4KC7WvIfgtC4aBH9pk=" + "hash": "8ZWtqsJWNq+NuahIC+x5NRqayUbhEkWFas50p8V+MQA=" } }, "is_incremental": false, @@ -2433,7 +2433,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStitchTypeConverter.html", - "hash": "05v/JLtugDrkle1CxXyihNFHuY5Ba3L5/yVOw/Z/E5o=" + "hash": "SVkgdEzVg7dUq+bMgmD1d6D/Hj+45pXwvBYIWVhl0eQ=" } }, "is_incremental": false, @@ -2457,7 +2457,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStrokeLineCapConverter.html", - "hash": "CHlqMACHq3+z9fclHpFwthdp0DbULoCN8TbNeTeCGeU=" + "hash": "wRJQOWHRjloaoGb03Won8m1/nC8DvXfotTPAjQyzkfM=" } }, "is_incremental": false, @@ -2481,7 +2481,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStrokeLineJoinConverter.html", - "hash": "L3zLHuWCxhGon8Zj9zfx9SepZS1a0tAXG6U1w9pmUeE=" + "hash": "/Sm/Kwg9btAL6DEPhyje6E9DvJKdk4Ncw6zD6hpsBMQ=" } }, "is_incremental": false, @@ -2493,7 +2493,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgSwitch.html", - "hash": "ZpCTieuAYoUPaRHQuzdHZuJmkNsIymkPYUm2upyRVbo=" + "hash": "qlxI1H68N2Z1UszlNL0ulmkI3pC+jidStdDJ/NngGoU=" } }, "is_incremental": false, @@ -2505,7 +2505,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgSymbol.html", - "hash": "ZuUP5LGQA//R1SF9NWV8xHR7QLJaYFZi582p9ASZbFk=" + "hash": "GWcZfYeJDJhMarv6oiqjraj3njLo+zYgI3AM3C1mpLE=" } }, "is_incremental": false, @@ -2517,7 +2517,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgText.html", - "hash": "rKPgxEWkO3N0o78m+PCVjf/1sO+ICClCzBwhAaYoZkA=" + "hash": "wi2rGyxMjlapzK/uCtnVqfPl3QGe11rHuTF/CB3GFr8=" } }, "is_incremental": false, @@ -2541,7 +2541,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextAnchorConverter.html", - "hash": "9oAoGGkshH4MIkFJZ4/M0FflJFMcoTZV+qvdYyQo6PA=" + "hash": "dVfCXKevW+20pZp4lJ5U7YfA3AVpc6QRNd+5zLHcQPo=" } }, "is_incremental": false, @@ -2553,7 +2553,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextBase.html", - "hash": "blWu0PGlZItdPQ11qASmWuU1eN1On0lXYXt+zYkXzjY=" + "hash": "ItDpfsykQHAOEml/9GKTmgktN7ClCWa9VagGr2+ITvI=" } }, "is_incremental": false, @@ -2577,7 +2577,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextDecorationConverter.html", - "hash": "+MSUUPRzfVZUtCrZhXLRE5sByfwHUZ/ywXLITQ1bm44=" + "hash": "f3jYfJAmb3ex0Y9BgOcd41UZxvrBYO12qjuTeBOxXGs=" } }, "is_incremental": false, @@ -2601,7 +2601,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextLengthAdjustConverter.html", - "hash": "USqBp743rBez9pdGWuUneLT0e7z3tZdMZMLVL6/zBZ4=" + "hash": "BBBL0q+ocEAWGp+7n4WHkUCi7RtgVfB9ZMQ9fif7HF4=" } }, "is_incremental": false, @@ -2613,7 +2613,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPath.html", - "hash": "HcJHCJbSk2Xx/sQfgtaKP9hcL7TKUS+UWZEjflzCNWA=" + "hash": "ZpFhTVtzQw7PQsu/kC9HpNNI2XuVRLPsH01c3DUZDqo=" } }, "is_incremental": false, @@ -2637,7 +2637,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPathMethodConverter.html", - "hash": "PN7brOm2L62f6dhzUBpbL4Lckk7W6RWP6assAUD/8ZM=" + "hash": "z948qXZniKiBabz4GRxNkW9MKRj27drD9DFJsJDgDQA=" } }, "is_incremental": false, @@ -2661,7 +2661,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPathSpacingConverter.html", - "hash": "qBLKhFtBTh9UFv31OfCl32FkQXT9vC104N9HCfNL1nQ=" + "hash": "8reqdsDNnCfx4Rq9SDIeRt07QNhicWE7fYscvGMz4ZQ=" } }, "is_incremental": false, @@ -2673,7 +2673,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextRef.html", - "hash": "aV4HCMgWBBxkpqeT0zBfqCcqYr+TPSxQx9UOxtjijj8=" + "hash": "0UQvA3Kg4b09bzCItiCXqsQjHRlyjwF0RPn0nYM0JWM=" } }, "is_incremental": false, @@ -2697,7 +2697,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextRenderingConverter.html", - "hash": "y82PT+VhW7AXd0D4E0vU5x6I0ODEWRfTiBjBVkY9hMw=" + "hash": "885UzCWhf5cvoMZmlCkkIv9h9XKaDJvC0G4ShukuLYE=" } }, "is_incremental": false, @@ -2709,7 +2709,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextSpan.html", - "hash": "TSTTPvr3VPe7KHBTIh8hH8/V2krSi5K7ZwkVkpu1hI0=" + "hash": "1e3onfuwZdXhn1RNZPOOeEr+KYUwNDGJLLS4om2lnzY=" } }, "is_incremental": false, @@ -2733,7 +2733,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextTransformationConverter.html", - "hash": "DkRWYE6HnuWZCzoUqEDEe+vRoKUcv5BsTwPpUz4Cr0E=" + "hash": "4r1zxqcqIsqQYeOxpHMrNzj5ZYI3Y8lntV9fPS9GuHY=" } }, "is_incremental": false, @@ -2745,7 +2745,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTitle.html", - "hash": "hzOqAhXzb6GwOeHfp6WxU3gAOlocbRN20rOAsZ1ptNc=" + "hash": "VvqnNH/zyIUxl774yP+OBHF3NfSL7jpIPf9gVsQ/nTg=" } }, "is_incremental": false, @@ -2757,7 +2757,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTurbulenceTypeConverter.html", - "hash": "10qXxgNAoVOSge8FTfhrjH95D3LcsToqZDl/b9//2zY=" + "hash": "r3xE/BhdqwtGDBskWir/casct/p1q/05GZnHKvpXB4g=" } }, "is_incremental": false, @@ -2769,7 +2769,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnit.html", - "hash": "GjlFpQmyk26j01XUQcX0DtyHF22BYxnrMTvcruSVDfk=" + "hash": "KDgfKmLqDiK0Nq61bGwpudIbezJPhQKtciWb7jogWU8=" } }, "is_incremental": false, @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitCollection.html", - "hash": "NgYPM5Jc81IsWTv8EyU9JxX0ro3yhW1BlUGbmfAbWh4=" + "hash": "7NmB/21xeZWBRCINTARNnN8Mh4zZ5POT1+6Gpje8Iy4=" } }, "is_incremental": false, @@ -2793,7 +2793,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitCollectionConverter.html", - "hash": "0/zuiNmiyzY+3OPAju/2wfaEJpInOzNNVgmwdRPiDNQ=" + "hash": "xtJuivQS+VYhuQORLSPeJaZKPDBKw6VXykzBtUvJAMs=" } }, "is_incremental": false, @@ -2805,7 +2805,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitConverter.html", - "hash": "/54QPBVTJUo7k92PZ21Sab1fi0AADlhDUejOnv2txWk=" + "hash": "SHBeI0h7JU7mrnztGvGTn53T78jd6WzlNcQBqQkLgDw=" } }, "is_incremental": false, @@ -2829,7 +2829,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnknownElement.html", - "hash": "fdVPZGEYv/OkQPlgxe2P4mYGYp1+4dugOkCES60Gdjs=" + "hash": "348YoiTrFGKbd4y2AUy2XG9ewW/3Ky7zdpo4tbCMWt4=" } }, "is_incremental": false, @@ -2841,7 +2841,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUse.html", - "hash": "x30CbvXPzegoeYIGNcLxs7NdkrthiAXeUXyiR+D7JjM=" + "hash": "0qPGchkGygddyc99DWRaaRQ036RBjbET1Ekkr6qfCuk=" } }, "is_incremental": false, @@ -2853,7 +2853,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgVerticalKern.html", - "hash": "yPokF1Dj005DXnV8O+Yt8e3O1tFyza9OwzVkRg+/RAs=" + "hash": "xaV7UsCNEDxBK+kFIOrUTmCFzIVK5LlYQDqz8WYxi3k=" } }, "is_incremental": false, @@ -2865,7 +2865,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgViewBox.html", - "hash": "nuhlHibNnbnnTvagMJdKAlkp4VlM2b+UMwfqpAkTgC4=" + "hash": "42z/hs0WXx0Dx5jPKhFI16abISzGUpwI8rk2WbLs7Mo=" } }, "is_incremental": false, @@ -2889,7 +2889,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgVisualElement.html", - "hash": "T8fuBmY19VQgKjvwXvS1TDajN4REO/A1KU7Vv1at1U4=" + "hash": "GXcgCBwpPFT6mOxd1DNTZbjXIA+G5Ht+WzYb0VnrB5I=" } }, "is_incremental": false, @@ -2901,7 +2901,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgMatrix.html", - "hash": "+dWfwdcQqHrW14Uw1U65d8OSdydwZCcpD2qy2P64Zr0=" + "hash": "Mi3F091hTmcaB1uu2GiAm7geqdv2+RbimUqVL8Qqa3Y=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgRotate.html", - "hash": "VElzRtnqb+AbDMcgYdWj8wF26Es6HhrV8MoT3VDv0Pk=" + "hash": "Ch2R8Yn52wHF5zAw2Xsr6h8KwvYQQHoPhC5DZQ3k0m8=" } }, "is_incremental": false, @@ -2925,7 +2925,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgScale.html", - "hash": "WYFHymfMY0uWsVmqNkgd8PY8kkLz1gf1HCzfvI+qrqA=" + "hash": "AWrEduGNSGItK1xWNfdPl0qPP0gPhHC2G5cd3MgH0Ys=" } }, "is_incremental": false, @@ -2937,7 +2937,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgShear.html", - "hash": "mtuOl4SEuTpCZXmX9aRHoQm7vn6QdQXhMt1Vca991ko=" + "hash": "LDAjE/u2aPPV48u06SJkf4xEWhSDzyoR0d+B5QCq6Fs=" } }, "is_incremental": false, @@ -2949,7 +2949,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgSkew.html", - "hash": "vf86dU54jw6CipGs1POHei/NsykjMK88XPcbo13kV0w=" + "hash": "ZyXewc0oVdcSxZz510fbvUIZ6Uq4gzaoS3UsZYt1wlE=" } }, "is_incremental": false, @@ -2961,7 +2961,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransform.html", - "hash": "5CoqB6qXvLwJasx4Ki33XI7undjSNx/CRpyHbJqf8V0=" + "hash": "GfsxR6Za6MR0aK96wV8qWrbum2M4fycDZOnxM0CIWaQ=" } }, "is_incremental": false, @@ -2973,7 +2973,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransformCollection.html", - "hash": "E3oNTRvvU36QlS+h3KlhCl5q/6ZMDls9JGZYqJulJBo=" + "hash": "Hp2PA6P9UnNAgTJkZdp8ejs6E5L8t5jptYTaeDyoX/U=" } }, "is_incremental": false, @@ -2985,7 +2985,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransformConverter.html", - "hash": "23YoRsgk4iXVSn9yart5lvmpFlQnygfL/RkTjEaAOTo=" + "hash": "8hawBTi6P2ZI+F8nmD3ILJ6Qxkuxx0AvtrslB+AlRnQ=" } }, "is_incremental": false, @@ -2997,7 +2997,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTranslate.html", - "hash": "4bwQX27uDp6lp8pEZMNbiAIdjwZ8UiqsqQH63FuDcK0=" + "hash": "EVrBNUhzsky+udXSlcZl7IoDNWijg5aPbT780lzox1A=" } }, "is_incremental": false, @@ -3045,7 +3045,7 @@ "output": { ".html": { "relative_path": "api/Svg.XmlSpaceHandlingConverter.html", - "hash": "JZqp6n3JwbEsWlTCTrft1zx1h7+9B9nuS+h/6V2/W80=" + "hash": "PIO1iT7qfnPVOkMLGcO5ioGGKt2RVtFzLik2XNR6Y1w=" } }, "is_incremental": false, @@ -3057,7 +3057,7 @@ "output": { ".html": { "relative_path": "api/Svg.html", - "hash": "oWbIeM7qalHNk2n9XZq75DDURdcC1Z9yCfjqvi3fV8k=" + "hash": "foj+EVkz/ZtZ0vwYd8aVVfJOWGUMjwSQNVUwj1lFbJQ=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index dfd363edb..a741fcfd0 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -61,15 +61,15 @@ references: commentId: T:Svg.CoordinateParser fullName: Svg.CoordinateParser nameWithType: CoordinateParser -- uid: Svg.CoordinateParser.TryGetBool(System.Boolean@,System.ReadOnlySpan{System.Char}@,Svg.CoordinateParserState@) - name: TryGetBool(out Boolean, ref ReadOnlySpan, ref CoordinateParserState) - href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetBool_System_Boolean__System_ReadOnlySpan_System_Char___Svg_CoordinateParserState__ - commentId: M:Svg.CoordinateParser.TryGetBool(System.Boolean@,System.ReadOnlySpan{System.Char}@,Svg.CoordinateParserState@) - name.vb: TryGetBool(ByRef Boolean, ByRef ReadOnlySpan(Of Char), ByRef CoordinateParserState) - fullName: Svg.CoordinateParser.TryGetBool(out System.Boolean, ref System.ReadOnlySpan, ref Svg.CoordinateParserState) - fullName.vb: Svg.CoordinateParser.TryGetBool(ByRef System.Boolean, ByRef System.ReadOnlySpan(Of System.Char), ByRef Svg.CoordinateParserState) - nameWithType: CoordinateParser.TryGetBool(out Boolean, ref ReadOnlySpan, ref CoordinateParserState) - nameWithType.vb: CoordinateParser.TryGetBool(ByRef Boolean, ByRef ReadOnlySpan(Of Char), ByRef CoordinateParserState) +- uid: Svg.CoordinateParser.TryGetBool(System.Boolean@,System.ReadOnlySpan{System.Char},Svg.CoordinateParserState@) + name: TryGetBool(out Boolean, ReadOnlySpan, ref CoordinateParserState) + href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetBool_System_Boolean__System_ReadOnlySpan_System_Char__Svg_CoordinateParserState__ + commentId: M:Svg.CoordinateParser.TryGetBool(System.Boolean@,System.ReadOnlySpan{System.Char},Svg.CoordinateParserState@) + name.vb: TryGetBool(ByRef Boolean, ReadOnlySpan(Of Char), ByRef CoordinateParserState) + fullName: Svg.CoordinateParser.TryGetBool(out System.Boolean, System.ReadOnlySpan, ref Svg.CoordinateParserState) + fullName.vb: Svg.CoordinateParser.TryGetBool(ByRef System.Boolean, System.ReadOnlySpan(Of System.Char), ByRef Svg.CoordinateParserState) + nameWithType: CoordinateParser.TryGetBool(out Boolean, ReadOnlySpan, ref CoordinateParserState) + nameWithType.vb: CoordinateParser.TryGetBool(ByRef Boolean, ReadOnlySpan(Of Char), ByRef CoordinateParserState) - uid: Svg.CoordinateParser.TryGetBool* name: TryGetBool href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetBool_ @@ -77,15 +77,15 @@ references: isSpec: "True" fullName: Svg.CoordinateParser.TryGetBool nameWithType: CoordinateParser.TryGetBool -- uid: Svg.CoordinateParser.TryGetFloat(System.Single@,System.ReadOnlySpan{System.Char}@,Svg.CoordinateParserState@) - name: TryGetFloat(out Single, ref ReadOnlySpan, ref CoordinateParserState) - href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetFloat_System_Single__System_ReadOnlySpan_System_Char___Svg_CoordinateParserState__ - commentId: M:Svg.CoordinateParser.TryGetFloat(System.Single@,System.ReadOnlySpan{System.Char}@,Svg.CoordinateParserState@) - name.vb: TryGetFloat(ByRef Single, ByRef ReadOnlySpan(Of Char), ByRef CoordinateParserState) - fullName: Svg.CoordinateParser.TryGetFloat(out System.Single, ref System.ReadOnlySpan, ref Svg.CoordinateParserState) - fullName.vb: Svg.CoordinateParser.TryGetFloat(ByRef System.Single, ByRef System.ReadOnlySpan(Of System.Char), ByRef Svg.CoordinateParserState) - nameWithType: CoordinateParser.TryGetFloat(out Single, ref ReadOnlySpan, ref CoordinateParserState) - nameWithType.vb: CoordinateParser.TryGetFloat(ByRef Single, ByRef ReadOnlySpan(Of Char), ByRef CoordinateParserState) +- uid: Svg.CoordinateParser.TryGetFloat(System.Single@,System.ReadOnlySpan{System.Char},Svg.CoordinateParserState@) + name: TryGetFloat(out Single, ReadOnlySpan, ref CoordinateParserState) + href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetFloat_System_Single__System_ReadOnlySpan_System_Char__Svg_CoordinateParserState__ + commentId: M:Svg.CoordinateParser.TryGetFloat(System.Single@,System.ReadOnlySpan{System.Char},Svg.CoordinateParserState@) + name.vb: TryGetFloat(ByRef Single, ReadOnlySpan(Of Char), ByRef CoordinateParserState) + fullName: Svg.CoordinateParser.TryGetFloat(out System.Single, System.ReadOnlySpan, ref Svg.CoordinateParserState) + fullName.vb: Svg.CoordinateParser.TryGetFloat(ByRef System.Single, System.ReadOnlySpan(Of System.Char), ByRef Svg.CoordinateParserState) + nameWithType: CoordinateParser.TryGetFloat(out Single, ReadOnlySpan, ref CoordinateParserState) + nameWithType.vb: CoordinateParser.TryGetFloat(ByRef Single, ReadOnlySpan(Of Char), ByRef CoordinateParserState) - uid: Svg.CoordinateParser.TryGetFloat* name: TryGetFloat href: api/Svg.CoordinateParser.html#Svg_CoordinateParser_TryGetFloat_ @@ -494,12 +494,6 @@ references: commentId: M:Svg.Exceptions.SvgMemoryException.#ctor fullName: Svg.Exceptions.SvgMemoryException.SvgMemoryException() nameWithType: SvgMemoryException.SvgMemoryException() -- uid: Svg.Exceptions.SvgMemoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgMemoryException(SerializationInfo, StreamingContext) - href: api/Svg.Exceptions.SvgMemoryException.html#Svg_Exceptions_SvgMemoryException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.Exceptions.SvgMemoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.Exceptions.SvgMemoryException.SvgMemoryException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgMemoryException.SvgMemoryException(SerializationInfo, StreamingContext) - uid: Svg.Exceptions.SvgMemoryException.#ctor(System.String) name: SvgMemoryException(String) href: api/Svg.Exceptions.SvgMemoryException.html#Svg_Exceptions_SvgMemoryException__ctor_System_String_ @@ -8810,12 +8804,6 @@ references: commentId: M:Svg.SvgException.#ctor fullName: Svg.SvgException.SvgException() nameWithType: SvgException.SvgException() -- uid: Svg.SvgException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgException(SerializationInfo, StreamingContext) - href: api/Svg.SvgException.html#Svg_SvgException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.SvgException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.SvgException.SvgException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgException.SvgException(SerializationInfo, StreamingContext) - uid: Svg.SvgException.#ctor(System.String) name: SvgException(String) href: api/Svg.SvgException.html#Svg_SvgException__ctor_System_String_ @@ -10155,12 +10143,6 @@ references: commentId: M:Svg.SvgGdiPlusCannotBeLoadedException.#ctor(System.Exception) fullName: Svg.SvgGdiPlusCannotBeLoadedException.SvgGdiPlusCannotBeLoadedException(System.Exception) nameWithType: SvgGdiPlusCannotBeLoadedException.SvgGdiPlusCannotBeLoadedException(Exception) -- uid: Svg.SvgGdiPlusCannotBeLoadedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgGdiPlusCannotBeLoadedException(SerializationInfo, StreamingContext) - href: api/Svg.SvgGdiPlusCannotBeLoadedException.html#Svg_SvgGdiPlusCannotBeLoadedException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.SvgGdiPlusCannotBeLoadedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.SvgGdiPlusCannotBeLoadedException.SvgGdiPlusCannotBeLoadedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgGdiPlusCannotBeLoadedException.SvgGdiPlusCannotBeLoadedException(SerializationInfo, StreamingContext) - uid: Svg.SvgGdiPlusCannotBeLoadedException.#ctor(System.String) name: SvgGdiPlusCannotBeLoadedException(String) href: api/Svg.SvgGdiPlusCannotBeLoadedException.html#Svg_SvgGdiPlusCannotBeLoadedException__ctor_System_String_ @@ -10757,12 +10739,6 @@ references: commentId: M:Svg.SvgIDException.#ctor fullName: Svg.SvgIDException.SvgIDException() nameWithType: SvgIDException.SvgIDException() -- uid: Svg.SvgIDException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgIDException(SerializationInfo, StreamingContext) - href: api/Svg.SvgIDException.html#Svg_SvgIDException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.SvgIDException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.SvgIDException.SvgIDException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgIDException.SvgIDException(SerializationInfo, StreamingContext) - uid: Svg.SvgIDException.#ctor(System.String) name: SvgIDException(String) href: api/Svg.SvgIDException.html#Svg_SvgIDException__ctor_System_String_ @@ -10794,12 +10770,6 @@ references: commentId: M:Svg.SvgIDExistsException.#ctor fullName: Svg.SvgIDExistsException.SvgIDExistsException() nameWithType: SvgIDExistsException.SvgIDExistsException() -- uid: Svg.SvgIDExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgIDExistsException(SerializationInfo, StreamingContext) - href: api/Svg.SvgIDExistsException.html#Svg_SvgIDExistsException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.SvgIDExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.SvgIDExistsException.SvgIDExistsException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgIDExistsException.SvgIDExistsException(SerializationInfo, StreamingContext) - uid: Svg.SvgIDExistsException.#ctor(System.String) name: SvgIDExistsException(String) href: api/Svg.SvgIDExistsException.html#Svg_SvgIDExistsException__ctor_System_String_ @@ -10831,12 +10801,6 @@ references: commentId: M:Svg.SvgIDWrongFormatException.#ctor fullName: Svg.SvgIDWrongFormatException.SvgIDWrongFormatException() nameWithType: SvgIDWrongFormatException.SvgIDWrongFormatException() -- uid: Svg.SvgIDWrongFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - name: SvgIDWrongFormatException(SerializationInfo, StreamingContext) - href: api/Svg.SvgIDWrongFormatException.html#Svg_SvgIDWrongFormatException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_ - commentId: M:Svg.SvgIDWrongFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - fullName: Svg.SvgIDWrongFormatException.SvgIDWrongFormatException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) - nameWithType: SvgIDWrongFormatException.SvgIDWrongFormatException(SerializationInfo, StreamingContext) - uid: Svg.SvgIDWrongFormatException.#ctor(System.String) name: SvgIDWrongFormatException(String) href: api/Svg.SvgIDWrongFormatException.html#Svg_SvgIDWrongFormatException__ctor_System_String_
    ReadOnlySpan<System.Char>ReadOnlySpan<Char> transform
    SingleSystem.Single x
    SingleSystem.Single x
    SingleSystem.Single y
    SingleSystem.Single
    SingleSystem.Single