Description Loads the specified PNG file into a device dependent bitmap.
Syntax lRet = [BIImgFrm.]LoadPNGIntoBitmap FileName Error PointX PointY Palette
Remarks lRet LONGLONG Handle of the bitmap. On error it is 0.
FileName STRING Pointer to a null-terminated character string that names the PNG file path to be pened.
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.
Note: This method does not free the Bitmap. Call the DropBitmap method to free up the Bitmap