The TransformCollection type exposes the following members.

Constructors

  NameDescription
Public methodTransformCollection
Create a new TransformCollection.

Methods

  NameDescription
Public methodAdd
Add a new transform.
Public methodAddRange
Adds the entries in an array of transforms to the end of the TransformCollection.
Public methodClear
Removes all transforms from the TransformCollection.
Public methodContains
Determine whether an Transform is in the TransformCollection.
Public methodCreateGdiMatrix
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.)
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Returns the index of the specified transform.
Public methodInsert
Inserts a transform into the TransformCollection at the specified index.
Public methodRemove
Removes an Transform from this TransformCollection.
Public methodRemoveAt
Removes an Transform from the TransformCollection at the specified index.

Properties

  NameDescription
Public propertyCount
Get the number of Transforms actually contained in the TransformCollection
Public propertyItem
Get an Transform by zero-based index from the TransformCollection.

See Also