CRect:Xmin
asqzThe Xmin method returns the value of the minimum x value for the CRect object, measured in pixel coordinates.
nXmin = CRect:Xmin() |
The following script fragment prints the minimum x dimension of the CRect:
|
-- create a CRect object |
|
-- print the dimension |
CRect, Get, Image Coordinate System, Subpixel Coordinate Definition