SVGTransformList Class |
Namespace: Aspose.Html.Dom.Svg.DataTypes
The SVGTransformList type exposes the following members.
Name | Description | |
---|---|---|
SVGTransformList |
Initializes a new instance of the SVGTransformList class.
| |
SVGTransformList(IEnumerableSVGTransform) |
Initializes a new instance of the SVGTransformList class.
|
Name | Description | |
---|---|---|
Item |
Returns the indexth item in the list.
(Inherited from SVGListBaseT.) | |
Length |
The number of items in the list.
(Inherited from SVGListBaseT.) | |
NumberOfItems |
The number of items in the list.
(Inherited from SVGListBaseT.) |
Name | Description | |
---|---|---|
AppendItem |
Inserts a new item at the end of the list.
(Inherited from SVGListBaseT.) | |
Clear |
Clears all existing current items from the list, with the result being an empty list.
(Inherited from SVGListBaseT.) | |
Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGListBaseT.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Gets the enumerator.
(Inherited from SVGListBaseT.) | |
GetHashCode | (Inherited from Object.) | |
GetItem |
Returns the specified item from the list.
(Inherited from SVGListBaseT.) | |
GetType | (Inherited from Object.) | |
Initialize |
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
(Inherited from SVGListBaseT.) | |
InsertItemBefore |
Inserts a new item into the list at the specified position. The first item is number 0.
(Inherited from SVGListBaseT.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveItem |
Removes an existing item from the list.
(Inherited from SVGListBaseT.) | |
ReplaceItem |
Replaces an existing item in the list with a new item.
(Inherited from SVGListBaseT.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |