The TransformCollection type exposes the following members.

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.

See Also