Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,6 +193,15 @@ wxUSE\_DC\_CACHEING preprocessor symbol for portability.
|
||||
\end{comment}
|
||||
|
||||
|
||||
\membersection{wxDC::ComputeScaleAndOrigin}\label{wxdccomputescaleandorigin}
|
||||
|
||||
\func{virtual void}{ComputeScaleAndOrigin}{\void}
|
||||
|
||||
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.
|
||||
|
||||
|
||||
\membersection{wxDC::CrossHair}\label{wxdccrosshair}
|
||||
|
||||
\func{void}{CrossHair}{\param{wxCoord}{ x}, \param{wxCoord}{ y}}
|
||||
|
Reference in New Issue
Block a user