diff --git a/api/Svg.AttributeEventArgs.html b/api/Svg.AttributeEventArgs.html index 2fed1db21..45fed9d5f 100644 --- a/api/Svg.AttributeEventArgs.html +++ b/api/Svg.AttributeEventArgs.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
AttributeEventArgs
@@ -105,7 +105,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.ChildAddedEventArgs.html b/api/Svg.ChildAddedEventArgs.html index 22848dddb..40be7b89f 100644 --- a/api/Svg.ChildAddedEventArgs.html +++ b/api/Svg.ChildAddedEventArgs.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
ChildAddedEventArgs
@@ -105,7 +105,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.ContentEventArgs.html b/api/Svg.ContentEventArgs.html index 6a655e79d..b355471ee 100644 --- a/api/Svg.ContentEventArgs.html +++ b/api/Svg.ContentEventArgs.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SVGArg
ContentEventArgs
@@ -105,7 +105,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.CoordinateParser.html b/api/Svg.CoordinateParser.html index 6f13a16fa..3220beca4 100644 --- a/api/Svg.CoordinateParser.html +++ b/api/Svg.CoordinateParser.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -153,7 +153,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> chars @@ -210,7 +210,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> chars diff --git a/api/Svg.CoordinateParserState.html b/api/Svg.CoordinateParserState.html index 1ac43c657..89f350881 100644 --- a/api/Svg.CoordinateParserState.html +++ b/api/Svg.CoordinateParserState.html @@ -88,22 +88,22 @@

Inherited Members
- ValueType.Equals(Object) + System.ValueType.Equals(System.Object)
- ValueType.GetHashCode() + System.ValueType.GetHashCode()
- System.ValueType.ToString() + ValueType.ToString()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -140,7 +140,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> chars diff --git a/api/Svg.DataTypes.SvgOrientConverter.html b/api/Svg.DataTypes.SvgOrientConverter.html index b926f0859..e16259b8a 100644 --- a/api/Svg.DataTypes.SvgOrientConverter.html +++ b/api/Svg.DataTypes.SvgOrientConverter.html @@ -97,13 +97,13 @@
Inherited Members
TypeConverter.CanConvertFrom(Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -118,7 +118,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -136,7 +136,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -148,7 +148,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -193,13 +193,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -211,7 +211,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html b/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html index 73dd1909e..842b0bb46 100644 --- a/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html +++ b/api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html @@ -97,13 +97,13 @@
Inherited Members
TypeConverter.CanConvertFrom(Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -118,7 +118,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -136,7 +136,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -148,7 +148,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -193,13 +193,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -211,7 +211,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.Document_Structure.SvgSymbol.html b/api/Svg.Document_Structure.SvgSymbol.html index 343c12198..9fa4757d7 100644 --- a/api/Svg.Document_Structure.SvgSymbol.html +++ b/api/Svg.Document_Structure.SvgSymbol.html @@ -495,7 +495,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -507,7 +507,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.ElementFactoryAttribute.html b/api/Svg.ElementFactoryAttribute.html index 17240fb57..81e3ae423 100644 --- a/api/Svg.ElementFactoryAttribute.html +++ b/api/Svg.ElementFactoryAttribute.html @@ -97,7 +97,7 @@
Inherited Members
Attribute.Equals(Object)
- Attribute.GetCustomAttribute(Assembly, Type) + System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean) @@ -115,7 +115,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) @@ -139,7 +139,7 @@
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) + Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) @@ -157,13 +157,13 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) + Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
- Attribute.GetCustomAttributes(ParameterInfo, Type) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) @@ -172,28 +172,28 @@
Inherited Members
System.Attribute.GetHashCode()
- System.Attribute.IsDefaultAttribute() + Attribute.IsDefaultAttribute()
- System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) + Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) + Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type) + Attribute.IsDefined(Module, Type)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) + Attribute.IsDefined(Module, Type, Boolean)
- Attribute.IsDefined(ParameterInfo, Type) + System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean) @@ -205,7 +205,7 @@
Inherited Members
Attribute.TypeId
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -214,7 +214,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.EnumBaseConverter-1.html b/api/Svg.EnumBaseConverter-1.html index 057fa7f68..c59d2cf43 100644 --- a/api/Svg.EnumBaseConverter-1.html +++ b/api/Svg.EnumBaseConverter-1.html @@ -132,13 +132,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -153,7 +153,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -171,7 +171,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -183,7 +183,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -192,7 +192,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -228,13 +228,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -246,7 +246,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.Exceptions.SvgMemoryException.html b/api/Svg.Exceptions.SvgMemoryException.html index e59433822..fba067491 100644 --- a/api/Svg.Exceptions.SvgMemoryException.html +++ b/api/Svg.Exceptions.SvgMemoryException.html @@ -93,12 +93,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -119,7 +119,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -137,7 +137,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -146,7 +146,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Exceptions
@@ -244,7 +244,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.ExtensionMethods.UriExtensions.html b/api/Svg.ExtensionMethods.UriExtensions.html index 839cfe4a6..2f7819576 100644 --- a/api/Svg.ExtensionMethods.UriExtensions.html +++ b/api/Svg.ExtensionMethods.UriExtensions.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -148,7 +148,7 @@
Parameters
- System.Uri + Uri uri @@ -164,7 +164,7 @@
Returns
- System.Uri + Uri diff --git a/api/Svg.Extensions.html b/api/Svg.Extensions.html index 415b7bf92..75fc9bc2c 100644 --- a/api/Svg.Extensions.html +++ b/api/Svg.Extensions.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.ExternalTypeExtensions.html b/api/Svg.ExternalTypeExtensions.html index 9301258b0..c38b1b830 100644 --- a/api/Svg.ExternalTypeExtensions.html +++ b/api/Svg.ExternalTypeExtensions.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -153,7 +153,7 @@
Parameters
- System.Uri + Uri uri diff --git a/api/Svg.FilterEffects.ImageBuffer.html b/api/Svg.FilterEffects.ImageBuffer.html index 0af605042..6fc3a9fbd 100644 --- a/api/Svg.FilterEffects.ImageBuffer.html +++ b/api/Svg.FilterEffects.ImageBuffer.html @@ -94,16 +94,16 @@
Inheritance
Implements
IDictionary<String, Bitmap>
-
ICollection<KeyValuePair<String, Bitmap>>
+
ICollection<System.Collections.Generic.KeyValuePair<String, Bitmap>>
IReadOnlyDictionary<String, Bitmap>
-
System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, Bitmap>>
-
IEnumerable<KeyValuePair<String, Bitmap>>
+
IReadOnlyCollection<System.Collections.Generic.KeyValuePair<String, Bitmap>>
+
IEnumerable<System.Collections.Generic.KeyValuePair<String, Bitmap>>
IDictionary
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
IDeserializationCallback
-
System.Runtime.Serialization.ISerializable
-
System.IDisposable
+
ISerializable
+
IDisposable
Inherited Members
@@ -114,7 +114,7 @@
Inherited Members
System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
- Dictionary<String, Bitmap>.Add(String, Bitmap) + System.Collections.Generic.Dictionary<System.String, Bitmap>.Add(System.String, Bitmap)
Dictionary<String, Bitmap>.Clear() @@ -129,13 +129,13 @@
Inherited Members
Dictionary<String, Bitmap>.EnsureCapacity(Int32)
- Dictionary<String, Bitmap>.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, Bitmap>.GetEnumerator()
Dictionary<String, Bitmap>.OnDeserialization(Object)
- System.Collections.Generic.Dictionary<System.String, Bitmap>.Remove(System.String) + Dictionary<String, Bitmap>.Remove(String)
Dictionary<String, Bitmap>.Remove(String, Bitmap) @@ -174,7 +174,7 @@
Inherited Members
Dictionary<String, Bitmap>.IEnumerable.GetEnumerator()
- System.Collections.Generic.Dictionary<System.String, Bitmap>.TrimExcess() + Dictionary<String, Bitmap>.TrimExcess()
Dictionary<String, Bitmap>.TrimExcess(Int32) @@ -186,7 +186,7 @@
Inherited Members
Dictionary<String, Bitmap>.TryGetValue(String, Bitmap)
- Dictionary<String, Bitmap>.Comparer + System.Collections.Generic.Dictionary<System.String, Bitmap>.Comparer
Dictionary<String, Bitmap>.Count @@ -195,7 +195,7 @@
Inherited Members
Dictionary<String, Bitmap>.Item[String]
- System.Collections.Generic.Dictionary<System.String, Bitmap>.Keys + Dictionary<String, Bitmap>.Keys
System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.IsReadOnly @@ -240,7 +240,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -252,7 +252,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -292,7 +292,7 @@
Parameters
- System.Drawing.RectangleF + RectangleF bounds @@ -648,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> @@ -660,16 +660,16 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
- System.IDisposable + System.IDisposable
diff --git a/api/Svg.FilterEffects.SvgBlend.html b/api/Svg.FilterEffects.SvgBlend.html index 11af3d61e..e6ecd2660 100644 --- a/api/Svg.FilterEffects.SvgBlend.html +++ b/api/Svg.FilterEffects.SvgBlend.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgColourMatrix.html b/api/Svg.FilterEffects.SvgColourMatrix.html index 99e26b753..601879336 100644 --- a/api/Svg.FilterEffects.SvgColourMatrix.html +++ b/api/Svg.FilterEffects.SvgColourMatrix.html @@ -459,7 +459,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -471,7 +471,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgComponentTransfer.html b/api/Svg.FilterEffects.SvgComponentTransfer.html index 3376ecf4e..af107b5d1 100644 --- a/api/Svg.FilterEffects.SvgComponentTransfer.html +++ b/api/Svg.FilterEffects.SvgComponentTransfer.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgComponentTransferFunction.html b/api/Svg.FilterEffects.SvgComponentTransferFunction.html index 2893582d0..4fe54ab5e 100644 --- a/api/Svg.FilterEffects.SvgComponentTransferFunction.html +++ b/api/Svg.FilterEffects.SvgComponentTransferFunction.html @@ -428,7 +428,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -440,7 +440,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgComposite.html b/api/Svg.FilterEffects.SvgComposite.html index 2bc8bd812..59624c741 100644 --- a/api/Svg.FilterEffects.SvgComposite.html +++ b/api/Svg.FilterEffects.SvgComposite.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgConvolveMatrix.html b/api/Svg.FilterEffects.SvgConvolveMatrix.html index 360cc9cc2..c2a32f60b 100644 --- a/api/Svg.FilterEffects.SvgConvolveMatrix.html +++ b/api/Svg.FilterEffects.SvgConvolveMatrix.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgDiffuseLighting.html b/api/Svg.FilterEffects.SvgDiffuseLighting.html index e7abea723..1699c0339 100644 --- a/api/Svg.FilterEffects.SvgDiffuseLighting.html +++ b/api/Svg.FilterEffects.SvgDiffuseLighting.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgDisplacementMap.html b/api/Svg.FilterEffects.SvgDisplacementMap.html index 47b631c75..27ca7bd64 100644 --- a/api/Svg.FilterEffects.SvgDisplacementMap.html +++ b/api/Svg.FilterEffects.SvgDisplacementMap.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgDistantLight.html b/api/Svg.FilterEffects.SvgDistantLight.html index 75b78ba4d..05c0d6c33 100644 --- a/api/Svg.FilterEffects.SvgDistantLight.html +++ b/api/Svg.FilterEffects.SvgDistantLight.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFilter.html b/api/Svg.FilterEffects.SvgFilter.html index c392ad58f..79957a72a 100644 --- a/api/Svg.FilterEffects.SvgFilter.html +++ b/api/Svg.FilterEffects.SvgFilter.html @@ -419,7 +419,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -431,7 +431,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -534,7 +534,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.FilterEffects.SvgFilterPrimitive.html b/api/Svg.FilterEffects.SvgFilterPrimitive.html index b4a4fd345..da24c7564 100644 --- a/api/Svg.FilterEffects.SvgFilterPrimitive.html +++ b/api/Svg.FilterEffects.SvgFilterPrimitive.html @@ -440,7 +440,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -452,7 +452,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFlood.html b/api/Svg.FilterEffects.SvgFlood.html index bce818da2..e28456d56 100644 --- a/api/Svg.FilterEffects.SvgFlood.html +++ b/api/Svg.FilterEffects.SvgFlood.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFuncA.html b/api/Svg.FilterEffects.SvgFuncA.html index d10fd43fb..11224b36e 100644 --- a/api/Svg.FilterEffects.SvgFuncA.html +++ b/api/Svg.FilterEffects.SvgFuncA.html @@ -443,7 +443,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -455,7 +455,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFuncB.html b/api/Svg.FilterEffects.SvgFuncB.html index 84f3b5ca9..b4e9a9e7d 100644 --- a/api/Svg.FilterEffects.SvgFuncB.html +++ b/api/Svg.FilterEffects.SvgFuncB.html @@ -443,7 +443,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -455,7 +455,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFuncG.html b/api/Svg.FilterEffects.SvgFuncG.html index 1a7add1ec..02744e672 100644 --- a/api/Svg.FilterEffects.SvgFuncG.html +++ b/api/Svg.FilterEffects.SvgFuncG.html @@ -443,7 +443,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -455,7 +455,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgFuncR.html b/api/Svg.FilterEffects.SvgFuncR.html index 8fc1c9513..9e550ab75 100644 --- a/api/Svg.FilterEffects.SvgFuncR.html +++ b/api/Svg.FilterEffects.SvgFuncR.html @@ -443,7 +443,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -455,7 +455,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgGaussianBlur.html b/api/Svg.FilterEffects.SvgGaussianBlur.html index f324ad27a..e581719d4 100644 --- a/api/Svg.FilterEffects.SvgGaussianBlur.html +++ b/api/Svg.FilterEffects.SvgGaussianBlur.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgImage.html b/api/Svg.FilterEffects.SvgImage.html index 3658b5dc8..f6f3b92ce 100644 --- a/api/Svg.FilterEffects.SvgImage.html +++ b/api/Svg.FilterEffects.SvgImage.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgMerge.html b/api/Svg.FilterEffects.SvgMerge.html index 6e3ee7eb3..c3f0e44e6 100644 --- a/api/Svg.FilterEffects.SvgMerge.html +++ b/api/Svg.FilterEffects.SvgMerge.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgMergeNode.html b/api/Svg.FilterEffects.SvgMergeNode.html index e2bf987bd..98f784a7a 100644 --- a/api/Svg.FilterEffects.SvgMergeNode.html +++ b/api/Svg.FilterEffects.SvgMergeNode.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgMorphology.html b/api/Svg.FilterEffects.SvgMorphology.html index 4944e87bd..c17ae9e7d 100644 --- a/api/Svg.FilterEffects.SvgMorphology.html +++ b/api/Svg.FilterEffects.SvgMorphology.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgOffset.html b/api/Svg.FilterEffects.SvgOffset.html index 91737b831..797362325 100644 --- a/api/Svg.FilterEffects.SvgOffset.html +++ b/api/Svg.FilterEffects.SvgOffset.html @@ -462,7 +462,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -474,7 +474,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgPointLight.html b/api/Svg.FilterEffects.SvgPointLight.html index e6d0d4286..36057cdcb 100644 --- a/api/Svg.FilterEffects.SvgPointLight.html +++ b/api/Svg.FilterEffects.SvgPointLight.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgSpecularLighting.html b/api/Svg.FilterEffects.SvgSpecularLighting.html index ad6da515d..f94960298 100644 --- a/api/Svg.FilterEffects.SvgSpecularLighting.html +++ b/api/Svg.FilterEffects.SvgSpecularLighting.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgSpotLight.html b/api/Svg.FilterEffects.SvgSpotLight.html index e2d13156e..9617f191b 100644 --- a/api/Svg.FilterEffects.SvgSpotLight.html +++ b/api/Svg.FilterEffects.SvgSpotLight.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgTile.html b/api/Svg.FilterEffects.SvgTile.html index 24582547e..2ed97cec9 100644 --- a/api/Svg.FilterEffects.SvgTile.html +++ b/api/Svg.FilterEffects.SvgTile.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.FilterEffects.SvgTurbulence.html b/api/Svg.FilterEffects.SvgTurbulence.html index 3c99d7ce0..d87928762 100644 --- a/api/Svg.FilterEffects.SvgTurbulence.html +++ b/api/Svg.FilterEffects.SvgTurbulence.html @@ -461,7 +461,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -473,7 +473,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.GdiFontDefn.html b/api/Svg.GdiFontDefn.html index 0ba3ae792..2e72f00a5 100644 --- a/api/Svg.GdiFontDefn.html +++ b/api/Svg.GdiFontDefn.html @@ -93,7 +93,7 @@
Inheritance
Implements
IFontDefn
-
System.IDisposable
+
IDisposable
Inherited Members
@@ -101,7 +101,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -113,7 +113,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -269,7 +269,7 @@
Parameters
- System.Drawing.PointF + PointF location @@ -384,7 +384,7 @@
Returns
- IList<System.Drawing.RectangleF> + IList<RectangleF> @@ -446,7 +446,7 @@

Implements

IFontDefn
- System.IDisposable + System.IDisposable
diff --git a/api/Svg.IFontDefn.html b/api/Svg.IFontDefn.html index 37511e5d5..2471485dc 100644 --- a/api/Svg.IFontDefn.html +++ b/api/Svg.IFontDefn.html @@ -202,7 +202,7 @@
Parameters
- System.Drawing.PointF + PointF location @@ -302,7 +302,7 @@
Returns
- IList<System.Drawing.RectangleF> + IList<RectangleF> diff --git a/api/Svg.ISvgBoundable.html b/api/Svg.ISvgBoundable.html index 66cfae5cc..6b5f215d0 100644 --- a/api/Svg.ISvgBoundable.html +++ b/api/Svg.ISvgBoundable.html @@ -118,7 +118,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF @@ -148,7 +148,7 @@
Property Value
- System.Drawing.PointF + PointF diff --git a/api/Svg.ISvgClipable.html b/api/Svg.ISvgClipable.html index 9832667f3..6563bfd9b 100644 --- a/api/Svg.ISvgClipable.html +++ b/api/Svg.ISvgClipable.html @@ -120,7 +120,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.ISvgEventCaller.html b/api/Svg.ISvgEventCaller.html index 404980214..d3ce3126b 100644 --- a/api/Svg.ISvgEventCaller.html +++ b/api/Svg.ISvgEventCaller.html @@ -213,7 +213,7 @@
Parameters
- Action<T1, T2> + System.Action<T1, T2> action @@ -269,7 +269,7 @@
Parameters
- Action<T1, T2, T3> + System.Action<T1, T2, T3> action @@ -393,7 +393,7 @@
Parameters
- Action<T1, T2, T3, T4, T5> + System.Action<T1, T2, T3, T4, T5> action @@ -461,7 +461,7 @@
Parameters
- Action<T1, T2, T3, T4, T5, T6> + System.Action<T1, T2, T3, T4, T5, T6> action diff --git a/api/Svg.ISvgRenderer.html b/api/Svg.ISvgRenderer.html index c684f82bf..d5c154ade 100644 --- a/api/Svg.ISvgRenderer.html +++ b/api/Svg.ISvgRenderer.html @@ -222,12 +222,12 @@
Parameters
- System.Drawing.RectangleF + RectangleF destRect - System.Drawing.RectangleF + RectangleF srcRect @@ -269,12 +269,12 @@
Parameters
- System.Drawing.RectangleF + RectangleF destRect - System.Drawing.RectangleF + RectangleF srcRect diff --git a/api/Svg.MouseArg.html b/api/Svg.MouseArg.html index 037b5b84e..fa818fb07 100644 --- a/api/Svg.MouseArg.html +++ b/api/Svg.MouseArg.html @@ -89,7 +89,7 @@

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

Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.MouseScrollArg.html b/api/Svg.MouseScrollArg.html index 24c663341..e2e202513 100644 --- a/api/Svg.MouseScrollArg.html +++ b/api/Svg.MouseScrollArg.html @@ -88,7 +88,7 @@

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

Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.NonSvgElement.html b/api/Svg.NonSvgElement.html index e62df8310..741743e36 100644 --- a/api/Svg.NonSvgElement.html +++ b/api/Svg.NonSvgElement.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.PathStatistics.html b/api/Svg.PathStatistics.html index 986289567..5ef6c1c0a 100644 --- a/api/Svg.PathStatistics.html +++ b/api/Svg.PathStatistics.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -219,7 +219,7 @@
Parameters
- System.Drawing.PointF + PointF point diff --git a/api/Svg.Pathing.SvgArcSegment.html b/api/Svg.Pathing.SvgArcSegment.html index a488b57f2..bf2405d0c 100644 --- a/api/Svg.Pathing.SvgArcSegment.html +++ b/api/Svg.Pathing.SvgArcSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -168,7 +168,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -198,7 +198,7 @@
Parameters
- System.Drawing.PointF + PointF end @@ -260,7 +260,7 @@
Parameters
- System.Drawing.PointF + PointF end @@ -486,7 +486,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -507,7 +507,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgClosePathSegment.html b/api/Svg.Pathing.SvgClosePathSegment.html index d96fac5fb..272dd697b 100644 --- a/api/Svg.Pathing.SvgClosePathSegment.html +++ b/api/Svg.Pathing.SvgClosePathSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -257,7 +257,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -278,7 +278,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgCubicCurveSegment.html b/api/Svg.Pathing.SvgCubicCurveSegment.html index 5850e181e..f6cb00006 100644 --- a/api/Svg.Pathing.SvgCubicCurveSegment.html +++ b/api/Svg.Pathing.SvgCubicCurveSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -172,12 +172,12 @@
Parameters
- System.Drawing.PointF + PointF secondControlPoint - System.Drawing.PointF + PointF end @@ -214,17 +214,17 @@
Parameters
- System.Drawing.PointF + PointF firstControlPoint - System.Drawing.PointF + PointF secondControlPoint - System.Drawing.PointF + PointF end @@ -257,22 +257,22 @@
Parameters
- System.Drawing.PointF + PointF start - System.Drawing.PointF + PointF firstControlPoint - System.Drawing.PointF + PointF secondControlPoint - System.Drawing.PointF + PointF end @@ -305,7 +305,7 @@
Property Value
- System.Drawing.PointF + PointF @@ -335,7 +335,7 @@
Property Value
- System.Drawing.PointF + PointF @@ -408,7 +408,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -429,7 +429,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgLineSegment.html b/api/Svg.Pathing.SvgLineSegment.html index 6884f14f4..51ca243dd 100644 --- a/api/Svg.Pathing.SvgLineSegment.html +++ b/api/Svg.Pathing.SvgLineSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -172,7 +172,7 @@
Parameters
- System.Drawing.PointF + PointF end @@ -205,12 +205,12 @@
Parameters
- System.Drawing.PointF + PointF start - System.Drawing.PointF + PointF end @@ -284,7 +284,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -305,7 +305,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgMoveToSegment.html b/api/Svg.Pathing.SvgMoveToSegment.html index 4a8d7ca59..a2f2fdc2c 100644 --- a/api/Svg.Pathing.SvgMoveToSegment.html +++ b/api/Svg.Pathing.SvgMoveToSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -172,7 +172,7 @@
Parameters
- System.Drawing.PointF + PointF moveTo @@ -205,7 +205,7 @@
Parameters
- System.Drawing.PointF + PointF moveTo @@ -279,7 +279,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -300,7 +300,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgPathSegment.html b/api/Svg.Pathing.SvgPathSegment.html index 2d2062664..4e412c5ae 100644 --- a/api/Svg.Pathing.SvgPathSegment.html +++ b/api/Svg.Pathing.SvgPathSegment.html @@ -102,7 +102,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -114,7 +114,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -191,7 +191,7 @@
Parameters
- System.Drawing.PointF + PointF end @@ -223,7 +223,7 @@
Field Value
- System.Drawing.PointF + PointF @@ -255,7 +255,7 @@
Property Value
- System.Drawing.PointF + PointF @@ -316,7 +316,7 @@
Property Value
- System.Drawing.PointF + PointF @@ -387,7 +387,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -408,7 +408,7 @@
Returns
- System.Drawing.PointF + PointF @@ -469,12 +469,12 @@
Parameters
- System.Drawing.PointF + PointF point - System.Drawing.PointF + PointF mirror @@ -490,7 +490,7 @@
Returns
- System.Drawing.PointF + PointF @@ -521,7 +521,7 @@
Parameters
- System.Drawing.PointF + PointF point @@ -531,7 +531,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -547,7 +547,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Pathing.SvgPathSegmentList.html b/api/Svg.Pathing.SvgPathSegmentList.html index 0da7dae78..a57de459b 100644 --- a/api/Svg.Pathing.SvgPathSegmentList.html +++ b/api/Svg.Pathing.SvgPathSegmentList.html @@ -95,7 +95,7 @@
Implements
IList<SvgPathSegment>
ICollection<SvgPathSegment>
IEnumerable<SvgPathSegment>
-
IEnumerable
+
System.Collections.IEnumerable
ICloneable
@@ -104,7 +104,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -740,7 +740,7 @@
Returns
- System.Collections.IEnumerator + IEnumerator @@ -756,7 +756,7 @@

