CRect:SetToImage
The SetToImage method initializes the CRect to a full image. Then Xmax returns the number of image columns and Ymax returns the number of image rows..
CRect:SetToImage( CImage ) CImage is the image whose dimensions will be used. |
This method initializes the CRect to the column and row dimensions of the image. This makes the values extend from 1 to CImage:Cols and 1 to CImage:Rows.
Assume a CImage I exists. The following script initializes the CRect to the size of the image:
|
-- create a CRect object |
|
-- specify the CImage |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.