![]() |
CRect:SetYmin
The SetYmin method initializes the minimum y value for the CRect object.
|
CRect:SetYmin( nYmin )
|
The following script fragment sets the minimum y dimension of the CRect to xmin=200:
|
R = CRect:new() |
-- create a CRect object |
|
R:SetYmin(200) |
-- specify the dimension |
CRect, Set, Image Coordinate System, Subpixel Coordinate Definition