Method | Description | |
---|---|---|
AppendItem ( SVGTransform, newItem ) : void | ||
AppendItems ( SVGTransformList, newListItem ) : void | ||
Clear ( ) : void | ||
Consolidate ( ) : SVGTransform, | ||
SVGTransformList ( ) : System.Collections.Generic | ||
SVGTransformList ( int capacity ) : System.Collections.Generic | ||
SVGTransformList ( string listString ) : System.Collections.Generic | ||
this ( int index ) : SVGTransform, |
public AppendItem ( SVGTransform, newItem ) : void | ||
newItem | SVGTransform, | |
return | void |
public AppendItems ( SVGTransformList, newListItem ) : void | ||
newListItem | SVGTransformList, | |
return | void |
public SVGTransformList ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SVGTransformList ( int capacity ) : System.Collections.Generic | ||
capacity | int | |
return | System.Collections.Generic |
public SVGTransformList ( string listString ) : System.Collections.Generic | ||
listString | string | |
return | System.Collections.Generic |