MimFlip()函数

Synopsis

Perform a horizontal or vertical image-flipping rotation.

Format

void MimFlip(SrcImageId, DestImageId, Operation, OpFlag)

MIL_ID SrcImageId; Source image buffer identifier
MIL_ID SrcImageId; Destination image buffer identifier
long Operation; Operation to perform
long OpFlag; Flag for the operation

Description

This function performs a flipping rotation of a source image to a destination image according to the specified operation.

The SrcImageId parameter specifies the identifier of the source image buffer.

The DestImageId parameter specifies the identifier of the destination image buffer.

The Operation parameter specifies the operation to perform. This parameter can be set to one of the following:

M_FLIP_HORIZONTAL Flip the image in a horizontal direction (left to right, along a vertical axis).
M_FLIP_VERTICAL Flip the image in a vertical direction (top to bottom, along a horizontal axis).

The OpFlag parameter must be set to M_DEFAULT.

See also

MimRotate