ImageRotate90ΒΆ

ImageRotate90 rotates the image by 90 degrees clockwise or counterclockwise.

bool = ImageRotate90(hImg, bVlockwise)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hImg

Identifies the image.

bClockwise

bClockwise.

History

Version

Description

R2018

4.0

New.

id-101476