RotateDIB90  Method

Description         Returns a rotated device independent bitmap by 90 degree, in a negative direction.

Syntax                 NewDib = [BiDib.]RotateDIB90 Dib

Remarks             NewDib                  LONGLONG The rotated device independent bitmap.

                            Dib                          LONGLONG Device independent bitmap to rotate.

 

This method does not delete the original bitmap.

See Also              RotateDIB180 Method, RotateDIB270 Method