SVGTransformList Class
This interface defines a list of SVGTransform objects.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.Html.Dom.Svg.DataTypesSVGValueType
      Aspose.Html.Dom.Svg.CollectionsSVGListBaseSVGTransform
        Aspose.Html.Dom.Svg.DataTypesSVGTransformList

Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class SVGTransformList : SVGListBase<SVGTransform>

The SVGTransformList type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAppendItem
Inserts a new item at the end of the list.
(Inherited from SVGListBaseT.)
Public methodClear
Clears all existing current items from the list, with the result being an empty list.
(Inherited from SVGListBaseT.)
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGListBaseT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from SVGListBaseT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem
Returns the specified item from the list.
(Inherited from SVGListBaseT.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
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.)
Public methodInsertItemBefore
Inserts a new item into the list at the specified position. The first item is number 0.
(Inherited from SVGListBaseT.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveItem
Removes an existing item from the list.
(Inherited from SVGListBaseT.)
Public methodReplaceItem
Replaces an existing item in the list with a new item.
(Inherited from SVGListBaseT.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
See Also