C# Класс Svg.SvgExtentions

Svg helpers
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ApplyRecursive() публичный статический Метод

public static ApplyRecursive ( this elem, Action action ) : void
elem this
action Action
Результат void

ApplyRecursiveDepthFirst() публичный статический Метод

public static ApplyRecursiveDepthFirst ( this elem, Action action ) : void
elem this
action Action
Результат void

GetRectangle() публичный статический Метод

public static GetRectangle ( this r ) : RectangleF
r this
Результат System.Drawing.RectangleF

GetXML() публичный статический Метод

public static GetXML ( this doc ) : string
doc this
Результат string

HasNonEmptyCustomAttribute() публичный статический Метод

public static HasNonEmptyCustomAttribute ( this element, string name ) : bool
element this
name string
Результат bool

SetRectangle() публичный статический Метод

public static SetRectangle ( this r, RectangleF bounds ) : void
r this
bounds System.Drawing.RectangleF
Результат void