ImageBuffer.fromHandle constructor
- Pointer<
id3DocumentImageBuffer> handle
Creates a new instance of the ImageBuffer class.
param handle Handle to the ImageBuffer. throws DocumentException An error has occurred during Document Library execution.
Implementation
ImageBuffer.fromHandle(Pointer<id3DocumentImageBuffer> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}