FingerImage.pixelFormat Property¶
Module: FingerImage
Type: PixelFormat
Definition¶
Pixel format.
pixel_format: PixelFormat
Exceptions
An error has occurred during Finger Library execution.
PixelFormat get pixelFormat => getPixelFormat();
Exceptions
An error has occurred during Finger Library execution.
public PixelFormat pixelFormat
{
get => GetpixelFormat();
}
Exceptions
An error has occurred during Finger Library execution.
public PixelFormat getPixelFormat() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var pixelFormat: PixelFormat
get {
return try! getPixelFormat()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_GetPixelFormat (ID3_FINGER_IMAGE hFingerImage, id3FingerPixelFormat * ePixelFormat)
Returns