NewTransform
TheNewTransformmethod creates a new identity transform.
ODTransform NewTransform ();
- return value
- A reference to the newly created transform, or
kODNULLif an error occurred.DISCUSSION
This method initializes the reference count of the returned transform. When you have finished using that transform, you should call itsReleasemethod.EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to create a new transform.
SEE ALSO
Table 11-1 on page 466 in OpenDoc Programmer's Guide.