inline Size(); inline explicit Size(T val); inline Size(T width, T height); inline Size(const Size<T> & sz); inline Size(BoundsType bt);
Size constructors. The following expression may be used to represent the result:
Size([val, width, sz.Width], [val, height, sz.Height])