Method | Description | |
---|---|---|
ApplyRecursive ( this elem, Action |
||
ApplyRecursiveDepthFirst ( this elem, Action |
||
GetRectangle ( this r ) : |
||
GetXML ( this doc ) : string | ||
HasNonEmptyCustomAttribute ( this element, string name ) : bool | ||
SetRectangle ( this r, |
public static ApplyRecursive ( this elem, Action |
||
elem | this | |
action | Action |
|
return | void |
public static ApplyRecursiveDepthFirst ( this elem, Action |
||
elem | this | |
action | Action |
|
return | void |
public static GetRectangle ( this r ) : |
||
r | this | |
return |
public static HasNonEmptyCustomAttribute ( this element, string name ) : bool | ||
element | this | |
name | string | |
return | bool |
public static SetRectangle ( this r, |
||
r | this | |
bounds | ||
return | void |