Class SvgExtentions
Inheritance
SvgExtentions
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public static class SvgExtentions
Methods
|
Improve this Doc
View Source
ApplyRecursive(SvgElement, Action<SvgElement>)
Declaration
public static void ApplyRecursive(this SvgElement elem, Action<SvgElement> action)
Parameters
|
Improve this Doc
View Source
ApplyRecursiveDepthFirst(SvgElement, Action<SvgElement>)
Declaration
public static void ApplyRecursiveDepthFirst(this SvgElement elem, Action<SvgElement> action)
Parameters
|
Improve this Doc
View Source
GetRectangle(SvgRectangle)
Declaration
public static RectangleF GetRectangle(this SvgRectangle r)
Parameters
Returns
|
Improve this Doc
View Source
GetXML(SvgDocument)
Declaration
public static string GetXML(this SvgDocument doc)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetXML(SvgElement)
Declaration
public static string GetXML(this SvgElement elem)
Parameters
Returns
| Type |
Description |
| System.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 |
|
| System.String |
name |
|
Returns
|
Improve this Doc
View Source
SetRectangle(SvgRectangle, RectangleF)
Declaration
public static void SetRectangle(this SvgRectangle r, RectangleF bounds)
Parameters