The TransformCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new transform.
| |
| AddRange |
Adds the entries in an array of transforms to the end of the TransformCollection.
| |
| Clear |
Removes all transforms from the TransformCollection.
| |
| Contains |
Determine whether an Transform is in the TransformCollection.
| |
| CreateGdiMatrix |
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Returns the index of the specified transform.
| |
| Insert |
Inserts a transform into the TransformCollection at the specified index.
| |
| Remove |
Removes an Transform from this TransformCollection.
| |
| RemoveAt |
Removes an Transform from the TransformCollection at the specified index.
|