X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2335974794f0f95aa7a538de40294d34467327a1..3de65dab9034bd890ff6cc469a4f6f8805fdd7a0:/docs/latex/wx/size.tex diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index 36647ec510..3af3fa8d88 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -142,12 +142,13 @@ corresponding dimensions of the \arg{size}. \membersection{wxSize::Scale}\label{wxsizescale} -\func{void}{Scale}{\param{float}{ xscale}, \param{float}{ yscale}} +\func{wxSize\&}{Scale}{\param{float}{ xscale}, \param{float}{ yscale}} 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} +Returns a reference to this object (so that you can concatenate other operations in the same line). \membersection{wxSize::Set}\label{wxsizeset} @@ -221,3 +222,4 @@ Operators for comparison, sum and subtraction between \helpref{wxSize}{wxsize} o \func{wxSize\&}{operator $*=$}{\param{int }{factor}} Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer. +