A geometric transformation on a canvas.
Hierarchy
System.Object
    WebSupergoo.ImageGlue7.XTransform
Interfaces
System.IDisposable
System.ICloneable
Notes

This class is sealed. It cannot be derived from.

This is a utility class for manipulating data that belongs to a geometric transformation (a matrix).
Methods
Method Description
XTransform XTransform Constructor.
Clone Make a deep copy of this object.
Dispose Recycles the XTransform object.
Invert Invert the transform.
Magnify Scale about the origin.
Reset Reset to the identity.
Rotate Rotate about the origin.
Skew Skew horizontally and vertically about the origin.
ToString Returns a string representation of the object.
Translate Translate horizontally and vertically.
Properties
Property Description
IsIdentity Whether the matrix is the identity matrix.
Matrix The transform as a .NET Matrix.
String The transform as a string.
Example

None.