Q3ViewerSetBounds
You can use theQ3ViewerSetBoundsfunction to set the rectangle that bounds a viewer's pane.
OSErr Q3ViewerSetBounds ( TQ3ViewerObject theViewer, Rect *bounds);
theViewer- A viewer object.
bounds- The desired viewer pane for the specified viewer object. This rectangle is specified in window coordinates, where the origin (0, 0) is the upper-left corner of the window and values increase to the right and down the window.
DESCRIPTION
TheQ3ViewerSetBoundsfunction sets the bounds of the viewer pane of the viewer object specified by thetheViewerparameter to the rectangle specified by theboundsparameter.
- IMPORTANT
- Any changes to a viewer's bounds will not be visible until you call
Q3ViewerDrawwith the specified viewer object.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help