4 Creating and Editing Markers
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.
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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker