inline void SetPoint(T val); inline void SetPoint(T x2, T y2); inline void SetPoint(const Point<T> & pt); inline void SetPoint(BoundsType bt);
Parameters |
Description |
T val | |
T x2 | |
T y2 | |
const Point<T> & pt | |
BoundsType bt |
An enum value that initializes the point to either the Min or Max point value. If the value passed is Min, the point is set to (0,0). |