Implements

System.Collections.Generic.IEnumerable<T>
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.ICloneable diff --git a/api/Svg.Pathing.SvgQuadraticCurveSegment.html b/api/Svg.Pathing.SvgQuadraticCurveSegment.html index 7a42fd47f..a883788ab 100644 --- a/api/Svg.Pathing.SvgQuadraticCurveSegment.html +++ b/api/Svg.Pathing.SvgQuadraticCurveSegment.html @@ -118,7 +118,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -130,7 +130,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Pathing
@@ -172,7 +172,7 @@
Parameters
- System.Drawing.PointF + PointF end @@ -209,12 +209,12 @@
Parameters
- System.Drawing.PointF + PointF controlPoint - System.Drawing.PointF + PointF end @@ -247,17 +247,17 @@
Parameters
- System.Drawing.PointF + PointF start - System.Drawing.PointF + PointF controlPoint - System.Drawing.PointF + PointF end @@ -290,7 +290,7 @@
Property Value
- System.Drawing.PointF + PointF @@ -363,7 +363,7 @@
Parameters
- System.Drawing.PointF + PointF start @@ -384,7 +384,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.PointFExtensions.html b/api/Svg.PointFExtensions.html index 61f4e0861..af4159ab4 100644 --- a/api/Svg.PointFExtensions.html +++ b/api/Svg.PointFExtensions.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -148,7 +148,7 @@
Parameters
- System.Drawing.PointF + PointF p diff --git a/api/Svg.SVGArg.html b/api/Svg.SVGArg.html index 4c4fc03e6..fc50113b9 100644 --- a/api/Svg.SVGArg.html +++ b/api/Svg.SVGArg.html @@ -88,7 +88,7 @@

Class SVGArg
Inheritance
-
System.EventArgs
+
SVGArg
@@ -106,7 +106,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -118,7 +118,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.StringArg.html b/api/Svg.StringArg.html index f12bdc7cd..a6bbe0690 100644 --- a/api/Svg.StringArg.html +++ b/api/Svg.StringArg.html @@ -89,7 +89,7 @@

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

Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgAnchor.html b/api/Svg.SvgAnchor.html index 01d2fadac..a1a2a9e68 100644 --- a/api/Svg.SvgAnchor.html +++ b/api/Svg.SvgAnchor.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgAspectRatio.html b/api/Svg.SvgAspectRatio.html index 23a23b694..936a0ee67 100644 --- a/api/Svg.SvgAspectRatio.html +++ b/api/Svg.SvgAspectRatio.html @@ -101,7 +101,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -113,7 +113,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)

Namespace: Svg
diff --git a/api/Svg.SvgAttributeAttribute.html b/api/Svg.SvgAttributeAttribute.html index b991abd9d..9db427bad 100644 --- a/api/Svg.SvgAttributeAttribute.html +++ b/api/Svg.SvgAttributeAttribute.html @@ -95,7 +95,7 @@
Inheritance
Inherited Members
- Attribute.GetCustomAttribute(Assembly, Type) + System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean) @@ -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) @@ -137,7 +137,7 @@
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) + Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) @@ -155,40 +155,40 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) + Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
- Attribute.GetCustomAttributes(ParameterInfo, Type) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
- System.Attribute.IsDefaultAttribute() + Attribute.IsDefaultAttribute()
- System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) + Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) + Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type) + Attribute.IsDefined(Module, Type)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) + Attribute.IsDefined(Module, Type, Boolean)
- Attribute.IsDefined(ParameterInfo, Type) + System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean) @@ -200,7 +200,7 @@
Inherited Members
Attribute.TypeId
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -209,7 +209,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgAttributeCollection.html b/api/Svg.SvgAttributeCollection.html index b06dd6139..a3948be53 100644 --- a/api/Svg.SvgAttributeCollection.html +++ b/api/Svg.SvgAttributeCollection.html @@ -95,15 +95,15 @@
Inheritance
Implements
IDictionary<String, Object>
-
ICollection<KeyValuePair<String, Object>>
+
ICollection<System.Collections.Generic.KeyValuePair<String, Object>>
IReadOnlyDictionary<String, Object>
-
System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, Object>>
-
IEnumerable<KeyValuePair<String, Object>>
+
IReadOnlyCollection<System.Collections.Generic.KeyValuePair<String, Object>>
+
IEnumerable<System.Collections.Generic.KeyValuePair<String, Object>>
IDictionary
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
IDeserializationCallback
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
@@ -114,7 +114,7 @@
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
- Dictionary<String, Object>.Add(String, Object) + System.Collections.Generic.Dictionary<System.String, System.Object>.Add(System.String, System.Object)
Dictionary<String, Object>.Clear() @@ -129,13 +129,13 @@
Inherited Members
Dictionary<String, Object>.EnsureCapacity(Int32)
- Dictionary<String, Object>.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, System.Object>.GetEnumerator()
Dictionary<String, Object>.OnDeserialization(Object)
- System.Collections.Generic.Dictionary<System.String, System.Object>.Remove(System.String) + Dictionary<String, Object>.Remove(String)
Dictionary<String, Object>.Remove(String, Object) @@ -174,7 +174,7 @@
Inherited Members
Dictionary<String, Object>.IEnumerable.GetEnumerator()
- System.Collections.Generic.Dictionary<System.String, System.Object>.TrimExcess() + Dictionary<String, Object>.TrimExcess()
Dictionary<String, Object>.TrimExcess(Int32) @@ -186,7 +186,7 @@
Inherited Members
Dictionary<String, Object>.TryGetValue(String, Object)
- Dictionary<String, Object>.Comparer + System.Collections.Generic.Dictionary<System.String, System.Object>.Comparer
Dictionary<String, Object>.Count @@ -195,7 +195,7 @@
Inherited Members
Dictionary<String, Object>.Item[String]
- System.Collections.Generic.Dictionary<System.String, System.Object>.Keys + Dictionary<String, Object>.Keys
System.Collections.Generic.Dictionary<System.String, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>.IsReadOnly @@ -240,7 +240,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -252,7 +252,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -547,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> @@ -559,13 +559,13 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
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 f43df95e9..d7293edba 100644 --- a/api/Svg.SvgBlendModeConverter.html +++ b/api/Svg.SvgBlendModeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgChannelSelectorConverter.html b/api/Svg.SvgChannelSelectorConverter.html index c7a572bf9..5b775277d 100644 --- a/api/Svg.SvgChannelSelectorConverter.html +++ b/api/Svg.SvgChannelSelectorConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgCircle.html b/api/Svg.SvgCircle.html index 8007588ea..9e5f4cacc 100644 --- a/api/Svg.SvgCircle.html +++ b/api/Svg.SvgCircle.html @@ -478,7 +478,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -490,7 +490,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgClipPath.html b/api/Svg.SvgClipPath.html index e17cbdd9f..9a092db48 100644 --- a/api/Svg.SvgClipPath.html +++ b/api/Svg.SvgClipPath.html @@ -413,7 +413,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -425,7 +425,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgClipRuleConverter.html b/api/Svg.SvgClipRuleConverter.html index e2d696fa5..9a755c536 100644 --- a/api/Svg.SvgClipRuleConverter.html +++ b/api/Svg.SvgClipRuleConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgColourConverter.html b/api/Svg.SvgColourConverter.html index 8b37a7b6f..35ce1f077 100644 --- a/api/Svg.SvgColourConverter.html +++ b/api/Svg.SvgColourConverter.html @@ -105,13 +105,13 @@
Inherited Members
TypeConverter.CanConvertFrom(Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -126,7 +126,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -144,7 +144,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -156,7 +156,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -165,7 +165,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -195,13 +195,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -213,7 +213,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -280,7 +280,7 @@
Returns
Overrides
-
ColorConverter.CanConvertFrom(ITypeDescriptorContext, Type)
+
System.Drawing.ColorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)
| Improve this Doc @@ -334,7 +334,7 @@
Returns
Overrides
-
System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)
+
ColorConverter.CanConvertTo(ITypeDescriptorContext, Type)
| Improve this Doc diff --git a/api/Svg.SvgColourInterpolationConverter.html b/api/Svg.SvgColourInterpolationConverter.html index 44b25f5d1..55b8af8e2 100644 --- a/api/Svg.SvgColourInterpolationConverter.html +++ b/api/Svg.SvgColourInterpolationConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgColourMatrixTypeConverter.html b/api/Svg.SvgColourMatrixTypeConverter.html index f7a0f6456..7a60bf2ff 100644 --- a/api/Svg.SvgColourMatrixTypeConverter.html +++ b/api/Svg.SvgColourMatrixTypeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgColourServer.html b/api/Svg.SvgColourServer.html index e0314dbdc..8468031a0 100644 --- a/api/Svg.SvgColourServer.html +++ b/api/Svg.SvgColourServer.html @@ -428,7 +428,7 @@
Inherited Members
SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -437,7 +437,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgComponentTransferTypeConverter.html b/api/Svg.SvgComponentTransferTypeConverter.html index 956fe30b3..a9f99fb40 100644 --- a/api/Svg.SvgComponentTransferTypeConverter.html +++ b/api/Svg.SvgComponentTransferTypeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgCompositeOperatorConverter.html b/api/Svg.SvgCompositeOperatorConverter.html index 960511cc2..82a4c3f22 100644 --- a/api/Svg.SvgCompositeOperatorConverter.html +++ b/api/Svg.SvgCompositeOperatorConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgContentNode.html b/api/Svg.SvgContentNode.html index bacd54569..e999bf91b 100644 --- a/api/Svg.SvgContentNode.html +++ b/api/Svg.SvgContentNode.html @@ -100,7 +100,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -112,7 +112,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgCoordinateUnitsConverter.html b/api/Svg.SvgCoordinateUnitsConverter.html index 5a1d335cb..0591f37b4 100644 --- a/api/Svg.SvgCoordinateUnitsConverter.html +++ b/api/Svg.SvgCoordinateUnitsConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgCustomAttributeCollection.html b/api/Svg.SvgCustomAttributeCollection.html index 2498fc2cc..be4b30f2c 100644 --- a/api/Svg.SvgCustomAttributeCollection.html +++ b/api/Svg.SvgCustomAttributeCollection.html @@ -95,15 +95,15 @@
Inheritance
Implements
IDictionary<String, String>
-
ICollection<KeyValuePair<String, String>>
+
ICollection<System.Collections.Generic.KeyValuePair<String, String>>
IReadOnlyDictionary<String, String>
-
System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String, String>>
-
IEnumerable<KeyValuePair<String, String>>
+
IReadOnlyCollection<System.Collections.Generic.KeyValuePair<String, String>>
+
IEnumerable<System.Collections.Generic.KeyValuePair<String, String>>
IDictionary
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
IDeserializationCallback
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
@@ -114,7 +114,7 @@
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
- Dictionary<String, String>.Add(String, String) + System.Collections.Generic.Dictionary<System.String, System.String>.Add(System.String, System.String)
Dictionary<String, String>.Clear() @@ -129,13 +129,13 @@
Inherited Members
Dictionary<String, String>.EnsureCapacity(Int32)
- Dictionary<String, String>.GetEnumerator() + System.Collections.Generic.Dictionary<System.String, System.String>.GetEnumerator()
Dictionary<String, String>.OnDeserialization(Object)
- System.Collections.Generic.Dictionary<System.String, System.String>.Remove(System.String) + Dictionary<String, String>.Remove(String)
Dictionary<String, String>.Remove(String, String) @@ -174,7 +174,7 @@
Inherited Members
Dictionary<String, String>.IEnumerable.GetEnumerator()
- System.Collections.Generic.Dictionary<System.String, System.String>.TrimExcess() + Dictionary<String, String>.TrimExcess()
Dictionary<String, String>.TrimExcess(Int32) @@ -186,7 +186,7 @@
Inherited Members
Dictionary<String, String>.TryGetValue(String, String)
- Dictionary<String, String>.Comparer + System.Collections.Generic.Dictionary<System.String, System.String>.Comparer
Dictionary<String, String>.Count @@ -195,7 +195,7 @@
Inherited Members
Dictionary<String, String>.Item[String]
- System.Collections.Generic.Dictionary<System.String, System.String>.Keys + Dictionary<String, String>.Keys
System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.IsReadOnly @@ -240,7 +240,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -252,7 +252,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -395,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> @@ -407,13 +407,13 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
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 9ba98ed09..ba2addd8b 100644 --- a/api/Svg.SvgDeferredPaintServer.html +++ b/api/Svg.SvgDeferredPaintServer.html @@ -430,7 +430,7 @@
Inherited Members
SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -439,7 +439,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgDefinitionList.html b/api/Svg.SvgDefinitionList.html index 504a24b12..3e437c564 100644 --- a/api/Svg.SvgDefinitionList.html +++ b/api/Svg.SvgDefinitionList.html @@ -419,7 +419,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -431,7 +431,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgDescription.html b/api/Svg.SvgDescription.html index b5afba71e..e5cd6b83e 100644 --- a/api/Svg.SvgDescription.html +++ b/api/Svg.SvgDescription.html @@ -422,7 +422,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -434,7 +434,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgDocument.html b/api/Svg.SvgDocument.html index 8bdafc433..ff02949f3 100644 --- a/api/Svg.SvgDocument.html +++ b/api/Svg.SvgDocument.html @@ -457,7 +457,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -469,7 +469,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -526,7 +526,7 @@
Property Value
- System.Uri + Uri @@ -1059,7 +1059,7 @@
Parameters
- System.Nullable<SizeF> + Nullable<SizeF> size

The SizeF to render the document. If null document is rendered at the default document size.

@@ -2455,7 +2455,7 @@
Returns
- System.ComponentModel.IContainer + IContainer diff --git a/api/Svg.SvgDocumentMetadata.html b/api/Svg.SvgDocumentMetadata.html index 171f87c77..59f5bd8df 100644 --- a/api/Svg.SvgDocumentMetadata.html +++ b/api/Svg.SvgDocumentMetadata.html @@ -413,7 +413,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -425,7 +425,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgEdgeModeConverter.html b/api/Svg.SvgEdgeModeConverter.html index cd4a261fe..558e4220e 100644 --- a/api/Svg.SvgEdgeModeConverter.html +++ b/api/Svg.SvgEdgeModeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgElement.html b/api/Svg.SvgElement.html index 82dad855b..76ebece2d 100644 --- a/api/Svg.SvgElement.html +++ b/api/Svg.SvgElement.html @@ -129,7 +129,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -141,7 +141,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -911,7 +911,7 @@
Property Value
- System.Net.Http.HttpClient + HttpClient @@ -1937,7 +1937,7 @@
Parameters
- Action<Object, MouseArg> + System.Action<Object, MouseArg> eventRaiser @@ -3020,7 +3020,7 @@
Parameters
- Action<SvgElement, String, String> + System.Action<SvgElement, String, String> logElementOldIDNewID @@ -3085,7 +3085,7 @@
Parameters
- System.Drawing.RectangleF + RectangleF bounds

The rectangle to be transformed.

@@ -3102,7 +3102,7 @@
Returns
- System.Drawing.RectangleF + RectangleF

The transformed rectangle, or the original rectangle if no transformation exists.

diff --git a/api/Svg.SvgElementAttribute.html b/api/Svg.SvgElementAttribute.html index 38f203240..2486c0592 100644 --- a/api/Svg.SvgElementAttribute.html +++ b/api/Svg.SvgElementAttribute.html @@ -98,7 +98,7 @@
Inherited Members
Attribute.Equals(Object)
- Attribute.GetCustomAttribute(Assembly, Type) + System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean) @@ -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) @@ -140,7 +140,7 @@
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) + Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) @@ -158,13 +158,13 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, Boolean)
- System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) + Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
- Attribute.GetCustomAttributes(ParameterInfo, Type) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) @@ -173,28 +173,28 @@
Inherited Members
System.Attribute.GetHashCode()
- System.Attribute.IsDefaultAttribute() + Attribute.IsDefaultAttribute()
- System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) + Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) + Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type) + Attribute.IsDefined(Module, Type)
- System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) + Attribute.IsDefined(Module, Type, Boolean)
- Attribute.IsDefined(ParameterInfo, Type) + System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean) @@ -206,7 +206,7 @@
Inherited Members
Attribute.TypeId
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -215,7 +215,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgElementCollection.html b/api/Svg.SvgElementCollection.html index ae287988b..aed1d6bc0 100644 --- a/api/Svg.SvgElementCollection.html +++ b/api/Svg.SvgElementCollection.html @@ -96,7 +96,7 @@
Implements
IList<SvgElement>
ICollection<SvgElement>
IEnumerable<SvgElement>
-
IEnumerable
+
System.Collections.IEnumerable
Inherited Members
@@ -104,7 +104,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -312,7 +312,7 @@
Parameters
- Action<SvgElement, String, String> + System.Action<SvgElement, String, String> logElementOldIDNewID @@ -723,7 +723,7 @@
Parameters
- Action<SvgElement, String, String> + System.Action<SvgElement, String, String> logElementOldIDNewID @@ -835,7 +835,7 @@
Returns
- System.Collections.IEnumerator + IEnumerator @@ -851,7 +851,7 @@

Implements

System.Collections.Generic.IEnumerable<T>
- System.Collections.IEnumerable + System.Collections.IEnumerable

Extension Methods

diff --git a/api/Svg.SvgElementEventArgs.html b/api/Svg.SvgElementEventArgs.html index 799151e5d..1113480e2 100644 --- a/api/Svg.SvgElementEventArgs.html +++ b/api/Svg.SvgElementEventArgs.html @@ -88,7 +88,7 @@

Inheritance
Object
-
System.EventArgs
+
EventArgs
SvgElementEventArgs
@@ -100,7 +100,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -112,7 +112,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgElementIdManager.html b/api/Svg.SvgElementIdManager.html index 0fe991227..451c513ce 100644 --- a/api/Svg.SvgElementIdManager.html +++ b/api/Svg.SvgElementIdManager.html @@ -97,7 +97,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -109,7 +109,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -239,7 +239,7 @@
Parameters
- Action<SvgElement, String, String> + System.Action<SvgElement, String, String> logElementOldIDNewID

If not null, the action is called before the id is fixed

@@ -409,7 +409,7 @@
Parameters
- System.Uri + Uri uri diff --git a/api/Svg.SvgElementStyle.html b/api/Svg.SvgElementStyle.html index c2822e115..c9253a5e0 100644 --- a/api/Svg.SvgElementStyle.html +++ b/api/Svg.SvgElementStyle.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgEllipse.html b/api/Svg.SvgEllipse.html index fe4e21b83..e955c46c0 100644 --- a/api/Svg.SvgEllipse.html +++ b/api/Svg.SvgEllipse.html @@ -478,7 +478,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -490,7 +490,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgException.html b/api/Svg.SvgException.html index 99d2acb23..68bad7a7e 100644 --- a/api/Svg.SvgException.html +++ b/api/Svg.SvgException.html @@ -95,12 +95,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -121,7 +121,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -139,7 +139,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -148,7 +148,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -246,7 +246,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.SvgExtentions.html b/api/Svg.SvgExtentions.html index 202cc825b..15b8af30e 100644 --- a/api/Svg.SvgExtentions.html +++ b/api/Svg.SvgExtentions.html @@ -97,7 +97,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -109,7 +109,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -239,7 +239,7 @@
Returns
- System.Drawing.RectangleF + RectangleF @@ -421,7 +421,7 @@
Parameters
- System.Drawing.RectangleF + RectangleF bounds diff --git a/api/Svg.SvgFallbackPaintServer.html b/api/Svg.SvgFallbackPaintServer.html index 5656a066c..7335f7e6c 100644 --- a/api/Svg.SvgFallbackPaintServer.html +++ b/api/Svg.SvgFallbackPaintServer.html @@ -435,7 +435,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -447,7 +447,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgFillRuleConverter.html b/api/Svg.SvgFillRuleConverter.html index b338de088..4a57f5c21 100644 --- a/api/Svg.SvgFillRuleConverter.html +++ b/api/Svg.SvgFillRuleConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFont.html b/api/Svg.SvgFont.html index c4b680392..15bdb9369 100644 --- a/api/Svg.SvgFont.html +++ b/api/Svg.SvgFont.html @@ -418,7 +418,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -430,7 +430,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontDefn.html b/api/Svg.SvgFontDefn.html index a84770270..916d7516c 100644 --- a/api/Svg.SvgFontDefn.html +++ b/api/Svg.SvgFontDefn.html @@ -93,7 +93,7 @@
Inheritance
Implements
IFontDefn
-
System.IDisposable
+
IDisposable
Inherited Members
@@ -101,7 +101,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -113,7 +113,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -274,7 +274,7 @@
Parameters
- System.Drawing.PointF + PointF location @@ -389,7 +389,7 @@
Returns
- IList<System.Drawing.RectangleF> + IList<RectangleF> @@ -451,7 +451,7 @@

Implements

