Click or drag to resize

DIBCreateFromFile Function

X#
Create a device independent bitmap (DIB) from an image file.

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 FUNCTION DIBCreateFromFile(
	pszFName AS PSZ
) AS PTR
Request Example View Source

Parameters

pszFName
Type: Psz
Name of the new DIB file.

Return Value

Type: Void*
Pointer to DIB data which can be displayed; otherwise, NULL_PTR.
Remarks
DIBCreateFromFile() creates a device independent bitmap (.DIB file) from an image file of the following types: .JPG, .TIF, .BMP, .TGA, .PNG, .PCX, or .PCT.
Examples