ImageBuffer.ImageDataPtr Property

Returns the address of the first byte of the image data.
Syntax:
Public ImageDataPtr As Long
Limitations:

Read only.

Remarks:

Please note that the images are stored bottom up, therefore the byte at the address, returned by this property, is the first byte of the first pixel of the last line of the image.

Information:

Introduced in IC Imaging Control 2.0

See also: ImageBuffer

<< ImageBuffer