Scales the dimensions of this object by the given factors.
If you want to scale both dimensions by the same factor you can also use
the \helpref{operator *=}{wxsizeoperators}
Scales the dimensions of this object by the given factors.
If you want to scale both dimensions by the same factor you can also use
the \helpref{operator *=}{wxsizeoperators}
-\func{wxSize}{operator $*$}{\param{int }{factor}}
+\func{wxSize}{operator $*$}{\param{const wxSize\& }{sz}, \param{int }{factor}}
+
+\func{wxSize}{operator $*$}{\param{int }{factor}, \param{const wxSize\& }{sz}}
\func{wxSize\&}{operator $/=$}{\param{int }{factor}}
\func{wxSize\&}{operator $*=$}{\param{int }{factor}}
Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer.
\func{wxSize\&}{operator $/=$}{\param{int }{factor}}
\func{wxSize\&}{operator $*=$}{\param{int }{factor}}
Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer.