Rect::SetVRange

Rect::SetVRange
inline void SetVRange(T t, T b);
Description

SetVRange sets the y1 and y2 elements of the current rectangle.

Parameters
Parameters 
Description 
T t 
A value that sets y1. 
T b 
A value that sets y2. 
See Also