Q3Marker_New
You can use theQ3Marker_Newfunction to create a new marker.
TQ3GeometryObject Q3Marker_New (const TQ3MarkerData *markerData);
markerData- A pointer to a
TQ3MarkerDatastructure.DESCRIPTION
TheQ3Marker_Newfunction returns, as its function result, a new marker having the location, shape, offset, and attributes specified by themarkerDataparameter. If a new marker could not be created,Q3Marker_Newreturns the valueNULL.