#include "grnddib.h"
#include "rendbits.h"
Go to the source code of this file.
Classes | |
class | GRenderClick |
Special version of a GRenderRegion that renders into a mono bitmap. It is used for hit-detection only. It can also be asked if it is 'blank'. More... | |
class | GRenderClickColour |
Special version of a GRenderClick that renders into a colour bitmap. It is used for colour picker hit-detection/pixel colour detection only. More... | |
class | GRenderClickColourNoPaper |
Special version of a GRenderClick that renders into a colour bitmap. It is used for hit-detection. The only difference between this and GRenderClickColour is that when it attaches to a CCDC that CCDC's NeedsPaper function will return FALSE. More... |