AcquireFrameTransform
TheAcquireFrameTransformmethod calculates and returns a reference to a transform object that represents the frame transform of this facet.
ODTransform AcquireFrameTransform (in ODCanvas biasCanvas);
biasCanvaskODNULLif the geometry is in platform-normal coordinates, otherwise a reference to the canvas object to whose coordinate space the geometry is biased.- return value
- A reference to a transform object that represents the frame transform.
DISCUSSION
The frame transform describes the frame coordinate space of this facet on its canvas. The frame transform is calculated by concatenating this facet's external transform with the internal and external transforms of all containing facets displayed on this facet's canvas.This method increments the reference count of the returned transform object. When you have finished using that transform object, you should call its
Releasemethod.SEE ALSO
TheODFacet::AcquireContentTransformmethod (page 226).
TheODFacet::AcquireExternalTransformmethod (page 227).
TheODFacet::AcquireWindowFrameTransformmethod (page 231).
"Canvas Coordinates and Window Coordinates" on page 138 in OpenDoc Programmer's Guide.
"Placing Scroll Bars Within Your Frame" on page 164 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help