4 Creating and Editing Markers

4 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.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 21 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker