RotateDIB  Method

Description         This method rotates the device independent bitmap (DIB) dIncrement degrees, physically, bit by bit, in a positive direction.

Syntax                 RetVal = [BiDib.]RotateDIB  hDIB nIncrement

Returns               RetVal                    LONGLONG The handle of the new, rotated DIB or NULL if an error occurred.

Remarks             hDib                       LONGLONG Handle of the image to rotate.

                            nIncrement            Long                The value of the degree to rotate.

See Also              RotateDIB180 Method, RotateDIB270 Method, RotateDIB90 Method