Q3Marker_GetBitmap
You can use theQ3Marker_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
TheQ3Marker_GetBitmap
function returns, in thebitmap
parameter, a copy of the bitmap of the marker specified by themarker
parameter.Q3Marker_GetBitmap
allocates memory internally for the returned bitmap; when you're done using the bitmap, you should call theQ3Bitmap_Empty
function to dispose of that memory.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help