C++
ACCORE_PORT bool acedAddSupplementalCursorImage( const AcGiImageBGRA32* pSuppCursorImage, int priorityOrder = 0 );
File
aced.h
Description
Adds a supplemental cursor image. Only one cursor badge image can be shown at a time. If multiple features supply badges the last badge with the highest priorityOrder will be the badge shown.
Parameters
Parameters | Description |
---|---|
pSuppCursorImage | Input image |
priorityOrder | Stacking order badge should appear in. Higher numbers win. |
Returns
Returns true if successful.