Rectangle.bottomLeft Property

Module: Rectangle

Type: Point

Definition

Bottom-left corner of the rectangle.

bottom_left: Point

Exceptions

An error has occurred during Finger Library execution.
Point get bottomLeft => getBottomLeft();
set bottomLeft(Point value) => setBottomLeft(value);

Exceptions

An error has occurred during Finger Library execution.
public Point bottomLeft
{
    get => GetbottomLeft();
    set => SetbottomLeft(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public Point getBottomLeft() throws FingerException
public void setBottomLeft(Point bottomLeft) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var bottomLeft: Point
    get {
        return try! getBottomLeft()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerRectangle_GetBottomLeft (ID3_FINGER_RECTANGLE hRectangle, id3FingerPoint * sBottomLeft)
int id3FingerRectangle_SetBottomLeft (ID3_FINGER_RECTANGLE hRectangle, const id3FingerPoint * sBottomLeft)

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.