SECImage::Crop

BOOL SECImage::Crop(long nLeft, long nTop, long nWidth, long nHeight)

Crops the image to the dimensions specified.

Defined in: SECDSP.cpp

Parameters

nLeft

The left side of the cropping rectangle.

nTop

The top side of the cropping rectangle.

nWidth

The width of the cropping rectangle.

nHeight

The height of the cropping rectangle.

Comments

The image data is automatically updated to reflect the cropping area. Any image data outside the cropping area is lost.

See Also

SECImage ConvertImage ContrastImage FlipVert Rotate90