IFontDefn
- System.IDisposable + System.IDisposable
diff --git a/api/Svg.SvgFontFace.html b/api/Svg.SvgFontFace.html index f673bf9ec..ec8356ef3 100644 --- a/api/Svg.SvgFontFace.html +++ b/api/Svg.SvgFontFace.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontFaceSrc.html b/api/Svg.SvgFontFaceSrc.html index 082411971..880b9046d 100644 --- a/api/Svg.SvgFontFaceSrc.html +++ b/api/Svg.SvgFontFaceSrc.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontFaceUri.html b/api/Svg.SvgFontFaceUri.html index 165856f96..64ca80d64 100644 --- a/api/Svg.SvgFontFaceUri.html +++ b/api/Svg.SvgFontFaceUri.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -474,7 +474,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.SvgFontManager.html b/api/Svg.SvgFontManager.html index 654f29552..88c51d114 100644 --- a/api/Svg.SvgFontManager.html +++ b/api/Svg.SvgFontManager.html @@ -95,7 +95,7 @@
Inheritance
Implements
-
System.IDisposable
+
IDisposable
Inherited Members
@@ -103,7 +103,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -115,7 +115,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -154,7 +154,7 @@
Property Value
- System.Collections.Generic.List<String[]> + List<String[]> @@ -184,7 +184,7 @@
Property Value
- System.Collections.Generic.List<Byte[]> + List<System.Byte[]> @@ -214,7 +214,7 @@
Property Value
- System.Collections.Generic.List<String> + List<String> @@ -292,7 +292,7 @@
Returns

Implements

- System.IDisposable + System.IDisposable
diff --git a/api/Svg.SvgFontStretchConverter.html b/api/Svg.SvgFontStretchConverter.html index 3d9d19fde..aadc47010 100644 --- a/api/Svg.SvgFontStretchConverter.html +++ b/api/Svg.SvgFontStretchConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontStyleConverter.html b/api/Svg.SvgFontStyleConverter.html index 4a3566e77..e2c4503e5 100644 --- a/api/Svg.SvgFontStyleConverter.html +++ b/api/Svg.SvgFontStyleConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontVariantConverter.html b/api/Svg.SvgFontVariantConverter.html index 7e04d8ba6..d29320133 100644 --- a/api/Svg.SvgFontVariantConverter.html +++ b/api/Svg.SvgFontVariantConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgFontWeightConverter.html b/api/Svg.SvgFontWeightConverter.html index 1a84135bf..42ae45591 100644 --- a/api/Svg.SvgFontWeightConverter.html +++ b/api/Svg.SvgFontWeightConverter.html @@ -107,13 +107,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -128,7 +128,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -146,7 +146,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -158,7 +158,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -167,7 +167,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -221,7 +221,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgForeignObject.html b/api/Svg.SvgForeignObject.html index 49051b459..b80c797b5 100644 --- a/api/Svg.SvgForeignObject.html +++ b/api/Svg.SvgForeignObject.html @@ -477,7 +477,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -489,7 +489,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -530,7 +530,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgFragment.html b/api/Svg.SvgFragment.html index 9682245b3..9ca4773d4 100644 --- a/api/Svg.SvgFragment.html +++ b/api/Svg.SvgFragment.html @@ -407,7 +407,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -419,7 +419,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -459,7 +459,7 @@
Field Value
- System.Uri + Uri @@ -523,7 +523,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

@@ -1069,7 +1069,7 @@
Returns
- System.Drawing.RectangleF + RectangleF @@ -1099,7 +1099,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.SvgGdiPlusCannotBeLoadedException.html b/api/Svg.SvgGdiPlusCannotBeLoadedException.html index 44a805b7b..f0b027c6d 100644 --- a/api/Svg.SvgGdiPlusCannotBeLoadedException.html +++ b/api/Svg.SvgGdiPlusCannotBeLoadedException.html @@ -93,12 +93,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -119,7 +119,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -137,7 +137,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -146,7 +146,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -276,7 +276,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.SvgGlyph.html b/api/Svg.SvgGlyph.html index 38ddbc76f..efc2f8beb 100644 --- a/api/Svg.SvgGlyph.html +++ b/api/Svg.SvgGlyph.html @@ -482,7 +482,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -494,7 +494,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgGradientServer.html b/api/Svg.SvgGradientServer.html index 90e94f50d..fd175d526 100644 --- a/api/Svg.SvgGradientServer.html +++ b/api/Svg.SvgGradientServer.html @@ -437,7 +437,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -449,7 +449,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -703,7 +703,7 @@
Property Value
- System.Collections.Generic.List<SvgGradientStop> + List<SvgGradientStop> @@ -779,12 +779,12 @@
Parameters
- System.Drawing.PointF + PointF first - System.Drawing.PointF + PointF second @@ -831,7 +831,7 @@
Parameters
- System.Drawing.PointF + PointF vector diff --git a/api/Svg.SvgGradientSpreadMethodConverter.html b/api/Svg.SvgGradientSpreadMethodConverter.html index 806008e74..454f6b873 100644 --- a/api/Svg.SvgGradientSpreadMethodConverter.html +++ b/api/Svg.SvgGradientSpreadMethodConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgGradientStop.html b/api/Svg.SvgGradientStop.html index 4f223c77d..cf965625e 100644 --- a/api/Svg.SvgGradientStop.html +++ b/api/Svg.SvgGradientStop.html @@ -419,7 +419,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -431,7 +431,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgGroup.html b/api/Svg.SvgGroup.html index 1b0bac64e..4b76e9914 100644 --- a/api/Svg.SvgGroup.html +++ b/api/Svg.SvgGroup.html @@ -488,7 +488,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -500,7 +500,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -541,7 +541,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgHorizontalKern.html b/api/Svg.SvgHorizontalKern.html index 2aadc9e54..37d5e347d 100644 --- a/api/Svg.SvgHorizontalKern.html +++ b/api/Svg.SvgHorizontalKern.html @@ -437,7 +437,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -449,7 +449,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgIDException.html b/api/Svg.SvgIDException.html index de9edc9a6..1d6a4845f 100644 --- a/api/Svg.SvgIDException.html +++ b/api/Svg.SvgIDException.html @@ -97,12 +97,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -123,7 +123,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -141,7 +141,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -150,7 +150,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -248,7 +248,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.SvgIDExistsException.html b/api/Svg.SvgIDExistsException.html index 833362709..4a6cc19aa 100644 --- a/api/Svg.SvgIDExistsException.html +++ b/api/Svg.SvgIDExistsException.html @@ -96,12 +96,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -122,7 +122,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -140,7 +140,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -149,7 +149,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -247,7 +247,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.SvgIDWrongFormatException.html b/api/Svg.SvgIDWrongFormatException.html index bfe6e6d8f..9c36d3c0d 100644 --- a/api/Svg.SvgIDWrongFormatException.html +++ b/api/Svg.SvgIDWrongFormatException.html @@ -96,12 +96,12 @@
Inheritance
Implements
-
System.Runtime.Serialization.ISerializable
+
ISerializable
Inherited Members
- System.Exception.GetBaseException() + Exception.GetBaseException()
Exception.GetType() @@ -122,7 +122,7 @@
Inherited Members
Exception.InnerException
- System.Exception.Message + Exception.Message
Exception.Source @@ -140,7 +140,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -149,7 +149,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -247,7 +247,7 @@
Parameters

Implements

- System.Runtime.Serialization.ISerializable + System.Runtime.Serialization.ISerializable
diff --git a/api/Svg.SvgImage.html b/api/Svg.SvgImage.html index e1e54db00..205ec6aa4 100644 --- a/api/Svg.SvgImage.html +++ b/api/Svg.SvgImage.html @@ -477,7 +477,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -489,7 +489,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -561,7 +561,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgImageRenderingConverter.html b/api/Svg.SvgImageRenderingConverter.html index 2e4caaa69..594c4fd23 100644 --- a/api/Svg.SvgImageRenderingConverter.html +++ b/api/Svg.SvgImageRenderingConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgKern.html b/api/Svg.SvgKern.html index cdad26454..e86192ff2 100644 --- a/api/Svg.SvgKern.html +++ b/api/Svg.SvgKern.html @@ -426,7 +426,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -438,7 +438,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgLine.html b/api/Svg.SvgLine.html index e5726b1ec..9b90b6f7f 100644 --- a/api/Svg.SvgLine.html +++ b/api/Svg.SvgLine.html @@ -488,7 +488,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -500,7 +500,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgLinearGradientServer.GradientPoints.html b/api/Svg.SvgLinearGradientServer.GradientPoints.html index a8cfd15c1..ed4f3f6b3 100644 --- a/api/Svg.SvgLinearGradientServer.GradientPoints.html +++ b/api/Svg.SvgLinearGradientServer.GradientPoints.html @@ -88,22 +88,22 @@

Inherited Members
- ValueType.Equals(Object) + System.ValueType.Equals(System.Object)
- ValueType.GetHashCode() + System.ValueType.GetHashCode()
- System.ValueType.ToString() + ValueType.ToString()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -140,12 +140,12 @@
Parameters
- System.Drawing.PointF + PointF startPoint - System.Drawing.PointF + PointF endPoint @@ -177,7 +177,7 @@
Field Value
- System.Drawing.PointF + PointF @@ -206,7 +206,7 @@
Field Value
- System.Drawing.PointF + PointF diff --git a/api/Svg.SvgLinearGradientServer.html b/api/Svg.SvgLinearGradientServer.html index 4222ea7f1..a4c4487df 100644 --- a/api/Svg.SvgLinearGradientServer.html +++ b/api/Svg.SvgLinearGradientServer.html @@ -477,7 +477,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -489,7 +489,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgMarker.html b/api/Svg.SvgMarker.html index 2d4c75ce7..e0c332c53 100644 --- a/api/Svg.SvgMarker.html +++ b/api/Svg.SvgMarker.html @@ -478,7 +478,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -490,7 +490,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -961,17 +961,17 @@
Parameters
- System.Drawing.PointF + PointF pRefPoint - System.Drawing.PointF + PointF pMarkerPoint1 - System.Drawing.PointF + PointF pMarkerPoint2 @@ -1019,22 +1019,22 @@
Parameters
- System.Drawing.PointF + PointF pRefPoint - System.Drawing.PointF + PointF pMarkerPoint1 - System.Drawing.PointF + PointF pMarkerPoint2 - System.Drawing.PointF + PointF pMarkerPoint3 diff --git a/api/Svg.SvgMarkerElement.html b/api/Svg.SvgMarkerElement.html index 3c8c9a1e9..caf0359eb 100644 --- a/api/Svg.SvgMarkerElement.html +++ b/api/Svg.SvgMarkerElement.html @@ -491,7 +491,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -503,7 +503,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -543,7 +543,7 @@
Property Value
- System.Uri + Uri @@ -574,7 +574,7 @@
Property Value
- System.Uri + Uri @@ -605,7 +605,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.SvgMarkerUnitsConverter.html b/api/Svg.SvgMarkerUnitsConverter.html index 214c971de..30e55524c 100644 --- a/api/Svg.SvgMarkerUnitsConverter.html +++ b/api/Svg.SvgMarkerUnitsConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgMask.html b/api/Svg.SvgMask.html index 84bc47af4..d39e48a4c 100644 --- a/api/Svg.SvgMask.html +++ b/api/Svg.SvgMask.html @@ -422,7 +422,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -434,7 +434,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgMissingGlyph.html b/api/Svg.SvgMissingGlyph.html index 8f817dbd8..a2bf66f6e 100644 --- a/api/Svg.SvgMissingGlyph.html +++ b/api/Svg.SvgMissingGlyph.html @@ -509,7 +509,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -521,7 +521,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgMorphologyOperatorConverter.html b/api/Svg.SvgMorphologyOperatorConverter.html index c21e54abe..d19d1f1ba 100644 --- a/api/Svg.SvgMorphologyOperatorConverter.html +++ b/api/Svg.SvgMorphologyOperatorConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgNamespaces.html b/api/Svg.SvgNamespaces.html index ec7832995..e7631fb47 100644 --- a/api/Svg.SvgNamespaces.html +++ b/api/Svg.SvgNamespaces.html @@ -96,7 +96,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -108,7 +108,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgNumberCollection.html b/api/Svg.SvgNumberCollection.html index 89ec6e2fa..8603d8ba2 100644 --- a/api/Svg.SvgNumberCollection.html +++ b/api/Svg.SvgNumberCollection.html @@ -89,7 +89,7 @@

Inheritance
Object
-
System.Collections.Generic.List<Single>
+
List<Single>
SvgNumberCollection
@@ -97,11 +97,11 @@
Implements
IList<Single>
ICollection<Single>
IReadOnlyList<Single>
-
System.Collections.Generic.IReadOnlyCollection<Single>
+
IReadOnlyCollection<Single>
IEnumerable<Single>
IList
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
ICloneable
@@ -116,7 +116,7 @@
Inherited Members
List<Single>.Add(Single)
- List<Single>.AddRange(IEnumerable<Single>) + System.Collections.Generic.List<System.Single>.AddRange(System.Collections.Generic.IEnumerable<System.Single>)
List<Single>.AsReadOnly() @@ -125,7 +125,7 @@
Inherited Members
List<Single>.BinarySearch(Int32, Int32, Single, IComparer<Single>)
- System.Collections.Generic.List<System.Single>.BinarySearch(System.Single) + List<Single>.BinarySearch(Single)
List<Single>.BinarySearch(Single, IComparer<Single>) @@ -161,7 +161,7 @@
Inherited Members
List<Single>.FindAll(Predicate<Single>)
- List<Single>.FindIndex(Int32, Int32, Predicate<Single>) + System.Collections.Generic.List<System.Single>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Single>)
List<Single>.FindIndex(Int32, Predicate<Single>) @@ -173,13 +173,13 @@
Inherited Members
List<Single>.FindLast(Predicate<Single>)
- System.Collections.Generic.List<System.Single>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Single>) + List<Single>.FindLastIndex(Int32, Int32, Predicate<Single>)
- System.Collections.Generic.List<System.Single>.FindLastIndex(System.Int32, System.Predicate<System.Single>) + List<Single>.FindLastIndex(Int32, Predicate<Single>)
- System.Collections.Generic.List<System.Single>.FindLastIndex(System.Predicate<System.Single>) + List<Single>.FindLastIndex(Predicate<Single>)
System.Collections.Generic.List<System.Single>.ForEach(System.Action<System.Single>) @@ -191,7 +191,7 @@
Inherited Members
List<Single>.GetRange(Int32, Int32)
- List<Single>.IndexOf(Single) + System.Collections.Generic.List<System.Single>.IndexOf(System.Single)
List<Single>.IndexOf(Single, Int32) @@ -275,10 +275,10 @@
Inherited Members
List<Single>.ToArray()
- System.Collections.Generic.List<System.Single>.TrimExcess() + List<Single>.TrimExcess()
- List<Single>.TrueForAll(Predicate<Single>) + System.Collections.Generic.List<System.Single>.TrueForAll(System.Predicate<System.Single>)
List<Single>.Capacity @@ -299,10 +299,10 @@
Inherited Members
List<Single>.ICollection.SyncRoot
- List<Single>.IList.IsFixedSize + System.Collections.Generic.List<System.Single>.System.Collections.IList.IsFixedSize
- List<Single>.IList.IsReadOnly + System.Collections.Generic.List<System.Single>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.Single>.System.Collections.IList.Item[System.Int32] @@ -311,7 +311,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -323,7 +323,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -408,7 +408,7 @@

Implements

System.Collections.Generic.IReadOnlyList<T>
- System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T> @@ -420,7 +420,7 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.ICloneable diff --git a/api/Svg.SvgNumberCollectionConverter.html b/api/Svg.SvgNumberCollectionConverter.html index ba73572fb..1ab2aa6c3 100644 --- a/api/Svg.SvgNumberCollectionConverter.html +++ b/api/Svg.SvgNumberCollectionConverter.html @@ -104,13 +104,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -128,7 +128,7 @@
Inherited Members
TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -146,7 +146,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -158,7 +158,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -167,7 +167,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -221,7 +221,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -341,7 +341,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> numbers diff --git a/api/Svg.SvgOptions.html b/api/Svg.SvgOptions.html index 5e53e4f35..5ae905ae5 100644 --- a/api/Svg.SvgOptions.html +++ b/api/Svg.SvgOptions.html @@ -93,9 +93,9 @@
Inheritance
Implements
IDictionary<String, String>
-
ICollection<KeyValuePair<String, String>>
-
IEnumerable<KeyValuePair<String, String>>
-
IEnumerable
+
ICollection<System.Collections.Generic.KeyValuePair<String, String>>
+
IEnumerable<System.Collections.Generic.KeyValuePair<String, String>>
+
System.Collections.IEnumerable
ICloneable
@@ -104,7 +104,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -503,7 +503,7 @@
Parameters
- KeyValuePair<String, String> + System.Collections.Generic.KeyValuePair<String, String> item @@ -617,7 +617,7 @@
Parameters
- KeyValuePair<String, String> + System.Collections.Generic.KeyValuePair<String, String> item @@ -711,7 +711,7 @@
Parameters
- KeyValuePair<String, String>[] + System.Collections.Generic.KeyValuePair<String, String>[] array @@ -747,7 +747,7 @@
Returns
- IEnumerator<KeyValuePair<String, String>> + IEnumerator<System.Collections.Generic.KeyValuePair<String, String>> @@ -830,7 +830,7 @@
Parameters
- KeyValuePair<String, String> + System.Collections.Generic.KeyValuePair<String, String> item @@ -1014,7 +1014,7 @@
Returns
- System.Collections.IEnumerator + IEnumerator @@ -1060,7 +1060,7 @@

Implements

System.Collections.Generic.IEnumerable<T>
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.ICloneable diff --git a/api/Svg.SvgOrient.html b/api/Svg.SvgOrient.html index ab41969e2..edf9927a2 100644 --- a/api/Svg.SvgOrient.html +++ b/api/Svg.SvgOrient.html @@ -94,7 +94,7 @@
Inheritance
Inherited Members
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -103,7 +103,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgOverflowConverter.html b/api/Svg.SvgOverflowConverter.html index 31a697eca..f6b124606 100644 --- a/api/Svg.SvgOverflowConverter.html +++ b/api/Svg.SvgOverflowConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgPaintServer.html b/api/Svg.SvgPaintServer.html index 88d1be8ec..a14666792 100644 --- a/api/Svg.SvgPaintServer.html +++ b/api/Svg.SvgPaintServer.html @@ -427,7 +427,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -439,7 +439,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgPath.html b/api/Svg.SvgPath.html index c143525be..24eca0f04 100644 --- a/api/Svg.SvgPath.html +++ b/api/Svg.SvgPath.html @@ -492,7 +492,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -504,7 +504,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgPathBasedElement.html b/api/Svg.SvgPathBasedElement.html index 0469ae8f1..afc741e5c 100644 --- a/api/Svg.SvgPathBasedElement.html +++ b/api/Svg.SvgPathBasedElement.html @@ -492,7 +492,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -504,7 +504,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -543,7 +543,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF diff --git a/api/Svg.SvgPathBuilder.html b/api/Svg.SvgPathBuilder.html index 8f2a2414c..26810b9af 100644 --- a/api/Svg.SvgPathBuilder.html +++ b/api/Svg.SvgPathBuilder.html @@ -103,13 +103,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -127,7 +127,7 @@
Inherited Members
TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -145,7 +145,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -166,7 +166,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -202,13 +202,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -220,7 +220,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -320,7 +320,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> path

A String containing path data.

diff --git a/api/Svg.SvgPatternServer.html b/api/Svg.SvgPatternServer.html index c06c435dc..93d141600 100644 --- a/api/Svg.SvgPatternServer.html +++ b/api/Svg.SvgPatternServer.html @@ -436,7 +436,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -448,7 +448,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgPoint.html b/api/Svg.SvgPoint.html index 2d2e22ccb..b6a3045b5 100644 --- a/api/Svg.SvgPoint.html +++ b/api/Svg.SvgPoint.html @@ -88,16 +88,16 @@

Struct SvgPoint
Inherited Members
- System.ValueType.ToString() + ValueType.ToString()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)

Namespace: Svg
@@ -294,7 +294,7 @@
Returns
Overrides
-
ValueType.Equals(Object)
+
System.ValueType.Equals(System.Object)
| Improve this Doc @@ -326,7 +326,7 @@
Returns
Overrides
-
ValueType.GetHashCode()
+
System.ValueType.GetHashCode()
| Improve this Doc @@ -404,7 +404,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.SvgPointCollection.html b/api/Svg.SvgPointCollection.html index 27cc8921c..28e304516 100644 --- a/api/Svg.SvgPointCollection.html +++ b/api/Svg.SvgPointCollection.html @@ -89,7 +89,7 @@

Inheritance
-
System.Collections.Generic.List<SvgUnit>
+
SvgPointCollection
@@ -97,11 +97,11 @@
Implements
IList<SvgUnit>
ICollection<SvgUnit>
IReadOnlyList<SvgUnit>
-
System.Collections.Generic.IReadOnlyCollection<SvgUnit>
+
IReadOnlyCollection<SvgUnit>
IEnumerable<SvgUnit>
IList
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
ICloneable
@@ -116,7 +116,7 @@
Inherited Members
List<SvgUnit>.Add(SvgUnit)
- List<SvgUnit>.AddRange(IEnumerable<SvgUnit>) + System.Collections.Generic.List<Svg.SvgUnit>.AddRange(System.Collections.Generic.IEnumerable<Svg.SvgUnit>)
List<SvgUnit>.AsReadOnly() @@ -125,7 +125,7 @@
Inherited Members
List<SvgUnit>.BinarySearch(Int32, Int32, SvgUnit, IComparer<SvgUnit>)
- System.Collections.Generic.List<Svg.SvgUnit>.BinarySearch(Svg.SvgUnit) + List<SvgUnit>.BinarySearch(SvgUnit)
List<SvgUnit>.BinarySearch(SvgUnit, IComparer<SvgUnit>) @@ -161,7 +161,7 @@
Inherited Members
List<SvgUnit>.FindAll(Predicate<SvgUnit>)
- List<SvgUnit>.FindIndex(Int32, Int32, Predicate<SvgUnit>) + System.Collections.Generic.List<Svg.SvgUnit>.FindIndex(System.Int32, System.Int32, System.Predicate<Svg.SvgUnit>)
List<SvgUnit>.FindIndex(Int32, Predicate<SvgUnit>) @@ -173,13 +173,13 @@
Inherited Members
List<SvgUnit>.FindLast(Predicate<SvgUnit>)
- System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Svg.SvgUnit>) + List<SvgUnit>.FindLastIndex(Int32, Int32, Predicate<SvgUnit>)
- System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Int32, System.Predicate<Svg.SvgUnit>) + List<SvgUnit>.FindLastIndex(Int32, Predicate<SvgUnit>)
- System.Collections.Generic.List<Svg.SvgUnit>.FindLastIndex(System.Predicate<Svg.SvgUnit>) + List<SvgUnit>.FindLastIndex(Predicate<SvgUnit>)
System.Collections.Generic.List<Svg.SvgUnit>.ForEach(System.Action<Svg.SvgUnit>) @@ -191,7 +191,7 @@
Inherited Members
List<SvgUnit>.GetRange(Int32, Int32)
- List<SvgUnit>.IndexOf(SvgUnit) + System.Collections.Generic.List<Svg.SvgUnit>.IndexOf(Svg.SvgUnit)
List<SvgUnit>.IndexOf(SvgUnit, Int32) @@ -275,10 +275,10 @@
Inherited Members
List<SvgUnit>.ToArray()
- System.Collections.Generic.List<Svg.SvgUnit>.TrimExcess() + List<SvgUnit>.TrimExcess()
- List<SvgUnit>.TrueForAll(Predicate<SvgUnit>) + System.Collections.Generic.List<Svg.SvgUnit>.TrueForAll(System.Predicate<Svg.SvgUnit>)
List<SvgUnit>.Capacity @@ -299,10 +299,10 @@
Inherited Members
List<SvgUnit>.ICollection.SyncRoot
- List<SvgUnit>.IList.IsFixedSize + System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.IsFixedSize
- List<SvgUnit>.IList.IsReadOnly + System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Svg.SvgUnit>.System.Collections.IList.Item[System.Int32] @@ -311,7 +311,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -323,7 +323,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -408,7 +408,7 @@

