BCX_LOADBMP function
Purpose: BCX_LOADBMP function returns a handle to a bitmap(.bmp) image loaded from a file or loaded as a resource.
Syntax: MyhBmp = BCX_LOADBMP(FileName$[, 0, Transparent%]) ' load from a file MyhBmp = BCX_LOADBMP("", Resource%[, Transparent%]) ' load from EXE resources Parameters:
|
BCX_BMPHEIGHT function
Purpose: BCX_BMPHEIGHT function returns the height of a bitmap(.bmp) image.
Syntax: RetVal% = BCX_BMPHEIGHT(hBmp) Parameters:
|
BCX_BMPWIDTH function
Purpose: BCX_BMPWIDTH function returns the width of a bitmap(.bmp) image.
Syntax: RetVal% = BCX_BMPWIDTH(hBmp) Parameters:
|