C# Class Svg.SvgExtentions

Svg helpers
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
ApplyRecursive ( this elem, Action action ) : void
ApplyRecursiveDepthFirst ( this elem, Action action ) : void
GetRectangle ( this r ) : RectangleF
GetXML ( this doc ) : string
HasNonEmptyCustomAttribute ( this element, string name ) : bool
SetRectangle ( this r, RectangleF bounds ) : void

Method Details

ApplyRecursive() public static méthode

public static ApplyRecursive ( this elem, Action action ) : void
elem this
action Action
Résultat void

ApplyRecursiveDepthFirst() public static méthode

public static ApplyRecursiveDepthFirst ( this elem, Action action ) : void
elem this
action Action
Résultat void

GetRectangle() public static méthode

public static GetRectangle ( this r ) : RectangleF
r this
Résultat System.Drawing.RectangleF

GetXML() public static méthode

public static GetXML ( this doc ) : string
doc this
Résultat string

HasNonEmptyCustomAttribute() public static méthode

public static HasNonEmptyCustomAttribute ( this element, string name ) : bool
element this
name string
Résultat bool

SetRectangle() public static méthode

public static SetRectangle ( this r, RectangleF bounds ) : void
r this
bounds System.Drawing.RectangleF
Résultat void