DetectedFinger.bounds Property¶
Module: DetectedFinger
Type: Rectangle
Definition¶
Bounds of the detected finger.
Rectangle get bounds => getBounds();
set bounds(Rectangle value) => setBounds(value);
Exceptions
An error has occurred during Finger Library execution.
public Rectangle bounds
{
get => Getbounds();
set => Setbounds(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public Rectangle getBounds() throws FingerException
public void setBounds(Rectangle bounds) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var bounds: Rectangle
get {
return try! getBounds()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3DetectedFinger_GetBounds (ID3_DETECTED_FINGER hDetectedFinger, ID3_FINGER_RECTANGLE hBounds)
int id3DetectedFinger_SetBounds (ID3_DETECTED_FINGER hDetectedFinger, ID3_FINGER_RECTANGLE hBounds)
Returns