- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODTransform
Reset
The Reset method changes this transform to an identity transform.
ODTransform Reset ();
- return value
- A reference to this transform reset to the identity transform.
DISCUSSION
Except for transforms created by the Copy method, newly created transforms start out as identity transforms; this method changes a transform back to the initial state.
OVERRIDING
If you subclass ODTransform to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).
© Apple Computer, Inc.
17 JUL 1996