Implements

System.Collections.Generic.IReadOnlyList<T>
- System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T> @@ -420,7 +420,7 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.ICloneable diff --git a/api/Svg.SvgPolygon.html b/api/Svg.SvgPolygon.html index a1e799e4d..627472518 100644 --- a/api/Svg.SvgPolygon.html +++ b/api/Svg.SvgPolygon.html @@ -495,7 +495,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -507,7 +507,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgPolyline.html b/api/Svg.SvgPolyline.html index bd902df4e..102c79dd7 100644 --- a/api/Svg.SvgPolyline.html +++ b/api/Svg.SvgPolyline.html @@ -498,7 +498,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -510,7 +510,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgRadialGradientServer.html b/api/Svg.SvgRadialGradientServer.html index 4aa63bcf3..67902987f 100644 --- a/api/Svg.SvgRadialGradientServer.html +++ b/api/Svg.SvgRadialGradientServer.html @@ -477,7 +477,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -489,7 +489,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgRectangle.html b/api/Svg.SvgRectangle.html index 951007b20..73748f92d 100644 --- a/api/Svg.SvgRectangle.html +++ b/api/Svg.SvgRectangle.html @@ -478,7 +478,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -490,7 +490,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgRenderer.html b/api/Svg.SvgRenderer.html index 9c5797a6a..a210aaf30 100644 --- a/api/Svg.SvgRenderer.html +++ b/api/Svg.SvgRenderer.html @@ -94,7 +94,7 @@
Inheritance
Implements
ISvgRenderer
-
System.IDisposable
+
IDisposable
IGraphicsProvider
@@ -103,7 +103,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -115,7 +115,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -267,12 +267,12 @@
Parameters
- System.Drawing.RectangleF + RectangleF destRect - System.Drawing.RectangleF + RectangleF srcRect @@ -314,12 +314,12 @@
Parameters
- System.Drawing.RectangleF + RectangleF destRect - System.Drawing.RectangleF + RectangleF srcRect @@ -891,7 +891,7 @@

Implements

ISvgRenderer
- System.IDisposable + System.IDisposable
IGraphicsProvider diff --git a/api/Svg.SvgScript.html b/api/Svg.SvgScript.html index 5142a9c9f..f0889b70f 100644 --- a/api/Svg.SvgScript.html +++ b/api/Svg.SvgScript.html @@ -420,7 +420,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -432,7 +432,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgShapeRenderingConverter.html b/api/Svg.SvgShapeRenderingConverter.html index 480b27287..d5a20a9ec 100644 --- a/api/Svg.SvgShapeRenderingConverter.html +++ b/api/Svg.SvgShapeRenderingConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgStitchTypeConverter.html b/api/Svg.SvgStitchTypeConverter.html index 5ee2675fb..4ee64c233 100644 --- a/api/Svg.SvgStitchTypeConverter.html +++ b/api/Svg.SvgStitchTypeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgStrokeLineCapConverter.html b/api/Svg.SvgStrokeLineCapConverter.html index 0485d2607..4e33437c9 100644 --- a/api/Svg.SvgStrokeLineCapConverter.html +++ b/api/Svg.SvgStrokeLineCapConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgStrokeLineJoinConverter.html b/api/Svg.SvgStrokeLineJoinConverter.html index ac08b02eb..43f76c3fc 100644 --- a/api/Svg.SvgStrokeLineJoinConverter.html +++ b/api/Svg.SvgStrokeLineJoinConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgSwitch.html b/api/Svg.SvgSwitch.html index 1c84bba3f..d48621153 100644 --- a/api/Svg.SvgSwitch.html +++ b/api/Svg.SvgSwitch.html @@ -477,7 +477,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -489,7 +489,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -530,7 +530,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgSymbol.html b/api/Svg.SvgSymbol.html index f394bab51..5c5d0f1d8 100644 --- a/api/Svg.SvgSymbol.html +++ b/api/Svg.SvgSymbol.html @@ -472,7 +472,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -484,7 +484,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -556,7 +556,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgText.html b/api/Svg.SvgText.html index 994991916..9f44ea5ff 100644 --- a/api/Svg.SvgText.html +++ b/api/Svg.SvgText.html @@ -538,7 +538,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -550,7 +550,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgTextAnchorConverter.html b/api/Svg.SvgTextAnchorConverter.html index a3946eb9d..6d85b2440 100644 --- a/api/Svg.SvgTextAnchorConverter.html +++ b/api/Svg.SvgTextAnchorConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextBase.html b/api/Svg.SvgTextBase.html index d4f3021d8..3901a25d3 100644 --- a/api/Svg.SvgTextBase.html +++ b/api/Svg.SvgTextBase.html @@ -465,7 +465,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -477,7 +477,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -531,7 +531,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

diff --git a/api/Svg.SvgTextDecorationConverter.html b/api/Svg.SvgTextDecorationConverter.html index d849b0d45..5f2ba94af 100644 --- a/api/Svg.SvgTextDecorationConverter.html +++ b/api/Svg.SvgTextDecorationConverter.html @@ -107,13 +107,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -128,7 +128,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -146,7 +146,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -158,7 +158,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -167,7 +167,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -221,7 +221,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextLengthAdjustConverter.html b/api/Svg.SvgTextLengthAdjustConverter.html index 61a999d77..0934304aa 100644 --- a/api/Svg.SvgTextLengthAdjustConverter.html +++ b/api/Svg.SvgTextLengthAdjustConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextPath.html b/api/Svg.SvgTextPath.html index 77573c1c9..45d2a97b6 100644 --- a/api/Svg.SvgTextPath.html +++ b/api/Svg.SvgTextPath.html @@ -529,7 +529,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -541,7 +541,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -641,7 +641,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.SvgTextPathMethodConverter.html b/api/Svg.SvgTextPathMethodConverter.html index e5e4796be..057b684ce 100644 --- a/api/Svg.SvgTextPathMethodConverter.html +++ b/api/Svg.SvgTextPathMethodConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextPathSpacingConverter.html b/api/Svg.SvgTextPathSpacingConverter.html index ce65fe1dd..0c63bf337 100644 --- a/api/Svg.SvgTextPathSpacingConverter.html +++ b/api/Svg.SvgTextPathSpacingConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextRef.html b/api/Svg.SvgTextRef.html index 8165467da..a68aca085 100644 --- a/api/Svg.SvgTextRef.html +++ b/api/Svg.SvgTextRef.html @@ -537,7 +537,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -549,7 +549,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -587,7 +587,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.SvgTextRenderingConverter.html b/api/Svg.SvgTextRenderingConverter.html index 73534d4d9..00ea1c82a 100644 --- a/api/Svg.SvgTextRenderingConverter.html +++ b/api/Svg.SvgTextRenderingConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTextSpan.html b/api/Svg.SvgTextSpan.html index 2bcb8d5ca..f44dd9a20 100644 --- a/api/Svg.SvgTextSpan.html +++ b/api/Svg.SvgTextSpan.html @@ -537,7 +537,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -549,7 +549,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgTextTransformationConverter.html b/api/Svg.SvgTextTransformationConverter.html index 616847a35..84e609735 100644 --- a/api/Svg.SvgTextTransformationConverter.html +++ b/api/Svg.SvgTextTransformationConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgTitle.html b/api/Svg.SvgTitle.html index 46c45ecc1..47db8ff6b 100644 --- a/api/Svg.SvgTitle.html +++ b/api/Svg.SvgTitle.html @@ -422,7 +422,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -434,7 +434,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
diff --git a/api/Svg.SvgTurbulenceTypeConverter.html b/api/Svg.SvgTurbulenceTypeConverter.html index eb9d7bdb2..c910b5fce 100644 --- a/api/Svg.SvgTurbulenceTypeConverter.html +++ b/api/Svg.SvgTurbulenceTypeConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgUnit.html b/api/Svg.SvgUnit.html index 8d07830e7..f58b111b1 100644 --- a/api/Svg.SvgUnit.html +++ b/api/Svg.SvgUnit.html @@ -89,13 +89,13 @@

Struct SvgUnit
Inherited Members
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)

Namespace: Svg
@@ -466,7 +466,7 @@
Returns
Overrides
-
ValueType.Equals(Object)
+
System.ValueType.Equals(System.Object)
| Improve this Doc @@ -524,7 +524,7 @@
Returns
- System.Drawing.PointF + PointF @@ -586,7 +586,7 @@
Returns
- System.Drawing.PointF + PointF @@ -684,7 +684,7 @@
Returns
Overrides
-
ValueType.GetHashCode()
+
System.ValueType.GetHashCode()
| Improve this Doc @@ -807,7 +807,7 @@
Returns
Overrides
-
System.ValueType.ToString()
+

Operators

diff --git a/api/Svg.SvgUnitCollection.html b/api/Svg.SvgUnitCollection.html index 22441d7ed..0ec43ec8f 100644 --- a/api/Svg.SvgUnitCollection.html +++ b/api/Svg.SvgUnitCollection.html @@ -98,11 +98,11 @@
Implements
-
System.Collections.Generic.IReadOnlyCollection<SvgUnit>
+ - +
System.Collections.IEnumerable
@@ -122,13 +122,13 @@
Inherited Members
ObservableCollection<SvgUnit>.InsertItem(Int32, SvgUnit)
- System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.Move(System.Int32, System.Int32) + ObservableCollection<SvgUnit>.Move(Int32, Int32)
ObservableCollection<SvgUnit>.MoveItem(Int32, Int32)
- System.Collections.ObjectModel.ObservableCollection<Svg.SvgUnit>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs) + ObservableCollection<SvgUnit>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<SvgUnit>.OnPropertyChanged(PropertyChangedEventArgs) @@ -158,7 +158,7 @@
Inherited Members
Collection<SvgUnit>.Add(SvgUnit)
- System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Clear() + Collection<SvgUnit>.Clear()
Collection<SvgUnit>.Contains(SvgUnit) @@ -179,7 +179,7 @@
Inherited Members
Collection<SvgUnit>.Remove(SvgUnit)
- System.Collections.ObjectModel.Collection<Svg.SvgUnit>.RemoveAt(System.Int32) + Collection<SvgUnit>.RemoveAt(Int32)
System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.ICollection.CopyTo(System.Array, System.Int32) @@ -209,10 +209,10 @@
Inherited Members
Collection<SvgUnit>.Item[Int32]
- System.Collections.ObjectModel.Collection<Svg.SvgUnit>.Items + Collection<SvgUnit>.Items
- Collection<SvgUnit>.ICollection<SvgUnit>.IsReadOnly + System.Collections.ObjectModel.Collection<Svg.SvgUnit>.System.Collections.Generic.ICollection<Svg.SvgUnit>.IsReadOnly
Collection<SvgUnit>.ICollection.IsSynchronized @@ -233,7 +233,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -245,7 +245,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
@@ -502,7 +502,7 @@

Implements

System.Collections.Generic.IReadOnlyList<T>
- System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T> @@ -514,7 +514,7 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged diff --git a/api/Svg.SvgUnitCollectionConverter.html b/api/Svg.SvgUnitCollectionConverter.html index 9efd15e65..1fe9ea8f6 100644 --- a/api/Svg.SvgUnitCollectionConverter.html +++ b/api/Svg.SvgUnitCollectionConverter.html @@ -104,13 +104,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -128,7 +128,7 @@
Inherited Members
TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -146,7 +146,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -158,7 +158,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -167,7 +167,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -203,13 +203,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -221,7 +221,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -341,7 +341,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> points diff --git a/api/Svg.SvgUnitConverter.html b/api/Svg.SvgUnitConverter.html index 2485e9d8a..2e1600960 100644 --- a/api/Svg.SvgUnitConverter.html +++ b/api/Svg.SvgUnitConverter.html @@ -97,13 +97,13 @@
Inherited Members
TypeConverter.CanConvertFrom(Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -118,7 +118,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -136,7 +136,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -148,7 +148,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -193,13 +193,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -211,7 +211,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -482,7 +482,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> unit diff --git a/api/Svg.SvgUnknownElement.html b/api/Svg.SvgUnknownElement.html index 9c69a3efa..9ecee61f1 100644 --- a/api/Svg.SvgUnknownElement.html +++ b/api/Svg.SvgUnknownElement.html @@ -421,7 +421,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -433,7 +433,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgUse.html b/api/Svg.SvgUse.html index 2c3053d68..93ece72d5 100644 --- a/api/Svg.SvgUse.html +++ b/api/Svg.SvgUse.html @@ -470,7 +470,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -482,7 +482,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -523,7 +523,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

@@ -618,7 +618,7 @@
Property Value
- System.Uri + Uri diff --git a/api/Svg.SvgVerticalKern.html b/api/Svg.SvgVerticalKern.html index 2d7645d7b..f43b6b0e3 100644 --- a/api/Svg.SvgVerticalKern.html +++ b/api/Svg.SvgVerticalKern.html @@ -437,7 +437,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -449,7 +449,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/api/Svg.SvgViewBox.html b/api/Svg.SvgViewBox.html index 959d33a42..cb6f9cdf1 100644 --- a/api/Svg.SvgViewBox.html +++ b/api/Svg.SvgViewBox.html @@ -89,16 +89,16 @@

Struct SvgV
Inherited Members
- System.ValueType.ToString() + ValueType.ToString()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)

Namespace: Svg
@@ -458,7 +458,7 @@
Returns
Overrides
-
ValueType.Equals(Object)
+
System.ValueType.Equals(System.Object)
| Improve this Doc @@ -490,7 +490,7 @@
Returns
Overrides
-
ValueType.GetHashCode()
+
System.ValueType.GetHashCode()

Operators

@@ -554,7 +554,7 @@
Returns

Implicit(SvgViewBox to RectangleF)

-

Performs an implicit conversion from SvgViewBox to System.Drawing.RectangleF.

+

Performs an implicit conversion from SvgViewBox to RectangleF.

Declaration
@@ -589,7 +589,7 @@
Returns
- System.Drawing.RectangleF + RectangleF

The result of the conversion.

@@ -604,7 +604,7 @@
Returns

Implicit(RectangleF to SvgViewBox)

-

Performs an implicit conversion from System.Drawing.RectangleF to SvgViewBox.

+

Performs an implicit conversion from RectangleF to SvgViewBox.

Declaration
@@ -622,7 +622,7 @@
Parameters
- System.Drawing.RectangleF + RectangleF value

The value.

diff --git a/api/Svg.SvgVisualElement.html b/api/Svg.SvgVisualElement.html index d5372cc68..27fee3539 100644 --- a/api/Svg.SvgVisualElement.html +++ b/api/Svg.SvgVisualElement.html @@ -432,7 +432,7 @@
Inherited Members
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -444,7 +444,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -502,7 +502,7 @@
Property Value
- System.Drawing.RectangleF + RectangleF

The bounds.

@@ -565,7 +565,7 @@
Property Value
- System.Uri + Uri @@ -688,7 +688,7 @@
Property Value
- System.Uri + Uri @@ -1080,7 +1080,7 @@
Returns
- System.Drawing.PointF + PointF diff --git a/api/Svg.Transforms.SvgMatrix.html b/api/Svg.Transforms.SvgMatrix.html index 0ee749cf9..0dce9bdbb 100644 --- a/api/Svg.Transforms.SvgMatrix.html +++ b/api/Svg.Transforms.SvgMatrix.html @@ -108,7 +108,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
@@ -154,7 +154,7 @@
Parameters
- System.Collections.Generic.List<Single> + List<Single> m @@ -219,7 +219,7 @@
Property Value
- System.Collections.Generic.List<Single> + List<Single> diff --git a/api/Svg.Transforms.SvgRotate.html b/api/Svg.Transforms.SvgRotate.html index 7bfe4bf0f..e215efb86 100644 --- a/api/Svg.Transforms.SvgRotate.html +++ b/api/Svg.Transforms.SvgRotate.html @@ -107,7 +107,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.Transforms.SvgScale.html b/api/Svg.Transforms.SvgScale.html index cf527b8b8..ccd0c62d3 100644 --- a/api/Svg.Transforms.SvgScale.html +++ b/api/Svg.Transforms.SvgScale.html @@ -107,7 +107,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.Transforms.SvgShear.html b/api/Svg.Transforms.SvgShear.html index 5c499c0ad..07fd13a7c 100644 --- a/api/Svg.Transforms.SvgShear.html +++ b/api/Svg.Transforms.SvgShear.html @@ -108,7 +108,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.Transforms.SvgSkew.html b/api/Svg.Transforms.SvgSkew.html index aa5a32870..7a6cb0001 100644 --- a/api/Svg.Transforms.SvgSkew.html +++ b/api/Svg.Transforms.SvgSkew.html @@ -108,7 +108,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -117,7 +117,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.Transforms.SvgTransform.html b/api/Svg.Transforms.SvgTransform.html index 74ece6296..d71fbd9a5 100644 --- a/api/Svg.Transforms.SvgTransform.html +++ b/api/Svg.Transforms.SvgTransform.html @@ -103,7 +103,7 @@
Implements
Inherited Members
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -112,7 +112,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.Transforms.SvgTransformCollection.html b/api/Svg.Transforms.SvgTransformCollection.html index da6771813..f0fa7d417 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,11 +96,11 @@
Implements
IList<SvgTransform>
ICollection<SvgTransform>
IReadOnlyList<SvgTransform>
-
System.Collections.Generic.IReadOnlyCollection<SvgTransform>
+
IReadOnlyCollection<SvgTransform>
IEnumerable<SvgTransform>
IList
ICollection
-
IEnumerable
+
System.Collections.IEnumerable
ICloneable
- System.Collections.Generic.List<Svg.Transforms.SvgTransform>.BinarySearch(Svg.Transforms.SvgTransform) + List<SvgTransform>.BinarySearch(SvgTransform)
List<SvgTransform>.BinarySearch(SvgTransform, IComparer<SvgTransform>) @@ -154,7 +154,7 @@
Inherited Members
List<SvgTransform>.FindAll(Predicate<SvgTransform>)
- List<SvgTransform>.FindIndex(Int32, Int32, Predicate<SvgTransform>) + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.FindIndex(System.Int32, System.Int32, System.Predicate<Svg.Transforms.SvgTransform>)
List<SvgTransform>.FindIndex(Int32, Predicate<SvgTransform>) @@ -166,13 +166,13 @@
Inherited Members
List<SvgTransform>.FindLast(Predicate<SvgTransform>)
- System.Collections.Generic.List<Svg.Transforms.SvgTransform>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Svg.Transforms.SvgTransform>) + List<SvgTransform>.FindLastIndex(Int32, Int32, Predicate<SvgTransform>)
- System.Collections.Generic.List<Svg.Transforms.SvgTransform>.FindLastIndex(System.Int32, System.Predicate<Svg.Transforms.SvgTransform>) + List<SvgTransform>.FindLastIndex(Int32, Predicate<SvgTransform>)
- System.Collections.Generic.List<Svg.Transforms.SvgTransform>.FindLastIndex(System.Predicate<Svg.Transforms.SvgTransform>) + List<SvgTransform>.FindLastIndex(Predicate<SvgTransform>)
System.Collections.Generic.List<Svg.Transforms.SvgTransform>.ForEach(System.Action<Svg.Transforms.SvgTransform>) @@ -184,7 +184,7 @@
Inherited Members
List<SvgTransform>.GetRange(Int32, Int32)
- List<SvgTransform>.IndexOf(SvgTransform) + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.IndexOf(Svg.Transforms.SvgTransform)
List<SvgTransform>.IndexOf(SvgTransform, Int32) @@ -262,10 +262,10 @@
Inherited Members
List<SvgTransform>.ToArray()
- System.Collections.Generic.List<Svg.Transforms.SvgTransform>.TrimExcess() + List<SvgTransform>.TrimExcess()
- List<SvgTransform>.TrueForAll(Predicate<SvgTransform>) + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.TrueForAll(System.Predicate<Svg.Transforms.SvgTransform>)
List<SvgTransform>.Capacity @@ -283,16 +283,16 @@
Inherited Members
List<SvgTransform>.ICollection.SyncRoot
- List<SvgTransform>.IList.IsFixedSize + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.System.Collections.IList.IsFixedSize
- List<SvgTransform>.IList.IsReadOnly + System.Collections.Generic.List<Svg.Transforms.SvgTransform>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Svg.Transforms.SvgTransform>.System.Collections.IList.Item[System.Int32]
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -301,7 +301,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
@@ -723,7 +723,7 @@

Implements

System.Collections.Generic.IReadOnlyList<T>
- System.Collections.Generic.IReadOnlyCollection<T> + System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T> @@ -735,7 +735,7 @@

Implements

