CImage:Pixels
The Pixels method returns the number of pixels in the image. This is the product of the numbers of rows and columns.
nPixels = CImage:Pixels() |
Suppose a CImage object I is attached to an image having 1000 columns x 1000 rows. Then
returns the value nRows = 1000000.