inline void ToRectPS(Rect<T> * prc) const;
ToRectPS converts the current rectangle into a rectangle in point/size form. This form stores the width of the rectangle in x2 and the height of the rectangle in y2.
Parameters |
Description |
Rect<T> * prc |
A pointer to a rectangle whose components will represent the point/size form of the current rectangle. |