Image.width Property¶
Module: Image
Type: int
Definition¶
Width in pixels.
int get width => getWidth();
Exceptions
An error has occurred during Face Library execution.
public int width
{
get => Getwidth();
}
Exceptions
An error has occurred during Face Library execution.
public int getWidth() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var width: Int
get {
return Int(try! getWidth())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FaceImage_GetWidth (ID3_FACE_IMAGE hImage, int * width)
Returns