inline void SetSize(T val); inline void SetSize(T w, T h); inline void SetSize(const Size<T> & sz);
SetSize sets the components of the current size. The following expression may be used to represent the result:
(Width, Height) = ([val, w, sz.Width], [val, h, sz.Height])