SaveBitmapInPNGFormat   Method

Description         Saves the bitmap in the PNG file lpszFileName. Does all low level calls internally in the DLL.

Syntax                 bRet = [BIImgFrm.]SaveBitmapInPNGFormat FileName hBm Error PointX PointY Palette

Remarks             bRet                        BOOL             TRUE on success.

                            FileName                STRING         Pointer to a null-terminated character string that names the PNG file path to be opened.

                            hBm                        LONGLONG Bitmap to be saved.

                            Error                      short*              Error code.

                            PointX                    Long*              Pointer to the image dot per inch horizontal resolution.

                            PointY                    Long*              Pointer to the image dot per inch vertiacal resolution.

                            Palette                    Long                The image palette.

See Also