CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | List of all members
CartoType::MLabelHandler Class Referenceabstract

#include <cartotype_graphics_context.h>

Public Member Functions

virtual void operator() (const TBitmap &aLabelBitmap, const TPoint &aTopLeft, const TPoint &aHotSpot)=0
 

Detailed Description

A functor class to handle labels drawn separately from the map.

Member Function Documentation

◆ operator()()

virtual void CartoType::MLabelHandler::operator() ( const TBitmap aLabelBitmap,
const TPoint aTopLeft,
const TPoint aHotSpot 
)
pure virtual

Handle a label, passed as a 32bpp RGBA bitmap to be drawn at aTopLeft. The label is associated with the position aHotSpot.


The documentation for this class was generated from the following file: