ScaleDIB Method

Description         This method will scale a device independent bitmap. The method does not delete the original DIB.

Syntax                 hRet = [BiDib.]ScaleDIB hDib nMethode XSize YSize

Remarks             hRet                        LONGLONG The scaled DIB on success, 0 if failed.

                            nMethode               Short               0 - BILINEAR, 1 - CUBICSPLINE

                            XSize                      Long                New width in pixels.

                            YSize                      Long                New height in pixels.

See Also