|    | 
CImage:Rows
The Rows method returns the number of rows in the CImage. The row count equals the number of pixels along the vertical axis.
| nRows = CImage:Rows() | 
Suppose a CImage object I is attached to an image having 1024 rows. Then
returns the value nRows = 1024.