Q3Marker_SetBitmap
You can use theQ3Marker_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
TheQ3Marker_SetBitmap
function sets the bitmap of the marker specified by themarker
parameter to that specified in thebitmap
parameter.Q3Marker_SetBitmap
copies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after callingQ3Marker_SetBitmap
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help