*/
void EndDoc();
- /**
- Does nothing.
- */
- void EndDrawing();
-
/**
Does nothing.
*/
@see SetMapMode()
*/
- int GetMapMode() const;
+ wxMappingMode GetMapMode() const;
//@{
/**
Returns @true if the DC is ok to use. @false values arise from being
unable to write the file.
*/
- bool Ok();
+ bool IsOk();
/**
Resets the bounding box. After a call to this function, the bounding
- wxMM_LOMETRIC - Each logical unit is 1/10 of a mm.
- wxMM_TEXT - Each logical unit is 1 pixel.
*/
- void SetMapMode(int mode);
+ void SetMapMode(wxMappingMode mode);
/**
Not implemented.