This method copies that portion of a raster image that is specified by the selected rectangle.
Parameters
None
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The CutRectImage method allows you to copy a portion of a raster image without using a mask image. (If you wish to use a mask image, please refer to the SelectImage method).
To execute the CutRectImage method, set the image handle of the image in the Image property or the Layer(LayerNumber).Image property and specify the area to be copied by setting the Rect property. The CutRectImage method supports 1, 4, 8, 16, 24, and 32 bit images.
If successful the resulting raster image data is set in the LayerNumber property (the Image property or the Layer(LayerNumber).Image) property.
See Also
ImageKit.Effect Members | Newtone.ImageKit.Win.ImageKit