ComputeScaleAndOrigin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-12-17 01:58:59 +00:00
parent 44029ca4ef
commit 3350d6521a

View File

@@ -818,7 +818,7 @@ mode, but mapping mode is currently ignored for PostScript output.
"Sets the x and y axis orientation (i.e., the direction from lowest to "Sets the x and y axis orientation (i.e., the direction from lowest to
highest values on the axis). The default orientation is the natural highest values on the axis). The default orientation is the natural
orientation, e.g. x axis from left to right and y axis from bottom up.", ""); orientation, e.g. x axis from left to right and y axis from bottom up.", "");
DocDeclStr( DocDeclStr(
int , GetLogicalFunction() const, int , GetLogicalFunction() const,
@@ -861,6 +861,15 @@ colour.
", ""); ", "");
DocDeclStr(
void , ComputeScaleAndOrigin(),
"Performs all necessary computations for given platform and context
type after each change of scale and origin parameters. Usually called
automatically internally after such changes.
", "");
// DocDeclStr( // DocDeclStr(
// virtual void , SetOptimization(bool optimize), // virtual void , SetOptimization(bool optimize),
// "If *optimize* is true this function sets optimization mode on. This // "If *optimize* is true this function sets optimization mode on. This