Q3Marker_SetBitmap
You can use the Q3Marker_SetBitmap function to set the bitmap of a marker.
TQ3Status Q3Marker_SetBitmap (
TQ3GeometryObject marker,
const TQ3Bitmap *bitmap);
marker
- A marker.
bitmap
- The desired bitmap of the specified marker.
DESCRIPTION
The Q3Marker_SetBitmap function sets the bitmap of the marker specified by the marker parameter to that specified in the bitmap parameter. Q3Marker_SetBitmap copies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after calling Q3Marker_SetBitmap.