System.Collections.ICollection
- System.Collections.IEnumerable + System.Collections.IEnumerable
System.ICloneable diff --git a/api/Svg.Transforms.SvgTransformConverter.html b/api/Svg.Transforms.SvgTransformConverter.html index a3c6648b4..0e6539d8e 100644 --- a/api/Svg.Transforms.SvgTransformConverter.html +++ b/api/Svg.Transforms.SvgTransformConverter.html @@ -97,13 +97,13 @@
Inherited Members
TypeConverter.CanConvertFrom(Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -118,7 +118,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -136,7 +136,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -148,7 +148,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -157,7 +157,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -193,13 +193,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -211,7 +211,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() @@ -503,7 +503,7 @@
Parameters
- ReadOnlySpan<Char> + ReadOnlySpan<System.Char> transform diff --git a/api/Svg.Transforms.SvgTranslate.html b/api/Svg.Transforms.SvgTranslate.html index d2440e372..a6791118f 100644 --- a/api/Svg.Transforms.SvgTranslate.html +++ b/api/Svg.Transforms.SvgTranslate.html @@ -107,7 +107,7 @@
Inherited Members
SvgTransform.GetHashCode()
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetType() @@ -116,7 +116,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg.Transforms
diff --git a/api/Svg.XmlSpaceHandlingConverter.html b/api/Svg.XmlSpaceHandlingConverter.html index ca845e6cd..31e26b7cf 100644 --- a/api/Svg.XmlSpaceHandlingConverter.html +++ b/api/Svg.XmlSpaceHandlingConverter.html @@ -113,13 +113,13 @@
Inherited Members
TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)
- System.ComponentModel.TypeConverter.CanConvertTo(System.Type) + TypeConverter.CanConvertTo(Type)
TypeConverter.ConvertFrom(Object)
- System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String) + TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
TypeConverter.ConvertFromInvariantString(String) @@ -134,7 +134,7 @@
Inherited Members
TypeConverter.ConvertFromString(String)
- TypeConverter.ConvertTo(Object, Type) + System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)
TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) @@ -152,7 +152,7 @@
Inherited Members
TypeConverter.ConvertToString(Object)
- TypeConverter.CreateInstance(IDictionary) + System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) @@ -164,7 +164,7 @@
Inherited Members
TypeConverter.GetConvertToException(Object, Type)
- TypeConverter.GetCreateInstanceSupported() + System.ComponentModel.TypeConverter.GetCreateInstanceSupported()
TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext) @@ -173,7 +173,7 @@
Inherited Members
TypeConverter.GetProperties(ITypeDescriptorContext, Object)
- TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) + System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
TypeConverter.GetProperties(Object) @@ -209,13 +209,13 @@
Inherited Members
TypeConverter.IsValid(Object)
- System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) + TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
Object.Equals(Object)
- System.Object.Equals(System.Object, System.Object) + Object.Equals(Object, Object)
Object.GetHashCode() @@ -227,7 +227,7 @@
Inherited Members
Object.MemberwiseClone()
- Object.ReferenceEquals(Object, Object) + System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString() diff --git a/doc/ReleaseNotes.html b/doc/ReleaseNotes.html index 495d1853a..35ed042c0 100644 --- a/doc/ReleaseNotes.html +++ b/doc/ReleaseNotes.html @@ -73,19 +73,16 @@

SVG.NET Release Notes

The release versions are NuGet releases.

-

Unreleased

+

Version 3.4.7 (2024-02-22)

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.
    • +
    • The use of ref in the function arguments resulting in CS8352 error are all removed.
@@ -98,6 +95,12 @@

