SkewDIB  Method

Description         This method skews the device independent bitmap (DIB) in the X axis or Y axis.

Syntax                 NewDib = [BiDib.]SkewDIB Dib Direction Increment

Returns               NewDib                  LONGLONG The newly created DIB. 0 on error.

Remarks             Dib                          LONGLONG Device independent bitmap to be skewed.

                            Direction                BOOL             TRUE in the X axis, FALSE  in the Y axis.

                            Increment              Long                Number of pixels skewed.

Programing notes            Skewing to the right defines a positive value in nIncrement. Skewing to the bottom defines a negative value in nIncrement. This method does not delete the original DIB.