inline void SetHRange(T l, T r);
SetHRange sets the range of the current rectangle by setting its x1 and x2 components. The following expression can be used to represent this result:
(x1, x2) = ([l, hr.First], [r, hr.Last])
Parameters |
Description |
T l |
A value that sets x1. |
T r |
A value that sets x2. |