wxFreeChart
|
Symbol class, that uses bitmap mask to draw. More...
#include <symbol.h>
Public Member Functions | |
MaskedSymbol (const char **maskData, wxCoord size=9) | |
virtual void | Draw (wxDC &dc, wxCoord x, wxCoord y, wxColour color) |
Performs symbol drawing. More... | |
virtual wxSize | GetExtent () |
Called to calculate size required for symbol. More... | |
Symbol class, that uses bitmap mask to draw.
Masked area will be filled with specified color.
|
virtual |
Performs symbol drawing.
dc | device context |
x | x coordinate |
y | y coordinate |
color | color to draw symbol |
Implements Symbol.
|
virtual |