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