Fixes

  • fixed XML namespace prefixes are also applied for nodes declaring them (see PR #1106)
  • fixed Parameter is not valid (see PR #1131)
  • +

    Infrastructure

    +
      +
    • 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: A new project, Tests/Svg.Tests.Common for sharing codes between test applications.
    • +

    Version 3.4.6 (2023-11-16)

    Fixes

      @@ -116,7 +119,7 @@

      Fixes

    • 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 SvgElements in DeepCopy (see #1054)
    -

    Infrastructure

    +

    Infrastructure

    @@ -145,7 +148,7 @@

    Fixes

    • fixed out of memory in Svg 3.4.2 (see #989)
    -

    Infrastructure

    +

    Infrastructure

    • the ExCSS library is now included via NuGet instead of copying the sources (see #596)
    • @@ -306,7 +309,7 @@

      Enhancements

    • added support for href namespace (see PR #579)
    • support non-standard mime types for embedded images (see #578)
    -

    Infrastructure

    +

    Infrastructure

    • the Fizzler library is now included via NuGet instead of copying the sources
    • added Gitter chat room for SVG.NET
    • @@ -336,7 +339,7 @@

      Enhancements

    • support auto-start-reverse value for marker orientation (see PR #458)
    • added support for the SvgScript tag (see PR #558)
    -

    Infrastructure

    +

    Infrastructure

    • use NUnit instead of MSTest for unit tests (see #420)
    • added automatic git versioning
    • @@ -447,7 +450,7 @@

      Enhancements

    • added XML Header to conform according to SVG spec (PR #269)
    • added support for removing Byte Order Mark (BOM) (PR #269)
    -

    Infrastructure

    +

    Infrastructure

    • added copy of license
    • added automatic unit test execution after check-in in AppVeyor
    • diff --git a/index.json b/index.json index 08f7369f6..da40fe24b 100644 --- a/index.json +++ b/index.json @@ -2,27 +2,27 @@ "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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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 Single result ReadOnlySpan < 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() System.Object.ReferenceEquals(System.Object, System.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 < System.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 Single result ReadOnlySpan < System.Char > chars CoordinateParserState state Returns Type Description Boolean" }, "api/Svg.CoordinateParserState.html": { "href": "api/Svg.CoordinateParserState.html", "title": "Struct CoordinateParserState | SVG.NET API", - "keywords": "Struct CoordinateParserState Inherited Members ValueType.Equals(Object) ValueType.GetHashCode() System.ValueType.ToString() System.Object.Equals(System.Object, System.Object) Object.GetType() Object.ReferenceEquals(Object, Object) Namespace : Svg Assembly : Svg.dll Syntax public ref struct CoordinateParserState Constructors | Improve this Doc View Source CoordinateParserState(ref ReadOnlySpan) Declaration public CoordinateParserState(ref ReadOnlySpan chars) Parameters Type Name Description ReadOnlySpan < Char > chars Fields | Improve this Doc View Source CharsPosition Declaration public int CharsPosition Field Value Type Description Int32 | Improve this Doc View Source CurrNumState Declaration public NumState CurrNumState Field Value Type Description NumState | Improve this Doc View Source HasMore Declaration public bool HasMore Field Value Type Description Boolean | Improve this Doc View Source NewNumState Declaration public NumState NewNumState Field Value Type Description NumState | Improve this Doc View Source Position Declaration public int Position Field Value Type Description Int32" + "keywords": "Struct CoordinateParserState Inherited Members System.ValueType.Equals(System.Object) System.ValueType.GetHashCode() ValueType.ToString() Object.Equals(Object, Object) Object.GetType() System.Object.ReferenceEquals(System.Object, System.Object) Namespace : Svg Assembly : Svg.dll Syntax public ref struct CoordinateParserState Constructors | Improve this Doc View Source CoordinateParserState(ref ReadOnlySpan) Declaration public CoordinateParserState(ref ReadOnlySpan chars) Parameters Type Name Description ReadOnlySpan < System.Char > chars Fields | Improve this Doc View Source CharsPosition Declaration public int CharsPosition Field Value Type Description Int32 | Improve this Doc View Source CurrNumState Declaration public NumState CurrNumState Field Value Type Description NumState | Improve this Doc View Source HasMore Declaration public bool HasMore Field Value Type Description Boolean | Improve this Doc View Source NewNumState Declaration public NumState NewNumState Field Value Type Description NumState | Improve this Doc View Source Position Declaration public int Position Field Value Type Description Int32" }, "api/Svg.DataTypes.html": { "href": "api/Svg.DataTypes.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 TypeConverter.CanConvertFrom(Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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)" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 TypeConverter.CanConvertFrom(Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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)" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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,12 +57,12 @@ "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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.ElementFactoryAttribute.html": { "href": "api/Svg.ElementFactoryAttribute.html", "title": "Class ElementFactoryAttribute | SVG.NET API", - "keywords": "Class ElementFactoryAttribute Inheritance Object Attribute ElementFactoryAttribute 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) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.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) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) Attribute.IsDefined(MemberInfo, Type, Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.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 System.Object.Equals(System.Object, System.Object) Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public sealed class ElementFactoryAttribute : Attribute" + "keywords": "Class ElementFactoryAttribute Inheritance Object Attribute ElementFactoryAttribute Inherited Members Attribute.Equals(Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.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) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) System.Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, Boolean) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public sealed class ElementFactoryAttribute : Attribute" }, "api/Svg.EnumBaseConverter-1.CaseHandling.html": { "href": "api/Svg.EnumBaseConverter-1.CaseHandling.html", @@ -72,7 +72,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 TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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)" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -82,7 +82,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 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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgMemoryException Inheritance Object Exception SvgMemoryException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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", @@ -92,12 +92,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) System.Object.Equals(System.Object, System.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" + "keywords": "Class UriExtensions Inheritance Object UriExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 Uri uri Returns Type Description 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) System.Object.Equals(System.Object, System.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" + "keywords": "Class Extensions Inheritance Object Extensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -107,7 +107,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) System.Object.Equals(System.Object, System.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" + "keywords": "Class ExternalTypeExtensions Inheritance Object ExternalTypeExtensions Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 Uri uri Returns Type Description Boolean" }, "api/Svg.FilterEffects.BlurType.html": { "href": "api/Svg.FilterEffects.BlurType.html", @@ -122,7 +122,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 System.Runtime.Serialization.ISerializable System.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) Dictionary.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Bitmap) Dictionary.TryGetValue(String, Bitmap) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] System.Collections.Generic.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) System.Object.Equals(System.Object, System.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 System.Drawing.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 < System.Collections.Generic.KeyValuePair < String , Bitmap >> IReadOnlyDictionary < String , Bitmap > IReadOnlyCollection < System.Collections.Generic.KeyValuePair < String , Bitmap >> IEnumerable < System.Collections.Generic.KeyValuePair < String , Bitmap >> IDictionary ICollection System.Collections.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) System.Collections.Generic.Dictionary.Add(System.String, Bitmap) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(Bitmap) Dictionary.EnsureCapacity(Int32) System.Collections.Generic.Dictionary.GetEnumerator() 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) 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() System.Object.ReferenceEquals(System.Object, System.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 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", @@ -132,7 +132,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -147,7 +147,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -157,12 +157,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.FilterEffects.SvgComponentTransferType.html": { "href": "api/Svg.FilterEffects.SvgComponentTransferType.html", @@ -172,7 +172,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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.FilterEffects.SvgCompositeOperator.html": { "href": "api/Svg.FilterEffects.SvgCompositeOperator.html", @@ -182,22 +182,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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.FilterEffects.SvgEdgeMode.html": { "href": "api/Svg.FilterEffects.SvgEdgeMode.html", @@ -207,62 +207,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -272,22 +272,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.FilterEffects.SvgStitchType.html": { "href": "api/Svg.FilterEffects.SvgStitchType.html", @@ -297,12 +297,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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", @@ -312,7 +312,7 @@ "api/Svg.GdiFontDefn.html": { "href": "api/Svg.GdiFontDefn.html", "title": "Class GdiFontDefn | SVG.NET API", - "keywords": "Class GdiFontDefn Inheritance Object GdiFontDefn Implements IFontDefn System.IDisposable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 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 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 < System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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" }, "api/Svg.html": { "href": "api/Svg.html", @@ -322,7 +322,7 @@ "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 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 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 < System.Drawing.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 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" }, "api/Svg.IGraphicsProvider.html": { "href": "api/Svg.IGraphicsProvider.html", @@ -332,12 +332,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 System.Drawing.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" + "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" }, "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 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." + "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." }, "api/Svg.ISvgDescriptiveElement.html": { "href": "api/Svg.ISvgDescriptiveElement.html", @@ -347,7 +347,7 @@ "api/Svg.ISvgEventCaller.html": { "href": "api/Svg.ISvgEventCaller.html", "title": "Interface ISvgEventCaller | SVG.NET API", - "keywords": "Interface ISvgEventCaller Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgEventCaller Methods | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 | Improve this Doc View Source UnregisterAction(String) Declaration void UnregisterAction(string rpcID) Parameters Type Name Description String rpcID" + "keywords": "Interface ISvgEventCaller Namespace : Svg Assembly : Svg.dll Syntax public interface ISvgEventCaller Methods | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID System.Action action Type Parameters Name Description T1 T2 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID System.Action action Type Parameters Name Description T1 T2 T3 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID System.Action action Type Parameters Name Description T1 T2 T3 T4 T5 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID System.Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 | Improve this Doc View Source RegisterAction(String, Action) Declaration void RegisterAction(string rpcID, Action action) Parameters Type Name Description String rpcID Action action Type Parameters Name Description T1 T2 T3 T4 T5 T6 T7 T8 | Improve this Doc View Source UnregisterAction(String) Declaration void UnregisterAction(string rpcID) Parameters Type Name Description String rpcID" }, "api/Svg.ISvgNode.html": { "href": "api/Svg.ISvgNode.html", @@ -357,7 +357,7 @@ "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 System.Drawing.RectangleF destRect System.Drawing.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 System.Drawing.RectangleF destRect System.Drawing.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 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 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 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" }, "api/Svg.ISvgStylable.html": { "href": "api/Svg.ISvgStylable.html", @@ -377,17 +377,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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 Single | Improve this Doc View Source y Declaration public float y Field Value Type Description 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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -407,7 +407,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) System.Object.Equals(System.Object, System.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 Single radiusX Single radiusY 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 Single radiusX Single radiusY 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 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 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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 Object.ToString()" }, "api/Svg.Pathing.SvgArcSize.html": { "href": "api/Svg.Pathing.SvgArcSize.html", @@ -422,97 +422,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) System.Object.Equals(System.Object, System.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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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 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" }, "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 ICloneable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 > System.Collections.IEnumerable ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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()" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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" + "keywords": "Class PathStatistics Inheritance Object PathStatistics Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 PointF point 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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" }, "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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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 ICloneable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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() System.Object.ReferenceEquals(System.Object, System.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) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.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) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) Attribute.IsDefined(MemberInfo, Type, Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.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 System.Object.Equals(System.Object, System.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()" + "keywords": "Class SvgAttributeAttribute Specifies the SVG attribute name of the associated property. Inheritance Object Attribute SvgAttributeAttribute Inherited Members System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.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) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, Boolean) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) Dictionary.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, Object) Dictionary.TryGetValue(String, Object) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] System.Collections.Generic.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) System.Object.Equals(System.Object, System.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" + "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 < System.Collections.Generic.KeyValuePair < String , Object >> IReadOnlyDictionary < String , Object > IReadOnlyCollection < System.Collections.Generic.KeyValuePair < String , Object >> IEnumerable < System.Collections.Generic.KeyValuePair < String , Object >> IDictionary ICollection System.Collections.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) System.Collections.Generic.Dictionary.Add(System.String, System.Object) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(Object) Dictionary.EnsureCapacity(Int32) System.Collections.Generic.Dictionary.GetEnumerator() 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) 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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -522,42 +522,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) TypeConverter.GetProperties(ITypeDescriptorContext, Object, 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) System.Object.Equals(System.Object, System.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 System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.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 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgContentNode Inheritance Object SvgContentNode Implements ISvgNode Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -567,92 +567,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) Dictionary.IEnumerable.GetEnumerator() System.Collections.Generic.Dictionary.TrimExcess() Dictionary.TrimExcess(Int32) Dictionary.TryAdd(String, String) Dictionary.TryGetValue(String, String) Dictionary.Comparer Dictionary.Count Dictionary.Item[String] System.Collections.Generic.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgCustomAttributeCollection A collection of Custom Attributes Inheritance Object Dictionary < String , String > SvgCustomAttributeCollection Implements IDictionary < String , String > ICollection < System.Collections.Generic.KeyValuePair < String , String >> IReadOnlyDictionary < String , String > IReadOnlyCollection < System.Collections.Generic.KeyValuePair < String , String >> IEnumerable < System.Collections.Generic.KeyValuePair < String , String >> IDictionary ICollection System.Collections.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) System.Collections.Generic.Dictionary.Add(System.String, System.String) Dictionary.Clear() Dictionary.ContainsKey(String) Dictionary.ContainsValue(String) Dictionary.EnsureCapacity(Int32) System.Collections.Generic.Dictionary.GetEnumerator() 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) 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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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. System.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 System.ComponentModel.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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 ICloneable ISvgNode Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 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 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 System.Drawing.RectangleF bounds The rectangle to be transformed. Returns Type Description System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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 System.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 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 System.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) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, Boolean) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.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) System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) Attribute.IsDefined(MemberInfo, Type, Boolean) System.Attribute.IsDefined(System.Reflection.Module, System.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 System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgElementAttribute Specifies the SVG name of an SvgElement . Inheritance Object Attribute SvgElementAttribute Inherited Members Attribute.Equals(Object) System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.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) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, Boolean) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, Boolean) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, Boolean) System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) System.Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, Boolean) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, Boolean) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, Boolean) System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) Attribute.IsDefined(ParameterInfo, Type, Boolean) Attribute.Match(Object) Attribute.TypeId Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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 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 > System.Collections.IEnumerable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 System.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 System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgElementEventArgs Inheritance Object EventArgs SvgElementEventArgs Inherited Members EventArgs.Empty Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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 >" + "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() System.Object.ReferenceEquals(System.Object, System.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 System.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 >" }, "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) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgException Inheritance Object Exception SystemException System.FormatException SvgException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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 System.Drawing.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "api/Svg.SvgFillRule.html": { "href": "api/Svg.SvgFillRule.html", @@ -662,37 +662,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.SvgFontDefn.html": { "href": "api/Svg.SvgFontDefn.html", "title": "Class SvgFontDefn | SVG.NET API", - "keywords": "Class SvgFontDefn Inheritance Object SvgFontDefn Implements IFontDefn System.IDisposable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 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 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 < System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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" }, "api/Svg.SvgFontFace.html": { "href": "api/Svg.SvgFontFace.html", "title": "Class SvgFontFace | SVG.NET API", - "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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.SvgFontFaceSrc.html": { "href": "api/Svg.SvgFontFaceSrc.html", "title": "Class SvgFontFaceSrc | SVG.NET API", - "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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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 System.IDisposable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 < 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() System.Object.ReferenceEquals(System.Object, System.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", @@ -702,7 +702,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -712,7 +712,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgFontStyleConverter : EnumBaseConverter" }, "api/Svg.SvgFontVariant.html": { "href": "api/Svg.SvgFontVariant.html", @@ -722,7 +722,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -732,32 +732,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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)" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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 System.Drawing.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.SvgGdiPlusCannotBeLoadedException.html": { "href": "api/Svg.SvgGdiPlusCannotBeLoadedException.html", "title": "Class SvgGdiPlusCannotBeLoadedException | SVG.NET API", - "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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgGdiPlusCannotBeLoadedException Inheritance Object Exception SvgGdiPlusCannotBeLoadedException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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 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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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)" }, "api/Svg.SvgGradientSpreadMethod.html": { "href": "api/Svg.SvgGradientSpreadMethod.html", @@ -767,42 +767,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgIDException Inheritance Object Exception SystemException System.FormatException SvgIDException SvgIDExistsException SvgIDWrongFormatException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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 System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgIDExistsException Inheritance Object Exception SystemException System.FormatException SvgIDException SvgIDExistsException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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 System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgIDWrongFormatException Inheritance Object Exception SystemException System.FormatException SvgIDException SvgIDWrongFormatException Implements ISerializable Inherited Members Exception.GetBaseException() 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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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", @@ -812,82 +812,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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() System.Object.Equals(System.Object, System.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" + "keywords": "Struct SvgLinearGradientServer.GradientPoints Inherited Members System.ValueType.Equals(System.Object) System.ValueType.GetHashCode() ValueType.ToString() Object.Equals(Object, Object) Object.GetType() System.Object.ReferenceEquals(System.Object, System.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" }, "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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgNamespaces Inheritance Object SvgNamespaces Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) 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) List.FindAll(Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.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.Slice(Int32, 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() System.Collections.Generic.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) System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgNumberCollection Represents a list of Single . Inheritance Object List < Single > SvgNumberCollection Implements IList < Single > ICollection < Single > IReadOnlyList < Single > IReadOnlyCollection < Single > IEnumerable < Single > IList ICollection System.Collections.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) System.Collections.Generic.List.AddRange(System.Collections.Generic.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) List.FindAll(Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.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) System.Collections.Generic.List.IndexOf(System.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.Slice(Int32, 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() System.Collections.Generic.List.TrueForAll(System.Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 < System.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 ICloneable Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 < System.Collections.Generic.KeyValuePair < String , String >> IEnumerable < System.Collections.Generic.KeyValuePair < String , String >> System.Collections.IEnumerable ICloneable Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 System.Collections.Generic.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 System.Collections.Generic.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 System.Collections.Generic.KeyValuePair < String , String >[] array Int32 arrayIndex | Improve this Doc View Source GetEnumerator() Declaration public IEnumerator> GetEnumerator() Returns Type Description IEnumerator < System.Collections.Generic.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 System.Collections.Generic.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 System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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." }, "api/Svg.SvgOverflow.html": { "href": "api/Svg.SvgOverflow.html", @@ -897,52 +897,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 < System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "api/Svg.SvgPoint.html": { "href": "api/Svg.SvgPoint.html", "title": "Struct SvgPoint | SVG.NET API", - "keywords": "Struct SvgPoint Inherited Members System.ValueType.ToString() System.Object.Equals(System.Object, System.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" + "keywords": "Struct SvgPoint Inherited Members ValueType.ToString() Object.Equals(Object, Object) Object.GetType() System.Object.ReferenceEquals(System.Object, System.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 System.ValueType.Equals(System.Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides System.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" }, "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 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) 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) List.FindAll(Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.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.Slice(Int32, 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() System.Collections.Generic.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) System.Object.Equals(System.Object, System.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" + "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 System.Collections.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) System.Collections.Generic.List.AddRange(System.Collections.Generic.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) List.FindAll(Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.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) System.Collections.Generic.List.IndexOf(Svg.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.Slice(Int32, 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() System.Collections.Generic.List.TrueForAll(System.Predicate) List.Capacity List.Count List.Item[Int32] List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -952,22 +952,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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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)" }, "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 System.IDisposable IGraphicsProvider Inherited Members Object.Equals(Object) System.Object.Equals(System.Object, System.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 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 System.Drawing.RectangleF destRect System.Drawing.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 System.Drawing.RectangleF destRect System.Drawing.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 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() System.Object.ReferenceEquals(System.Object, System.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 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 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" }, "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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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", @@ -977,12 +977,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStitchTypeConverter : EnumBaseConverter" }, "api/Svg.SvgStrokeLineCap.html": { "href": "api/Svg.SvgStrokeLineCap.html", @@ -992,7 +992,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgStrokeLineCapConverter : EnumBaseConverter" }, "api/Svg.SvgStrokeLineJoin.html": { "href": "api/Svg.SvgStrokeLineJoin.html", @@ -1002,22 +1002,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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", @@ -1027,12 +1027,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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 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() System.Object.ReferenceEquals(System.Object, System.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 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", @@ -1042,7 +1042,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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)" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -1052,12 +1052,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 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() System.Object.ReferenceEquals(System.Object, System.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)" }, "api/Svg.SvgTextPathMethod.html": { "href": "api/Svg.SvgTextPathMethod.html", @@ -1067,7 +1067,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) Object.ToString() Namespace : Svg Assembly : Svg.dll Syntax public sealed class SvgTextPathMethodConverter : EnumBaseConverter" }, "api/Svg.SvgTextPathSpacing.html": { "href": "api/Svg.SvgTextPathSpacing.html", @@ -1077,12 +1077,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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)" }, "api/Svg.SvgTextRendering.html": { "href": "api/Svg.SvgTextRendering.html", @@ -1092,12 +1092,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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", @@ -1107,37 +1107,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Object.ReferenceEquals(Object, Object) 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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 System.Object.Equals(System.Object, System.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 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 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() System.Object.ReferenceEquals(System.Object, System.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 System.ValueType.Equals(System.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 System.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 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" }, "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 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) System.Collections.ObjectModel.ObservableCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs) ObservableCollection.OnPropertyChanged(PropertyChangedEventArgs) ObservableCollection.RemoveItem(Int32) System.Collections.ObjectModel.ObservableCollection.SetItem(System.Int32, Svg.SvgUnit) 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) System.Collections.ObjectModel.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) System.Collections.ObjectModel.Collection.RemoveAt(System.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) System.Object.Equals(System.Object, System.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" + "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 System.Collections.IEnumerable INotifyCollectionChanged INotifyPropertyChanged 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) ObservableCollection.RemoveItem(Int32) System.Collections.ObjectModel.ObservableCollection.SetItem(System.Int32, Svg.SvgUnit) 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) 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) Collection.Count Collection.Item[Int32] Collection.Items System.Collections.ObjectModel.Collection.System.Collections.Generic.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() System.Object.ReferenceEquals(System.Object, System.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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 < System.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 TypeConverter.CanConvertFrom(Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 < System.Char > unit Returns Type Description SvgUnit" }, "api/Svg.SvgUnitType.html": { "href": "api/Svg.SvgUnitType.html", @@ -1147,22 +1147,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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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 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) System.Object.Equals(System.Object, System.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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() System.Object.Equals(System.Object, System.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 System.Drawing.RectangleF . Declaration public static implicit operator RectangleF(SvgViewBox value) Parameters Type Name Description SvgViewBox value The value. Returns Type Description System.Drawing.RectangleF The result of the conversion. | Improve this Doc View Source Implicit(RectangleF to SvgViewBox) Performs an implicit conversion from System.Drawing.RectangleF to SvgViewBox . Declaration public static implicit operator SvgViewBox(RectangleF value) Parameters Type Name Description System.Drawing.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 ValueType.ToString() Object.Equals(Object, Object) Object.GetType() System.Object.ReferenceEquals(System.Object, System.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 System.ValueType.Equals(System.Object) | Improve this Doc View Source GetHashCode() Declaration public override int GetHashCode() Returns Type Description Int32 Overrides System.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", @@ -1172,7 +1172,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 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) System.Object.Equals(System.Object, System.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 System.Drawing.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)" + "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() System.Object.ReferenceEquals(System.Object, System.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 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)" }, "api/Svg.Transforms.html": { "href": "api/Svg.Transforms.html", @@ -1182,47 +1182,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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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 < 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 < 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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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" }, "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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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" }, "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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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" }, "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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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" }, "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 ICloneable Inherited Members System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgTransform Inheritance Object SvgTransform SvgMatrix SvgRotate SvgScale SvgShear SvgSkew SvgTranslate Implements ICloneable Inherited Members Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 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) 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) List.FindAll(Predicate) List.FindIndex(Int32, Int32, Predicate) List.FindIndex(Int32, Predicate) List.FindIndex(Predicate) List.FindLast(Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) System.Collections.Generic.List.FindLastIndex(System.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) 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() System.Collections.Generic.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] System.Object.Equals(System.Object, System.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" + "keywords": "Class SvgTransformCollection Inheritance Object List < SvgTransform > SvgTransformCollection Implements IList < SvgTransform > ICollection < SvgTransform > IReadOnlyList < SvgTransform > IReadOnlyCollection < SvgTransform > IEnumerable < SvgTransform > IList ICollection System.Collections.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) List.FindAll(Predicate) System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.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) System.Collections.Generic.List.IndexOf(Svg.Transforms.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) 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() System.Collections.Generic.List.TrueForAll(System.Predicate) List.Capacity List.Count List.ICollection.IsReadOnly List.ICollection.IsSynchronized List.ICollection.SyncRoot System.Collections.Generic.List.System.Collections.IList.IsFixedSize System.Collections.Generic.List.System.Collections.IList.IsReadOnly System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] Object.Equals(Object, Object) Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 TypeConverter.CanConvertFrom(Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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 < System.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 ICloneable Inherited Members SvgTransform.ToString() SvgTransform.Equals(Object) SvgTransform.GetHashCode() System.Object.Equals(System.Object, System.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() System.Object.ReferenceEquals(System.Object, System.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" }, "api/Svg.UnitRenderingType.html": { "href": "api/Svg.UnitRenderingType.html", @@ -1237,7 +1237,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) TypeConverter.CanConvertFrom(Type) TypeConverter.CanConvertTo(ITypeDescriptorContext, Type) System.ComponentModel.TypeConverter.CanConvertTo(System.Type) TypeConverter.ConvertFrom(Object) System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.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) 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) TypeConverter.IsValid(ITypeDescriptorContext, Object) TypeConverter.IsValid(Object) System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[]) Object.Equals(Object) System.Object.Equals(System.Object, System.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()" + "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) System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type) TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object) TypeConverter.ConvertToInvariantString(Object) TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object) TypeConverter.ConvertToString(ITypeDescriptorContext, Object) TypeConverter.ConvertToString(Object) System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) TypeConverter.GetConvertFromException(Object) TypeConverter.GetConvertToException(Object, Type) System.ComponentModel.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) TypeConverter.SortProperties(PropertyDescriptorCollection, String[]) Object.Equals(Object) Object.Equals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.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", @@ -1257,7 +1257,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: 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 )" + "keywords": "SVG.NET Release Notes The release versions are NuGet releases. Version 3.4.7 (2024-02-22) Changes Added: A class, SvgOptions , with external css parameters for styling or transforming the SvgDocument . Added: Support for .NET 4.7.2, .NET 4.8.1 and .NET 8.0. [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 arguments 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 ) Infrastructure 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: A new project, Tests/Svg.Tests.Common for sharing codes between test applications. 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 10f98feb8..d321c65c1 100644 --- a/manifest.json +++ b/manifest.json @@ -66,7 +66,7 @@ "output": { ".html": { "relative_path": "doc/ReleaseNotes.html", - "hash": "PX32V+S7+xLNuDLBm5sqPuLHKJNio/O4FxlP9nRZPXc=" + "hash": "ikTr6URcI9Xw4AEfrWUJH7uTIl276K0332gL3MFd8/o=" } }, "is_incremental": false, @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "api/Svg.AttributeEventArgs.html", - "hash": "R9tcD0l6NxhwbqCzlZQS6TSGrl5TDaSfJJnN40esJTM=" + "hash": "OqQhZaTO19C8XOl7isske5X39tjCwHUklXN45P7+oIA=" } }, "is_incremental": false, @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/Svg.ChildAddedEventArgs.html", - "hash": "A3vWoWKHrnBQSiCWeQI/eOsyqLW07tee01d0ZClLC/s=" + "hash": "PaLOxGda08mfcQraRdGN/yAgflek4Zo1mOfVeZ0XaDk=" } }, "is_incremental": false, @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Svg.ContentEventArgs.html", - "hash": "AedaXk+CpXq2qRK3sFxNaul0+V94cNum8zADEEpf29s=" + "hash": "bKIRRPxXlREh2KUrOah70pdFEYh/IlnpW/1vNIWRKYA=" } }, "is_incremental": false, @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/Svg.CoordinateParser.html", - "hash": "7Vq/P81iJkbMzFI6mo43ULmpQD4IW3Xg3s8CwEyzNA0=" + "hash": "n4yr9m4wdJhz5K5AOcRRkckyTEBfyy9dU94c7fH7icg=" } }, "is_incremental": false, @@ -153,7 +153,7 @@ "output": { ".html": { "relative_path": "api/Svg.CoordinateParserState.html", - "hash": "4ch+A4MPQ1iuCbYwCX3m0DxVodD+o1/RzDx6Y1Mo0vY=" + "hash": "zzRFMbEQH/I4brEN2YpWifyYWPBvXhW7CQj8cDi3Egk=" } }, "is_incremental": false, @@ -189,7 +189,7 @@ "output": { ".html": { "relative_path": "api/Svg.DataTypes.SvgOrientConverter.html", - "hash": "DeotrLWcfekX7p7TdEpet10uUr4gmP835AiIMEtBZKg=" + "hash": "eVmrQvPC0pHIy2bJrvDaSbKdq3w6p3wATkWcKtCrrd8=" } }, "is_incremental": false, @@ -201,7 +201,7 @@ "output": { ".html": { "relative_path": "api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html", - "hash": "NDqAYVf0ZAY4hctwdv3SuhEeyEOtrN+WFbSOesf8kWU=" + "hash": "gjT9VGG5g8jBpjZLoNhHuG1H9aKc907kUtu3vc6pDh8=" } }, "is_incremental": false, @@ -225,7 +225,7 @@ "output": { ".html": { "relative_path": "api/Svg.Document_Structure.SvgSymbol.html", - "hash": "5cbr7qMez8mfxHbL7cp9+6zM6uT7VYnMNkmG6mn+IBI=" + "hash": "jjkAz7p8+NqwtcFbQcYkvIrH10OBObkqOe+XNPsggRw=" } }, "is_incremental": false, @@ -249,7 +249,7 @@ "output": { ".html": { "relative_path": "api/Svg.ElementFactoryAttribute.html", - "hash": "XZmjHXsQP44KHqWbmcaGMYLJ9craI7X9mTBVPVEosdI=" + "hash": "c3AyzlNIwtqn5ltJxsuYxRNn1xXlrvBuGkRiOAGVESI=" } }, "is_incremental": false, @@ -273,7 +273,7 @@ "output": { ".html": { "relative_path": "api/Svg.EnumBaseConverter-1.html", - "hash": "VWp0KV3d6Wdw+0tkuVVsb0vAEIcraZthx0jqOOx4wJk=" + "hash": "9VGAtXG1BFOQJPGTI2KIuAsqKCrqTHOS+mTTuNlorUo=" } }, "is_incremental": false, @@ -285,7 +285,7 @@ "output": { ".html": { "relative_path": "api/Svg.Exceptions.SvgMemoryException.html", - "hash": "btu01BRk9h4LOqj+trkLa2xoLfeT+hNJwebVGnNVv0M=" + "hash": "vGdyw0zsn3LE4OPErrv2CPdIkqdRgFKubZ/KFhMxCQ0=" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Svg.ExtensionMethods.UriExtensions.html", - "hash": "Db+MWi1ULS6ex4hHlExI4oL8z8co77QOt4RuLVnppaI=" + "hash": "Ks0JRRpBhidroNTh2AgUcs/2YagsjKc0R6gVlGwhiNc=" } }, "is_incremental": false, @@ -333,7 +333,7 @@ "output": { ".html": { "relative_path": "api/Svg.Extensions.html", - "hash": "2G2riIeqeqpzchoQuFNghZj2MslxIR5zCN+TlxJd8co=" + "hash": "PkfQ0Yj1mcIhzcqgA10gX7lqRouV1q+NxUclAEW04aY=" } }, "is_incremental": false, @@ -357,7 +357,7 @@ "output": { ".html": { "relative_path": "api/Svg.ExternalTypeExtensions.html", - "hash": "6egtfUlOJmv1Amiu0jJb7BYdcKF6x99xB74Tzgm8kM0=" + "hash": "yCrIFBQW2GKeYZaUq7o/sovHvJwYhcm8t8oCEfDr9hY=" } }, "is_incremental": false, @@ -393,7 +393,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.ImageBuffer.html", - "hash": "bzKZAlpVQjKBhLaBEjgV+wsxc5z+dATbH1PjIgI/1Zs=" + "hash": "xFrKnifLnLNnI/kpyYyYkyeI4ySk+lB/ZQk2g+9JRxg=" } }, "is_incremental": false, @@ -405,7 +405,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgBlend.html", - "hash": "gP9sDmpjY81pUCksZWjH2emq0URxndOOFcx41uiLmfM=" + "hash": "OPDx1Xt+9pW+R9jgr8hXshsM4JdZsMVqrsNMkxErqc8=" } }, "is_incremental": false, @@ -441,7 +441,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgColourMatrix.html", - "hash": "XvkmVvbfQ0ifx2wFcMQfRT4VjnLrtS+oylI1pSv4dxk=" + "hash": "IQLhv/OpJSn5xnXrAMofa3AxrLkNIVZ9br4yxzRcdmk=" } }, "is_incremental": false, @@ -465,7 +465,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComponentTransfer.html", - "hash": "SqzKNtiKcirM2BzljNy2ViWR/e6+w4jQFK9cyyOhEh4=" + "hash": "eMepGzeBzYQHZ+AXQaLozIdtaH1oBmzHMJiGwEqwTpA=" } }, "is_incremental": false, @@ -477,7 +477,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComponentTransferFunction.html", - "hash": "PvnIcuCyOF53K1sqcemETMyHGHWhneU43420YZI1S7I=" + "hash": "aSHk1dFBIaj3Z0iZ/75Lc0FZfnrQj5QvXzyQWVUdfeI=" } }, "is_incremental": false, @@ -501,7 +501,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgComposite.html", - "hash": "nSIO9ZSUABfZt9cW7IS2OaOFlTN0Zms6JFcPmWNXssU=" + "hash": "Bqgmh+pBIS5vCy4SohdfCnOyG4HV+GpG7QgisZ7yjV4=" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgConvolveMatrix.html", - "hash": "h0R+IVDDnCfGGgNCS33KuDlAcXyPlNRX1BV5MeI7OdI=" + "hash": "CJGa82egkhcFMXccnYva3ZsDSO1PkSDEwS0NbWJFnDY=" } }, "is_incremental": false, @@ -537,7 +537,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDiffuseLighting.html", - "hash": "hzAaz2wscQkmdJOZhaJg9Vv+gGtw8/ofZDEhi8T209A=" + "hash": "DWMimexXBRU1OsNzB6moLKFQ2dq5n0rZwa3AOp8GF/E=" } }, "is_incremental": false, @@ -549,7 +549,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDisplacementMap.html", - "hash": "fa51QquhgOJch/ooHPpJxfgYfHAU8M0dMoMHEEfg6vc=" + "hash": "E44zRfMOAiDQBXvQEYYvCWbg0azJJRU0jzII3cLdD9U=" } }, "is_incremental": false, @@ -561,7 +561,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgDistantLight.html", - "hash": "/RW3j5xu3cbz4Q+0yzI9ABHiTaTNVgvDlForlMHoQi4=" + "hash": "BCduFLyqi2Ct3WlqXVqF37BvuWX0OG0ivItXcFcFNKE=" } }, "is_incremental": false, @@ -585,7 +585,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFilter.html", - "hash": "w0RHJmrH/bRUB48+N+SAXElNFfm7rixuN/4mxQ27UmI=" + "hash": "nQC4627cVBYD7rbsQB6zUojvLe5mi4md6hlmKAvZCfQ=" } }, "is_incremental": false, @@ -597,7 +597,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFilterPrimitive.html", - "hash": "IJnZqNwz22/AF4BQJ8Hn8R03/Fk3fdEy3haGMVLwbi8=" + "hash": "/ArJXinKTFPXwydW2S4qBXwsXF8Wju8amcMfKm+6Cgg=" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFlood.html", - "hash": "f7C2EgQaVHXzh76JM8oFuvwBofvtJmmlKWtWlI4ss5g=" + "hash": "B57d0bcrtBXABdn5G01IX5U9uyLqaLLzZibRk7lF4U8=" } }, "is_incremental": false, @@ -621,7 +621,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncA.html", - "hash": "IEnlQllrrTezEumEUlUckouTrqkdLr1bBrxWxkxo+UQ=" + "hash": "mKirLNXtL0qm3+GiAfIELsCkSRjet550PEcV4M5FJM8=" } }, "is_incremental": false, @@ -633,7 +633,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncB.html", - "hash": "4MlH5V2dyru4nb2DGSH7FXlZgoskqeIqvx/CzvRYTbI=" + "hash": "DsNg/6O9JINTyg+6AH4HlVjmpOaKMKeGLFlZOm3ke2o=" } }, "is_incremental": false, @@ -645,7 +645,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncG.html", - "hash": "BolKfuqcFQW4QagQbNiHnmJgDcjM8iG5eamwUDvUgpY=" + "hash": "hNtLEOlqr78WpZmN5yktrrB6LiCzr4werIAS0kQgCew=" } }, "is_incremental": false, @@ -657,7 +657,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgFuncR.html", - "hash": "znOQUs59FZOfAwZlMGK4D23e/OpC9NxVjEMDZselc94=" + "hash": "J/LldH6Oy0JBFmwHP0WG2qEJeou/tMuJ6FACGXt0Rs8=" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgGaussianBlur.html", - "hash": "XbCjBx6SSbEY0IKr6aLdcWesYU4eOAaqCvuBtVnEHDg=" + "hash": "0eCZ0Lpo1ExEf8ZqWb9bG466ZUD0g5BuWsKfMCdrDfY=" } }, "is_incremental": false, @@ -681,7 +681,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgImage.html", - "hash": "6BfWTzsoFNju6HnO9WJ+uO2kc0uPnfZwnhtbwyOLxcU=" + "hash": "IG6lqzPndVg+Hn18BCdM0p8zQVjagvWyR/v2/hTa2yw=" } }, "is_incremental": false, @@ -693,7 +693,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMerge.html", - "hash": "2cDK6iyl3sjfWLHYBkU6TC7jS2LOOpfjzVFtK2MXCiY=" + "hash": "PoM5WYMTJfkw8RwGoia3ri10YcDTNUvY/CgHalsaxtA=" } }, "is_incremental": false, @@ -705,7 +705,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMergeNode.html", - "hash": "PZg1ziKPxOSaXc8lZb4kVO+fvHxyRDcYCJOCj+Ku5PY=" + "hash": "2bqIGk0s38vSl+gh0vpdaxomclH/XQBdw6o9zOKk074=" } }, "is_incremental": false, @@ -717,7 +717,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgMorphology.html", - "hash": "1oKMLm3od345UKvH5ecGwnzKHpD7kpEVP6Ze4RKkYSY=" + "hash": "cJsp2hy2o4rXwS6pR3nX7TUelYtllaYX7+FlG619o20=" } }, "is_incremental": false, @@ -741,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgOffset.html", - "hash": "63UiFWdbHfw6hr5u/NSRQyolkkFr8bv/hKwgp1NzVT8=" + "hash": "fDr5zKfC7jFN/gq+1GcV8Qlbiffby+dZffiCYDnzoEw=" } }, "is_incremental": false, @@ -753,7 +753,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgPointLight.html", - "hash": "XnqkwBQRIvwVs+VP/Nqzi4nYUjcSw+yO0diiasmUgEs=" + "hash": "sNrDYZ4Od50qg+0a0epfQ63LdujL5D0I/YaYRLKqPw4=" } }, "is_incremental": false, @@ -765,7 +765,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgSpecularLighting.html", - "hash": "tKwfhj6WjikuDFxPzxi0aBMkWbyNBq8xc7qL3HuSHCA=" + "hash": "wCniZy0zWO96YY8F/JpLZvP6FUxq5zm2rBJgbr47pr4=" } }, "is_incremental": false, @@ -777,7 +777,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgSpotLight.html", - "hash": "JDxbxFkqUpXV24MZ2w4QwQmWedQxO97m8f7bEh4rhgk=" + "hash": "jZm3/coueImU3BTz7u4vGXi6pbVNPgJvNW+fVISY7OI=" } }, "is_incremental": false, @@ -801,7 +801,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgTile.html", - "hash": "OY8xgA77as9H28pQ18g9zHB5FiPtRkOMQBY8PSXl2IQ=" + "hash": "gNLYfLQabYH4016GUkdLvaQzrL3QgVFiNygVL/z/xw0=" } }, "is_incremental": false, @@ -813,7 +813,7 @@ "output": { ".html": { "relative_path": "api/Svg.FilterEffects.SvgTurbulence.html", - "hash": "OzXZW49KltGaIjmAuGxxh7xD8jaxhgOjP0RCv5rizQA=" + "hash": "a8rMIwjPeiu/bX9WeJE1vpSGUZXQa1+54BUga0yxTgU=" } }, "is_incremental": false, @@ -849,7 +849,7 @@ "output": { ".html": { "relative_path": "api/Svg.GdiFontDefn.html", - "hash": "nooPGn+wBA+aVY0FvOne7/p7940jRmTTQ3pt3YC4Dbo=" + "hash": "9qXgglgk8B8A7sLYwD0zv7yraFHsul700AD7MOo4hTY=" } }, "is_incremental": false, @@ -861,7 +861,7 @@ "output": { ".html": { "relative_path": "api/Svg.IFontDefn.html", - "hash": "SQKn2LdmPJQYLBNH95n3pn1yC8mKgmoF/1sbTihMauw=" + "hash": "sj55UypBvUO/lySHLppbhPCmnPHyVl+oHQwJC7cm1gE=" } }, "is_incremental": false, @@ -885,7 +885,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgBoundable.html", - "hash": "cL3ROonLK7edDdNtDq5bmsXor3aHOYHnPiXsIyg760g=" + "hash": "xlig+Zcni+eR1J8woMWHqB/4Krj2GEtE9hHwy8etgRE=" } }, "is_incremental": false, @@ -897,7 +897,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgClipable.html", - "hash": "CO7ftYG+Dnt/7y3jouEmBBF0Em6DMrP0umhI6dkokPg=" + "hash": "HDtewMPUkbo3hKRT1SvPdRsqKqf3Mwjr7bk5qFagq18=" } }, "is_incremental": false, @@ -921,7 +921,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgEventCaller.html", - "hash": "Tr/m34N2TwCH9zTKGOc7OxCrHUF3yzghRLel5FNOW2c=" + "hash": "Y1Pm1w4tPWEOIKz5zn8FxITgGMU62k1WrWaJsWZFzdg=" } }, "is_incremental": false, @@ -945,7 +945,7 @@ "output": { ".html": { "relative_path": "api/Svg.ISvgRenderer.html", - "hash": "zZqUsD8BUdSyCR6BOfciJJzsnWo2ugg/EZABnCd4nt4=" + "hash": "dVluM6yFNP0AB9UV873bOMbZKUS+cDmIMHbNZ8Io0n4=" } }, "is_incremental": false, @@ -993,7 +993,7 @@ "output": { ".html": { "relative_path": "api/Svg.MouseArg.html", - "hash": "ZFMJEOvxEmKptQGo1qHYiyYsiwBqvjC8qObP6EiFQ9M=" + "hash": "C69MvRLNjRjm3T/x4IOFchcHXDOJ+WdlT60MPqwplIM=" } }, "is_incremental": false, @@ -1005,7 +1005,7 @@ "output": { ".html": { "relative_path": "api/Svg.MouseScrollArg.html", - "hash": "x9TyH4VyZkbMMmaBzZcw2eoFY9zbM8FK+/R9AWO7DRo=" + "hash": "4a7iP4qna4/iaJLHjVaINjSav1+gz0SrNo8gB3SGMRw=" } }, "is_incremental": false, @@ -1017,7 +1017,7 @@ "output": { ".html": { "relative_path": "api/Svg.NonSvgElement.html", - "hash": "jzOJ+BH+IlcZsDal2ocddM0J+qpABWSTeIPDHVSWRoA=" + "hash": "XMZ89kG2EkjhuCRm8bEqoiBwah5lAV447PzpTQ2WI+Q=" } }, "is_incremental": false, @@ -1041,7 +1041,7 @@ "output": { ".html": { "relative_path": "api/Svg.PathStatistics.html", - "hash": "nSpXa1VhDbGLRmhzG7jDYispO5do6sj+BZQH/aGBZb0=" + "hash": "G3dznVgREGEBOpA+5pGN8JYkNEhC5gwinPv7vfUlIak=" } }, "is_incremental": false, @@ -1065,7 +1065,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgArcSegment.html", - "hash": "97mlcnYXrd7XL8wnQzK0KIbIlwxUu+HRlcNz4KeILqA=" + "hash": "Feg3JKtYfFrF9N2zihXYpvzBieYe44q2T986ywvFPcw=" } }, "is_incremental": false, @@ -1101,7 +1101,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgClosePathSegment.html", - "hash": "W2Tv4ZcGMzgrSE1fLNjZl7JP2jBS9UgkhOctHNEuUdI=" + "hash": "mL763R4X7zqKFGyRyLy6azmAU/FTHCM1yRVuBi1+bHg=" } }, "is_incremental": false, @@ -1113,7 +1113,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgCubicCurveSegment.html", - "hash": "H58KTKTE38tyGeGJCY57rwLLDI4U8r363pHN0APb+jc=" + "hash": "wuvsJUb25nbwr6zxJcmNuVlCumZnMRIZcpTsGUFBLqk=" } }, "is_incremental": false, @@ -1125,7 +1125,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgLineSegment.html", - "hash": "2D/0NEqyx9+oYaPfCWFSGEbmeXJSz6q+ZWxteIqWINk=" + "hash": "8WIF0Jio/ftmXoPITPl1CU1gHsUvvXNZDgY3VUlNNkA=" } }, "is_incremental": false, @@ -1137,7 +1137,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgMoveToSegment.html", - "hash": "HDu5tdoxGcpDPVOxFccz2wjkuvovP67x/10z8ttkoQs=" + "hash": "Hc7Z/JF0GqdUsUQjt6ZpFlMSifhlebov8U/Qnp7XZKU=" } }, "is_incremental": false, @@ -1149,7 +1149,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgPathSegment.html", - "hash": "Rl6H6iyZqfFzEQb8q8cu/1Lhj5w9rj1hGco6kyZlZ0c=" + "hash": "Gl2byGsl9ROzbaUGGr2m4Wnhng4CL1gFL8WIXd47sl4=" } }, "is_incremental": false, @@ -1161,7 +1161,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgPathSegmentList.html", - "hash": "N/zkdctKTAeMqrQWjfPPdCTXGMdWSjVK8MQ8EZ0P1MQ=" + "hash": "wD9nJT7OHsNJLIQzGiR6Mu3w9Yyxx1Q6qxOXZh9kjgs=" } }, "is_incremental": false, @@ -1173,7 +1173,7 @@ "output": { ".html": { "relative_path": "api/Svg.Pathing.SvgQuadraticCurveSegment.html", - "hash": "9cygF6RXMmv9D3zB6y1A+eDJXopf1S6YMmC8UJo6kTA=" + "hash": "v4lji3dTUZjBW6moFIKa56nBwEB4u2QrjOe0WZFhhKc=" } }, "is_incremental": false, @@ -1197,7 +1197,7 @@ "output": { ".html": { "relative_path": "api/Svg.PointFExtensions.html", - "hash": "v15MYCBDW/5ISk3dT8FY+NJkqwnId/zx7mXx0TXS0rs=" + "hash": "zmgWoueBsuxqEXovodOnWPBlcD8Yk6lOAX/OhZTL/7E=" } }, "is_incremental": false, @@ -1209,7 +1209,7 @@ "output": { ".html": { "relative_path": "api/Svg.SVGArg.html", - "hash": "0vyB4TVvr3943Yu69s3WH+Ih4Su8dissiVecwW73vmk=" + "hash": "hkFzx0gkTWRzfVxUCLxrCb7ZdrP9ECWqOVtPuzdJhO8=" } }, "is_incremental": false, @@ -1221,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/Svg.StringArg.html", - "hash": "x03yYvkciI1P4Cd88bDoKjFLN5zmbGyTi/nGBtocbF4=" + "hash": "+nSMyziJOC5Xq5TLKhaQlhwx0gVr6DLBABTNl3jmjdI=" } }, "is_incremental": false, @@ -1233,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAnchor.html", - "hash": "1wo6ZbeTu8cDZLogooXPZHZjA0R48Bw1s6aQ2MNzXz0=" + "hash": "J/lADGlPACs9hV0NDiEEDTZGlNRfJg4wg+nHhU+rsbU=" } }, "is_incremental": false, @@ -1245,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAspectRatio.html", - "hash": "ZJpQs2Q4y7Q19JxYn6f+SDPJqqG8mF8hmLdDkrc1g0s=" + "hash": "BsXpRdMuLybOFuEe9Bnf7B2r8WReKLqUFsj1oW7Ld4U=" } }, "is_incremental": false, @@ -1257,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAttributeAttribute.html", - "hash": "Vtgg5+sxqAh8hwozWnFF0qS5yizq5x07CP9XVAxXA6I=" + "hash": "tZY5QpfVyScARSKNgKxMPmdA6c8EDMq24HCrJIoHSi4=" } }, "is_incremental": false, @@ -1269,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgAttributeCollection.html", - "hash": "VtqR0Gl/tuRv4ZAEgayR7tFc3qgHGEVe0d43WafRsis=" + "hash": "LanfCUehteDg77wqclHRpzTx4tmC6P4o6GVj2UZrH28=" } }, "is_incremental": false, @@ -1281,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgBlendModeConverter.html", - "hash": "HPrpKWyP2kyQQtia6yyfsVcI8pv01S7hXqJEdrM85yA=" + "hash": "2anLzIGpm+l++wVvkQJGLsye2l9VifnIMMAJSl6XSKg=" } }, "is_incremental": false, @@ -1293,7 +1293,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgChannelSelectorConverter.html", - "hash": "fzIMbyWODzPW364FVM891DxwRcyyGxmuUMgx9/NnC7E=" + "hash": "Ibk4AQ8kOz4ehrE62wIwcxo4cz7giQ9023kmZVgYoQw=" } }, "is_incremental": false, @@ -1305,7 +1305,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCircle.html", - "hash": "XIKY1ZB7f57PGW5pglRHmeViYFFY3zl/toMPd2Kr/9E=" + "hash": "taYsg0yOsVjPNIG2fBWQSk03ziiINhpY6bOtXYsdVYY=" } }, "is_incremental": false, @@ -1317,7 +1317,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgClipPath.html", - "hash": "N1VTByNcDmKSctjR+rw6bcu0JgunbUCEKqGkQlszXoo=" + "hash": "lNj+jig8wdU9/QieoZElD30TtwUBQTYquKeLkhCQYP0=" } }, "is_incremental": false, @@ -1341,7 +1341,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgClipRuleConverter.html", - "hash": "e+BXqYNQifh4QW8jETkDBHI0eXXIhxaNaIIIqyJinCw=" + "hash": "quln6icFIOS7V5MnaPgbps1Eilk+7T6jsyhlpKJgWAM=" } }, "is_incremental": false, @@ -1353,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourConverter.html", - "hash": "3JFMBd8OlGU28mAeYDkoqnUquUCDh9rsSIjtgZUhdvM=" + "hash": "5XDIzWq1WWOGw1UXrpXphx2IK2omNfxrkXDdaeXLe1Q=" } }, "is_incremental": false, @@ -1365,7 +1365,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourInterpolationConverter.html", - "hash": "kiNrZv/FW+EUfWaRza6dqR3+Ea2deGil2go3P6ySh0k=" + "hash": "z8miXWNmCy+TNQWU8j91WK/fLw4UJEhI5P6m8LdYlbg=" } }, "is_incremental": false, @@ -1377,7 +1377,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourMatrixTypeConverter.html", - "hash": "+QXjrA9pf7V/OpGhH4OcDIXSRW7N8to7XvDRSFBELmM=" + "hash": "pGHoh6qhmYJB17kqqfpf84uwwTe94nmJfVtXX7FN2fQ=" } }, "is_incremental": false, @@ -1389,7 +1389,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgColourServer.html", - "hash": "IQfwDOBjepd11tRkvOFNXV+XoLb2K1bQ/78+N5hBFtQ=" + "hash": "rphtuACaFUGg011odlu1hCljOXve4FXB2uvECbtQXlE=" } }, "is_incremental": false, @@ -1401,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgComponentTransferTypeConverter.html", - "hash": "rgnHABSnZ67vpPSPvZu1xzJLjTuHNuqmGMj6KRZynuw=" + "hash": "XywD18wZPMrmvhjHD/JpVUITBb3irGMfiAhZX/AqLNI=" } }, "is_incremental": false, @@ -1413,7 +1413,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCompositeOperatorConverter.html", - "hash": "L4Wopq6TF+v4xLCX3k2zHAnMMlEUO/TE9lb8fOziR6o=" + "hash": "U6yGdmMeblpgvIqueYoKF2o90lv/es8uT+1sH960m0I=" } }, "is_incremental": false, @@ -1425,7 +1425,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgContentNode.html", - "hash": "RhVpTe1uuMsKA5xOu4I1beNqsZe4Ou0j0JHqwnXLUVA=" + "hash": "NcOqt0ycQN5mDb/l5nomOnDndHf9B6Hjzxltj0WCY7I=" } }, "is_incremental": false, @@ -1449,7 +1449,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCoordinateUnitsConverter.html", - "hash": "HwDZIVR4TgAj8JGXS8KodxW7O5SB1DiqBAa0U2Nl0VI=" + "hash": "ptT2fTGhTT33RP729KnzjMXqtJ623PkC9qRmMhyPmFY=" } }, "is_incremental": false, @@ -1461,7 +1461,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgCustomAttributeCollection.html", - "hash": "JTGZgp8LBEpuljjXJizlmAiQMv8SqDGPjEXVlUgsQmU=" + "hash": "ZygavLN4sZtKRW7E+IDvEyzPy7sOI1oltg6yGXfC1+Q=" } }, "is_incremental": false, @@ -1473,7 +1473,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDeferredPaintServer.html", - "hash": "YxR6kvE3b8BNs1YATDtzWIJz2FzITS/IGhzd0YHtQ6I=" + "hash": "xE1PWtd1Ijb61SrfEpoYGwiQpIbJk8yriUHzA9rV6XU=" } }, "is_incremental": false, @@ -1485,7 +1485,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDefinitionList.html", - "hash": "DrEOItO5NPmNogz6wMg0vStBy5hMHPZy8ecVU5GylLc=" + "hash": "B1U0UTuyh8r2FNeKbSzByqPFzGd6eQw9iNjIsTgCEl0=" } }, "is_incremental": false, @@ -1497,7 +1497,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDescription.html", - "hash": "PmzUsvep+jchm1PwtOFI0TLYqYLDJ7vRHL7h3c/PZw8=" + "hash": "lHxBJbbcnLQXbgKlB8mAyXKrQRuiBeVi09QnAisSyu4=" } }, "is_incremental": false, @@ -1509,7 +1509,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDocument.html", - "hash": "/fDa9cOlz6V8JV8tOSsrM/g4xGMo7dRy8uKD+Ltlrog=" + "hash": "S9nbvlY7MaLWiPfLzJRuwAxsIAyLp+rIdAxe4sf8OUU=" } }, "is_incremental": false, @@ -1521,7 +1521,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgDocumentMetadata.html", - "hash": "7+R4LimqLLx9M6nTj6hBjU7tyhkpnuHQKiGa10jb0r0=" + "hash": "VMU5xNCvy4mxDHfXEH1jrk2ADNIcdhCKo6xK+P1mkpU=" } }, "is_incremental": false, @@ -1533,7 +1533,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgEdgeModeConverter.html", - "hash": "FVLWL5uUZeq82efj7mh2KvQcd0W0mPcjT8RwWPjE6cw=" + "hash": "IfMrjQ9fkfLHgXfUVFT+FZP2Mo6yN4qXtrak1FpLIMc=" } }, "is_incremental": false, @@ -1545,7 +1545,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElement.html", - "hash": "DtmYxBhmHyA07zsBW2VGOd8B+dWtVjwxIXAXdML5FVo=" + "hash": "LolbRXzVVfgsfkgYf//6k44wtlOv8uknDOqxCQo7SwM=" } }, "is_incremental": false, @@ -1557,7 +1557,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementAttribute.html", - "hash": "lvTYBcmU1aUALLm2QYZs3ImVuzFPPRXmEoyN8aENVqA=" + "hash": "IbeOPyPiwugkLaGSgo6pJyBcwxqqISsO7soGPJ10tHA=" } }, "is_incremental": false, @@ -1569,7 +1569,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementCollection.html", - "hash": "Cu1FO+Th/l27aSr99WbQZ3SlS4MAceCJMYWehadGzfU=" + "hash": "OgTtqfYS1y52boelbxVEXwgmo0mZeQcq+EDgKWRtGIs=" } }, "is_incremental": false, @@ -1581,7 +1581,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementEventArgs.html", - "hash": "XpnSNjB7UELRmuNAzZq4S4tXjZpdMjnupDLdgzmaE2M=" + "hash": "FFuwGsnS3anO6hQl90Geq1BoAuoLblmlc9yxElsXLYs=" } }, "is_incremental": false, @@ -1593,7 +1593,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementIdManager.html", - "hash": "w8iaLkYXbVvdVtQHhMan88LkVKnVhGFVoj+e4mhrxn4=" + "hash": "iuqTbS5r/CAFn0UJug7Ggqqc/pKUHGqRUuP2JFMuFqg=" } }, "is_incremental": false, @@ -1605,7 +1605,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgElementStyle.html", - "hash": "iOUL6Zq2KQ4VGyrvMfziyuejfS7JLtptqiQZH5RWTL4=" + "hash": "dS3Z9pvCymq4rdIMOwfB77IVmwP4/ZS42/WZ5c6Rpuw=" } }, "is_incremental": false, @@ -1617,7 +1617,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgEllipse.html", - "hash": "vg3fKFIS+m+6JvGcmVu1t69W2zFdcK6QlAQIWwsICtg=" + "hash": "JWeadq0boVMZUJu8wX/jQ+kmUclkxYiA/6Wd8qpnC0o=" } }, "is_incremental": false, @@ -1629,7 +1629,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgException.html", - "hash": "v7VNYtCPHLGWfbnbyNoE1SNq0y/uyXMIv3z+WUSTU1E=" + "hash": "C2pL6sQpn91+PNO+CyhGDMLJXcNzs6uTBrBegHF9zXM=" } }, "is_incremental": false, @@ -1641,7 +1641,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgExtentions.html", - "hash": "ZAcskFTu9QbHHYrin97lY1iLFoqVUlj5LZNbHEFJTEA=" + "hash": "PMGYx5GWEOB76itKqnoQ4ySM2GJRKtV28iwpEr7lyU0=" } }, "is_incremental": false, @@ -1653,7 +1653,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFallbackPaintServer.html", - "hash": "viZt/pbrA9qCDBr5OfQwED53p/aSjAONhgrmj7+xt3I=" + "hash": "zUqFcnpfcPgMhhSA05aD64pKEOLOwNth3xdU53sWXe8=" } }, "is_incremental": false, @@ -1677,7 +1677,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFillRuleConverter.html", - "hash": "LIGj7vgKPOSD3j8TwA5HIA2KZ6vAvFlIExd6BI61P40=" + "hash": "cbkXsuyeSRJXTAT0Lv8bIwezAYjF5bmH+vSkxAWX68k=" } }, "is_incremental": false, @@ -1689,7 +1689,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFont.html", - "hash": "64s9XK7jr2mQU5k++RueKIcWTkEIshFPrq6QkscHJWw=" + "hash": "yhY/qTMMHymyPnXfXcjv2ocPmgdvRn01etJLgOwCsFc=" } }, "is_incremental": false, @@ -1701,7 +1701,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontDefn.html", - "hash": "wi4dAmUK+zrEDkNNqbTFWRFON+yXrROAL/7Ir8fR76M=" + "hash": "4KR0VWqx74CrRXPZHcE4NDJay+qcP3AnInMPSOd0GjY=" } }, "is_incremental": false, @@ -1713,7 +1713,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFace.html", - "hash": "tsowhcULOPac+mRsNNv3Xv5HMVNJHOBfSSLxDUao9hM=" + "hash": "1rhIWaig0cM8/UsFsD/Vs0qLyBUTGJKi8UCgjyVHy8w=" } }, "is_incremental": false, @@ -1725,7 +1725,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFaceSrc.html", - "hash": "jUs4QJuqL2RILr8bwJzt6OsjZRedFQZopO+RNlMwd98=" + "hash": "tsMNymCthwIZTVTvvfAZEjc5OsCQ579U783wFRiyRfE=" } }, "is_incremental": false, @@ -1737,7 +1737,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontFaceUri.html", - "hash": "fV/2KkriejRiqR7WrYQkjVAO74EW4tZjvBphQ/rWCXc=" + "hash": "c9I/TSc49kGs8V1D5mY89esQY45drvDXqxsJaz5GNGg=" } }, "is_incremental": false, @@ -1749,7 +1749,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontManager.html", - "hash": "/qz5yx/PyuDNyzJHce888TIySkCRLYPXsv+HvB4vi3M=" + "hash": "JnkfzjnoRignhs7gBr+py+EW2U8MyL3Vc/SV3QLq114=" } }, "is_incremental": false, @@ -1773,7 +1773,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontStretchConverter.html", - "hash": "v+sfZktR0syxtjEq8K7GT5y91II7nTjCY9DnIC8qP5w=" + "hash": "tsWjkulz8OWTKsemgpLF48iZ9ZJb6Pe0eup2gqazBog=" } }, "is_incremental": false, @@ -1797,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontStyleConverter.html", - "hash": "RLyq14YJnpAZqLv1g8sYAVzZ+I3zu41AbiNjMHxpvdQ=" + "hash": "GEph35qiT6uoDVd8X28AUaQs/wrn4vtEFRjkmMrumeo=" } }, "is_incremental": false, @@ -1821,7 +1821,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontVariantConverter.html", - "hash": "cxi0TEMJDmnwy8AIte7YzmJVN+CkcBoe0H5mhebb1/0=" + "hash": "TIXKfsigtSQia8VmqIUzKXaLlDKoeuBfs8xyfl2fyg8=" } }, "is_incremental": false, @@ -1845,7 +1845,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFontWeightConverter.html", - "hash": "vxgANoty5Gc14wuO4BuRW4/82HYb0fttuhQrH9rk5Mc=" + "hash": "RAXrmq4nO04BH0d4dVjUasXAI8aumvDZs5t56gwThoE=" } }, "is_incremental": false, @@ -1857,7 +1857,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgForeignObject.html", - "hash": "tOMdrUAb4SDSY+oCjJlDeNKW4Iy+Y3KDKwtgOJbid7o=" + "hash": "NjBCPLFMvUIFodB6BMU30qLHnEAA+wlROliJHtJ9ykg=" } }, "is_incremental": false, @@ -1869,7 +1869,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgFragment.html", - "hash": "4fEKW72nYhkAXLCycQVE+pHFUVseCsftruFHHFWP4QI=" + "hash": "uM+VF2x0a0OY4Og/IcToiVPBoHp499Ujzk9JY/ifkQw=" } }, "is_incremental": false, @@ -1881,7 +1881,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGdiPlusCannotBeLoadedException.html", - "hash": "3KiKDrb6sJvYx39odCmkE2m9dTHcA180iQTvrgG9/rc=" + "hash": "a9bqPJUj+aJiMOKFu8ibw2xHvmJjf7QV+TczqOeOjCg=" } }, "is_incremental": false, @@ -1893,7 +1893,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGlyph.html", - "hash": "rBbfnsZrcG5CPgQ4IklQAlSB7JCYdI6fJjdUVWjW1n8=" + "hash": "Ryn4bkAlfv3CJ4z+QJZv7fLuKAlhaDiLIUhKwv6ypSk=" } }, "is_incremental": false, @@ -1905,7 +1905,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientServer.html", - "hash": "i8ox964Rdvu05mK1oVUwOqJVGKMK1hZNLoSuJ3rr/Xk=" + "hash": "VK0PD6FPycxM60u8SUYPfZvbvFbjfqDXM6Sb2VQQ9to=" } }, "is_incremental": false, @@ -1929,7 +1929,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientSpreadMethodConverter.html", - "hash": "0lVYAiioRXHJnhNT02S5ekZdiEAQuKdOBsE7Vj9hRck=" + "hash": "nAeta3cxLTmG/ctyKW0Rlwe91kikKHk+qPWg/6jELc4=" } }, "is_incremental": false, @@ -1941,7 +1941,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGradientStop.html", - "hash": "hYHMrTi1btqfobmnMjq2TMV6U7PUofUlfTs9R2/6C2M=" + "hash": "TQ7kNalVW6HHsNn8uj7oAgd472KZ2092LKCsP9wmLRU=" } }, "is_incremental": false, @@ -1953,7 +1953,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgGroup.html", - "hash": "HnbzxENOK1l2wC2ou2O4sUnA3REXdv6xz+F1g3oz6Ks=" + "hash": "uqMGzEHjRb1/dSTbrpjo6lm8upizShWZ+KpWXfMgQXk=" } }, "is_incremental": false, @@ -1965,7 +1965,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgHorizontalKern.html", - "hash": "G367o+u0SF2rmtMmDZnbXAyrC/DoYLf6btZk390ziqY=" + "hash": "41UqaOLhPs5YxFHWqSBxpqd4JN8oYFkKdXaHvMwbuds=" } }, "is_incremental": false, @@ -1977,7 +1977,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDException.html", - "hash": "JpMSYg6STcG1Rqs7XP5kTnZrwF+wBLM56bfT4qsrjkQ=" + "hash": "lWX4ekVPazs210bv78+IMXRMiLr/mBkGj/Es6I6YiX8=" } }, "is_incremental": false, @@ -1989,7 +1989,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDExistsException.html", - "hash": "/r4Y+FLg1MTYju2dYnQN57YjOaJq+BslH2+SzcKdFjQ=" + "hash": "Uv8PeOKiPSmemqE0D4e+hllnFXp60n6HyfUojjb77nQ=" } }, "is_incremental": false, @@ -2001,7 +2001,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgIDWrongFormatException.html", - "hash": "r1rKE8TZpmKUh75GuI8Fn4lUyUx1CgK0x4esyZ/X4o8=" + "hash": "pg3YcjXTa3z2xwt9wU7cmGJ2Yd0XiYT6syiBBSlbV+8=" } }, "is_incremental": false, @@ -2013,7 +2013,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgImage.html", - "hash": "uVum9a1T+0kYMNKKBIHqOvMFv2sqj5vOExDwNzkz+HU=" + "hash": "RG4ErfBxLUHhNtcmTZqr8fxZQ8rZW5W5TEkkuzw9Dwo=" } }, "is_incremental": false, @@ -2037,7 +2037,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgImageRenderingConverter.html", - "hash": "LerUTDtIEuhHldIY0fJKKbYP/ZQLNfFz5NXWJNWidwE=" + "hash": "VmyG3E2FnnB1GUsWYvB/4I4W1p9zmYugvGERDv5WR1c=" } }, "is_incremental": false, @@ -2049,7 +2049,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgKern.html", - "hash": "UPaZCsB0iZKPx7912q09Si+hrWK6ThXkratqeISxI/k=" + "hash": "Y9ducR+YrZVw0cNwvWXbX4FNi/QGlhjJP5joYEpgyxQ=" } }, "is_incremental": false, @@ -2061,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLine.html", - "hash": "MzUm8qvelhX8TI//o5GZoQmEDS1b/I3UsVV/KYEsye4=" + "hash": "JJIDgVfAFnE21WOUYL5E6y5jmuZHNpmdRNdMCk+mC30=" } }, "is_incremental": false, @@ -2073,7 +2073,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLinearGradientServer.GradientPoints.html", - "hash": "aW0tS2KeXKczH5LmCgWclwec0cAL6gczn0eeiu4wyB8=" + "hash": "fmM94gaCNhEP2nonW0A50Q4GiDY49bn+xw1gb6n9JYk=" } }, "is_incremental": false, @@ -2085,7 +2085,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgLinearGradientServer.html", - "hash": "WusriAv/lhMO1XU5Ml7XSU4u9vjJZfV0+p2IF7+ZRrU=" + "hash": "+7u0yKzIdEEIPlXHtphdku9mXUlqqjDKor6InBwysVs=" } }, "is_incremental": false, @@ -2097,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarker.html", - "hash": "XfqNIVkkUY9afaGqHWGF1DglBLmh/GYlFb2H0X+cRnY=" + "hash": "b0pQlGisdwucExqsQVXwQ0VsBUiK9rHFyX+hq73uly0=" } }, "is_incremental": false, @@ -2109,7 +2109,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarkerElement.html", - "hash": "Rb9QlvUQQ3qbm+nYlc32u2GqTKrl/oS2AYNBz5XCa7s=" + "hash": "TzTc/i4i6jo9vyj4crCuNH5y4rFPd0vgsaaA5urJHQc=" } }, "is_incremental": false, @@ -2121,7 +2121,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMarkerUnitsConverter.html", - "hash": "9CfXHRElGP4NXEfEwLKyLjGzImobW7WA90GVASur4EQ=" + "hash": "AsdYf6xiI+LGoQdFvyzKX9WU+I5AYUWAFZ12gWSqdX8=" } }, "is_incremental": false, @@ -2133,7 +2133,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMask.html", - "hash": "koIurlhYt2noKMHgjuR5cFDFBSjfEg6b0VMTimZ6P4I=" + "hash": "2q4Zs0LPuIgyzfKD5Oncu8uYBqhoOgczb1WZwCMfoFg=" } }, "is_incremental": false, @@ -2145,7 +2145,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMissingGlyph.html", - "hash": "x3XwjjIkqAfjMgH5LHRoEa3yV5iYVH39wy2wWSh/Z8E=" + "hash": "jjfTEPXCPyVLEg4ZIGGn/NQEm5vzziQIMdIXOOGJuRM=" } }, "is_incremental": false, @@ -2157,7 +2157,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgMorphologyOperatorConverter.html", - "hash": "KT9XG8EOiOigZ+ZHwo41S6Rm0PJahc82uNLajCDeIZU=" + "hash": "pEURQ5NtquW6Ji+I+PTVfMiaOBm2SlsCa4PvfxWw4KQ=" } }, "is_incremental": false, @@ -2169,7 +2169,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNamespaces.html", - "hash": "bjjiDdUuUCmb99f1xogFqvzEYHCZ7DI6jDlWXehzzlc=" + "hash": "MS+vkqgF0CU+JduDMP4sMEM0YHXV9vd0BiB8JOrljC8=" } }, "is_incremental": false, @@ -2181,7 +2181,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNumberCollection.html", - "hash": "hG2Da3fs0Xqk6c4oh88PNEd4WnItK8w/0FO94wvoMPE=" + "hash": "+VeGhSQ9ELv1AUybBfBO3JFDSIq2pjIg+83kSibV2hA=" } }, "is_incremental": false, @@ -2193,7 +2193,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgNumberCollectionConverter.html", - "hash": "L3vFyD+HynIMqGh8kma3Up3vHyVn1swsqstfaeyva+4=" + "hash": "7qSb8+Yii4DbC4QjcsLWimjkqFQnTO5TJW41OobVeG4=" } }, "is_incremental": false, @@ -2205,7 +2205,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOptions.html", - "hash": "s2A1XeR09RIPJP1s52NQvyzn7yhvoyum/avvemZ5G+w=" + "hash": "7t6mtvcrG6WfoA2wDXYPjit5DNeFI/XjIcOmaVrOABw=" } }, "is_incremental": false, @@ -2217,7 +2217,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOrient.html", - "hash": "xAVPYSVTXyPaYhKCtFyLuwCbgvryDoLjkOloW0PGxCE=" + "hash": "PQI1V+OEH0c2RS5baLSRUIuiuvk4Cx/NDLOJoMTAx+c=" } }, "is_incremental": false, @@ -2241,7 +2241,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgOverflowConverter.html", - "hash": "eBwr9+3AZWHOS8SUEBj118ypXuc9SfhUz4JU3QwAQEw=" + "hash": "PCPGDxpid9qO5lrTsKtejhfqOFkGTOFpSTBaKg0p+dA=" } }, "is_incremental": false, @@ -2253,7 +2253,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPaintServer.html", - "hash": "lAxxQh0/pntGSDW/eh64gR1umsRLxpJcqwlpaaKFadM=" + "hash": "lXRILh0G/sMOxvwcqicfYdSF2/tZxgmYnDVWTdWmKyQ=" } }, "is_incremental": false, @@ -2265,7 +2265,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPath.html", - "hash": "MmmDzLveAtiQpFF4Qo9tWxpsq66WJKsgFulsJOIpTV8=" + "hash": "gU+QM4nyIrSIgucNHRHXfF8jNgSOPv4IWaAtVOLIbdk=" } }, "is_incremental": false, @@ -2277,7 +2277,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPathBasedElement.html", - "hash": "7+yJRkI26RBztr4kMWqt26Yd8cKoIy0a6kek6zB5/JI=" + "hash": "kCEpZ58TSqLb7jHSldJeesJSXXC4GoZ5oVSqX2E2KO4=" } }, "is_incremental": false, @@ -2289,7 +2289,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPathBuilder.html", - "hash": "uqQZvkZjTxlGUVcU76ZnwrYAITTouG1SwW1kWDBPT/I=" + "hash": "hrnvAY3mLaHaeVsGT6Rm+JKcrgnn8IL4+4Z0Q6svhnA=" } }, "is_incremental": false, @@ -2301,7 +2301,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPatternServer.html", - "hash": "i8IIiAZmqCJCLueAPZhG6JCfudI2kPbdVS92jtDE/3c=" + "hash": "ycFE3IsakAZ9pXx/6Wxdmqy+IlS5iqa6g3fzcOZ/Hsc=" } }, "is_incremental": false, @@ -2313,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPoint.html", - "hash": "01CijrF9Qk1araZz/w32z/n8dttudZOaCRquKRM3gB4=" + "hash": "cAsHOtyWPJLrDaH6P/3ug/xKPb1CVUanNu7sCsUWYjw=" } }, "is_incremental": false, @@ -2325,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPointCollection.html", - "hash": "n/PM0/iamwJP7jb57F56HddAdNp6ZN0nsgxhv4hbmbA=" + "hash": "rEpVPljgW9jgwsO9vROJbvyaprut0B4e6CM5zwMFtzs=" } }, "is_incremental": false, @@ -2337,7 +2337,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPolygon.html", - "hash": "jROEnsopDJxxqkx1giJqq9d0rYD7A9ie3UNWhuvif4w=" + "hash": "lRSo9dS5IHZdsmg58NqW6BXEz2Xa+bSV0GCQxgx40Ow=" } }, "is_incremental": false, @@ -2349,7 +2349,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgPolyline.html", - "hash": "Nb/EKxPQ6Ardl5/bsvz+mbytgwiXD9YmBDxR1MUwxic=" + "hash": "3+OkS60AZez7nLapTKxU7GzmQ+fnkFYcOmFWy1QUlD8=" } }, "is_incremental": false, @@ -2373,7 +2373,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRadialGradientServer.html", - "hash": "WD89EJOvwXXTGVjxcuNeBhPapoiG/CXE2ZMoC9CFWU0=" + "hash": "jRfbjOoEwBB3EL9PTODQaE4j0w50jCFGEZzuQHZ9rgk=" } }, "is_incremental": false, @@ -2385,7 +2385,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRectangle.html", - "hash": "oSB1mtU2XtGiLwmNzsyYwVE87QA0g4iwtKRjWa7h1uQ=" + "hash": "lv7m/tPMw3CvpN2U/4TlcJIGV/dtAoUDx3xbNWSd2/c=" } }, "is_incremental": false, @@ -2397,7 +2397,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgRenderer.html", - "hash": "wrYX60yJfDpxZFwNgS9GaMjHKj2GDODYJTTmIVD9WN8=" + "hash": "mUMffaXEEhSaFbTuL84BshmXA9xe7uH+tDsIHq6yQuo=" } }, "is_incremental": false, @@ -2409,7 +2409,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgScript.html", - "hash": "TPXF7TcvsycVwyyPEXa+8AGV049H/EKQlQOLqfEw8BE=" + "hash": "gG61Gql5rbXveN4gJzaWgL+aAaKfK9Dc/4d0OWkAREI=" } }, "is_incremental": false, @@ -2433,7 +2433,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgShapeRenderingConverter.html", - "hash": "fzNylMmFjvVG8UUsrbJKQrhMnwUgL5JykZ6/mhG7tzY=" + "hash": "GteOP4IyPiNNyF6n+qmUfDqpuyhzUQ3P7HN5YPdQSXc=" } }, "is_incremental": false, @@ -2445,7 +2445,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStitchTypeConverter.html", - "hash": "1XTo4m9tjFhL8vGxWMAXKh25L3T08V0gIUUCl7Dc5fc=" + "hash": "PLkjerb24JHvR9WdVUtYVOILaQXaAEYrY4RtEcR80ro=" } }, "is_incremental": false, @@ -2469,7 +2469,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStrokeLineCapConverter.html", - "hash": "jS6pJyXgO0Nz9IiTwp8T5KcrSWdph95zhBtY9Q5yC5Y=" + "hash": "t5HyoO9ebGYXJ/jVkWouX7w7qSjM32jWxaDBzzA4Mkg=" } }, "is_incremental": false, @@ -2493,7 +2493,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgStrokeLineJoinConverter.html", - "hash": "Iwlu5MFj8/J/33PB3JPszM7ZjQQ5+r0YnMlEQ3+HtcI=" + "hash": "KIMcHvrctTdfMo3Wug+jYl/z/BbyGPY+9W/610EmrCU=" } }, "is_incremental": false, @@ -2505,7 +2505,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgSwitch.html", - "hash": "sSflivjnqWTQjiBx9Mf3T2L8yrmdVsoZn7Lqt1tGBIE=" + "hash": "xTHnTgavvD07/zgZ1zv06IdkOasPSS/beIFk+ijAkMs=" } }, "is_incremental": false, @@ -2517,7 +2517,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgSymbol.html", - "hash": "34u3tiA4VFx69KbKoEKQIFO2bGDQ0wFzR0QkGsZgSFs=" + "hash": "zE++GDOeVxmgB4AWx21fhxV/HbOisZG0Sz7huz+2FrQ=" } }, "is_incremental": false, @@ -2529,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgText.html", - "hash": "eADrpPjaHLKXQVmv7llDGK5obhoWMhYtnvrNH1AVCUY=" + "hash": "qcIUEwMHMhiHpKX+zx4VjtKT9p4DF/uxuGPs9jOPZPs=" } }, "is_incremental": false, @@ -2553,7 +2553,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextAnchorConverter.html", - "hash": "gxmYC3uIngKSX58b7FLXNut93peR8489Z5ktI2/NNtI=" + "hash": "UPGrY8/gLMXeGFgtO6PXYL2Tq+/8rAEoD77YVQOJ6Pk=" } }, "is_incremental": false, @@ -2565,7 +2565,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextBase.html", - "hash": "LA5pATw9dy0lhjE/tUQq59d9r81VM6+70DYxM9Z9FpU=" + "hash": "JitNruuZvBL/Mw3xc1hEvP6YvdD6jHm4vsMKmmJc4Ak=" } }, "is_incremental": false, @@ -2589,7 +2589,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextDecorationConverter.html", - "hash": "pBDWFG7+hJc41f9Cp5Xkb8aUrFNb2VLpjPPECq0705s=" + "hash": "PIdutdzxUGUnQCim5lO2ySTNArLmGpkSX4FYezfCJMY=" } }, "is_incremental": false, @@ -2613,7 +2613,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextLengthAdjustConverter.html", - "hash": "4QIZwRamNNe3/co79YPr7sdSEWvYcji6IjEg1SeH92I=" + "hash": "Ko0p6vp2N4YufoxI9U6b4HDgJmsR7/uKSpjIYqqsLBk=" } }, "is_incremental": false, @@ -2625,7 +2625,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPath.html", - "hash": "xv1UZKQe983DQkpqb94DphShdNTmkdy5dJTrwDS9V68=" + "hash": "rdEeaZbMMkZ29WlfeZpSL9eYAk/62db98ZG4i3TnSRs=" } }, "is_incremental": false, @@ -2649,7 +2649,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPathMethodConverter.html", - "hash": "SPQgCzV0EbxIrg1H+qrh1jB01BAjZtDAt4CzUvLWzac=" + "hash": "z1mumfBOfIE9ruRuw+YQnASvpyZNwEDqKizWTUDJEak=" } }, "is_incremental": false, @@ -2673,7 +2673,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextPathSpacingConverter.html", - "hash": "lwkDL0xky+xkaXZ0nVUf4vrW7OZoQlsOfdreYa20pyM=" + "hash": "4430kSUkkECuFwcgNFzH1Xdb1J/ZBTNbf1Ma4n9+hmQ=" } }, "is_incremental": false, @@ -2685,7 +2685,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextRef.html", - "hash": "6AxHn7wkLznSiUyzhm9Iwa0mOCUDsXfMByitMmgOQyE=" + "hash": "Pn8WqMvynmyRcgHjQALbExfRBg1wWx2VG2XJesOPnEU=" } }, "is_incremental": false, @@ -2709,7 +2709,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextRenderingConverter.html", - "hash": "z4sJXzU83A0qWiqjuKE9YME85wrrhGCDynlBV4+Aj7w=" + "hash": "XvoqzLq2SdkMN4r+/1xGtw4ezVoGBEZfKuQ4PW/RMqY=" } }, "is_incremental": false, @@ -2721,7 +2721,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextSpan.html", - "hash": "lU4Ix8JOQfT5oE4qr++P76ChBrmK6mff0TEUiQdA+nc=" + "hash": "kSXinVFtt7HIo+i2LfIIE8yYO1XjRRguN6uoPHBYkbM=" } }, "is_incremental": false, @@ -2745,7 +2745,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTextTransformationConverter.html", - "hash": "xxxHH96TBom2ZlXYWNULJ8axpTreoW2cHDaiT4WxJXs=" + "hash": "M8RWCADaKnpObHiF7/YrXUkR5uyQeFSR5H7OPf+0Coc=" } }, "is_incremental": false, @@ -2757,7 +2757,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTitle.html", - "hash": "j7pgWWLwEpHpPuOBEXHvj+UgIIElJkwpe+/6Cy9O1FE=" + "hash": "rddOhy8bOZEQ2XOtGD4HQDHkvWrRNK8P13Jn2ZVAeZk=" } }, "is_incremental": false, @@ -2769,7 +2769,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgTurbulenceTypeConverter.html", - "hash": "dzoFauh2ARnVb6pqD7Mw0l88yKBkvt05NWci50BYyvA=" + "hash": "YrFR+AElohdcu4MbEBg+DfhDFNK5R9SklQxam+QKGwo=" } }, "is_incremental": false, @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnit.html", - "hash": "GYXn2GqMOQBZ4f4jc80TL111Hoivt4oWX1iaX1mks6w=" + "hash": "wkRdUdeTZt46hOpwlHW6Tz+EshGE7J3FzBymiIg1gaY=" } }, "is_incremental": false, @@ -2793,7 +2793,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitCollection.html", - "hash": "5gUioSMwch38gltO+wLaqmTlmejO/270AHZ0z93musQ=" + "hash": "ueA6Xe3YfNabokE0LbPIQwWLF1qckQwv8ajIMOTAYqw=" } }, "is_incremental": false, @@ -2805,7 +2805,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitCollectionConverter.html", - "hash": "yYZH05yo/OdOT/IgvYgMQZm+/H8J8XJEGqFsiLLXPfc=" + "hash": "p1dttzo0J3Y4J1TXxIDt/W+YKfneAfnLDuAIrLoyHnc=" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnitConverter.html", - "hash": "zHH8RWU8qoMTxCS/P76zBNsm6HlAZC8DhLPT8tR1SS0=" + "hash": "KFzsCR3BTklgRgus+OrN6agbk25yCAmGiSzGu9j1qhI=" } }, "is_incremental": false, @@ -2841,7 +2841,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUnknownElement.html", - "hash": "5CuKMN8vPBreqJWYGDb1l6vntkxIm+V61w4imKtSuk4=" + "hash": "gCvD+eFIG74c4CA0bGyqyh38aSCgqNtlu9aymzccI+k=" } }, "is_incremental": false, @@ -2853,7 +2853,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgUse.html", - "hash": "vi29UZySM4gje29UyMFQe+S/Nyv9PpDVURuqTBDKhis=" + "hash": "Mdc2wDcjz1Um+/D0rLpI97N5akmxcAYsNTawb1f52rA=" } }, "is_incremental": false, @@ -2865,7 +2865,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgVerticalKern.html", - "hash": "s14m1Z8bnM8JvGIxxhZdnl6E7N50ndZurrze19f9kHs=" + "hash": "yhNWqI23/Vyzb2xyRcVdmzOIdS+7yUdeKQ6jzkBuyoE=" } }, "is_incremental": false, @@ -2877,7 +2877,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgViewBox.html", - "hash": "o41fmipzcpKkXoh+0E6aJneas3QA1RWUdFkArJ6c+6A=" + "hash": "GKY3yRWlt9KaTZfLbbGnc/j+p56YpW3vdjA00VjSosI=" } }, "is_incremental": false, @@ -2901,7 +2901,7 @@ "output": { ".html": { "relative_path": "api/Svg.SvgVisualElement.html", - "hash": "SPw3VVKRw6SsQu0AnTi79GLSiDC90WAe7EpY0fkMGZw=" + "hash": "wJhwLaiXFaJI5XWTtbtu9gY7hDRX3cps08G95CuRbCM=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgMatrix.html", - "hash": "IuUlagYkT8G0VM4xjimxgHUfFSegwaN6H7gqldVU9lc=" + "hash": "SsHJoVI0gxQc7fPayFPdrn+fIKhxemX1BlorGZWbvs8=" } }, "is_incremental": false, @@ -2925,7 +2925,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgRotate.html", - "hash": "wxmFApg2PCWdxjH9HkhA/CmLD8nH+qDicU/gYNZRPRY=" + "hash": "2AzPMU2rDohCIWSKszHiUngV/joykMmx/gOkasGPhsw=" } }, "is_incremental": false, @@ -2937,7 +2937,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgScale.html", - "hash": "wjEwqP4znyyJCzga3k3+CYdQALVF4ubLCaH5v9J3RLk=" + "hash": "mz0kUZM1+P+0rs0vwX70jI1WfTyQ+wpkkTYUyhcIt2w=" } }, "is_incremental": false, @@ -2949,7 +2949,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgShear.html", - "hash": "ZXVRvX43zlElFZZevMqK/vSad7iQp9tteb1SKdS2eJw=" + "hash": "a1ydISFux5Ra0cKCTnVqFip8/l0v58+RiT2DFFgOu5o=" } }, "is_incremental": false, @@ -2961,7 +2961,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgSkew.html", - "hash": "7EfKWW5F7EE7+zG2wHtoHtMc+evP9El4JpP2EOsK9HQ=" + "hash": "JfwxxWDqylkSotf8NIVfDjhcTOT2lZsvTTalSJZJNtg=" } }, "is_incremental": false, @@ -2973,7 +2973,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransform.html", - "hash": "JtBZw2QUeSKX2OIbwCPQ1mr/SCXVgJjUo2yPpTxaNnA=" + "hash": "1Imao1/XqPf4zeSqP1Q39LHfHjzPFCW6jZHF0gklRvk=" } }, "is_incremental": false, @@ -2985,7 +2985,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransformCollection.html", - "hash": "/HRFZWBopBVaRR+lwzzhf1n41BE8LSDMuxOLj5qyGlE=" + "hash": "VydOa8j9/bv1cPGNPwJMaBb+NNqlslfX3fcnOUyV9xk=" } }, "is_incremental": false, @@ -2997,7 +2997,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTransformConverter.html", - "hash": "r80KA2yQaOfZMam2FbzyTGAVcVY0w1j1W4ZBjvi7qHk=" + "hash": "rgcd8AewTpjcjgLa6yalIMNpO1lbSEb8BKx3L8F73z4=" } }, "is_incremental": false, @@ -3009,7 +3009,7 @@ "output": { ".html": { "relative_path": "api/Svg.Transforms.SvgTranslate.html", - "hash": "5Bb9CMFWgFPLWe+l8LdJtXAJcR39sadgl+X9A4vR0x4=" + "hash": "XA402JDCcusEuYBxULq7FH4XEKHFVEuCXNaG9rmnRws=" } }, "is_incremental": false, @@ -3057,7 +3057,7 @@ "output": { ".html": { "relative_path": "api/Svg.XmlSpaceHandlingConverter.html", - "hash": "luvTUyXlIyJTrl2p/cxFhTrrbFTr69A7auNELEwQLLE=" + "hash": "s2ss3UUJjP0I3SEymteP3HeW/r/EQqWtgfbFhS/j6+c=" } }, "is_incremental": false,