Rect::SetHRange

Rect::SetHRange
inline void SetHRange(T l, T r);
Description

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
Parameters 
Description 
T l 
A value that sets x1. 
T r 
A value that sets x2. 
See Also