Defines the requirements for a class that can create canvases. More...
Public Member Functions | |
abstract mxICanvas | CreateCanvas (int width, int height) |
Returns a new canvas for the given dimension. |
Defines the requirements for a class that can create canvases.
abstract mxICanvas com::mxgraph::mxCellRenderer::CanvasFactory::CreateCanvas | ( | int | width, | |
int | height | |||
) | [pure virtual] |
Returns a new canvas for the given dimension.
Implemented in com::mxgraph::mxCellRenderer::ImageCanvasFactory.