ReadBits Method
Object List Next Object
Defined By: Bitmap
Description:
Reads the raw pixel bits for a Bitmap. InitImage must be called before using
this method.
Declaration:
Function ReadBits(ByVal file As Object, ByVal offset As Long, ByVal numBytes
As Long) As Long
Details:
The method will read “numBytes” from the given BinaryFile and place them at “offset” bytes from the beginning of the memory allocated for the bits of the bitmap.
See Also: InitImage method