|
|
|
A geometric transformation on a canvas. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue7.XTransform
|
|
|
|
|
|
|
System.IDisposable
System.ICloneable
|
|
|
|
|
|
|
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). |
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
IsIdentity
|
|
Whether the matrix is the identity matrix. |
|
|
|
|
|
|
|
Matrix
|
|
The transform as a .NET Matrix. |
|
|
|
|
|
|
|
String
|
|
The transform as a string. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|