ImageBuffer.getPixels Method¶
Module: ImageBuffer
Definition¶
Gets a pointer to the pixels of the image. Unsafe! The user must handle the pixels pointer carefully.
public IntPtr GetPixels()
Returns
IntPtrPointer to the pixels of the image.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImageBuffer_GetPixels (
ID3_DOCUMENT_IMAGE_BUFFER hImageBuffer,
void ** pixels)
Parameters
hImageBufferID3_DOCUMENT_IMAGE_BUFFERin Handle to the ImageBuffer object.pixelsvoid **out Pointer to the pixels of the image.
Returns