Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Markers


Q3Marker_GetBitmap

You can use the Q3Marker_GetBitmap function to get the bitmap of a marker.

TQ3Status Q3Marker_GetBitmap (
TQ3GeometryObject marker, 
TQ3Bitmap *bitmap);
marker
A marker.
bitmap
On exit, the bitmap of the specified marker.
DESCRIPTION
The Q3Marker_GetBitmap function returns, in the bitmap parameter, a copy of the bitmap of the marker specified by the marker parameter. Q3Marker_GetBitmap allocates memory internally for the returned bitmap; when you're done using the bitmap, you should call the Q3Bitmap_Empty function to dispose of that memory.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help