SVGPointList Class |
Namespace: Aspose.Html.Dom.Svg.DataTypes
The SVGPointList type exposes the following members.
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets the enumerator.
(Inherited from SVGListBaseT.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem |
Returns the specified item from the list.
(Inherited from SVGListBaseT.) |
![]() | GetType | Gets the type of the current instance. (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 | Creates a shallow copy of the current Object. (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.) |