Rectangle.topLeft Property

Module: Rectangle

Type: Point

Definition

Top-left corner of the rectangle.

top_left: Point

Exceptions

An error has occurred during Devices Library execution.
Point get topLeft => getTopLeft();
set topLeft(Point value) => setTopLeft(value);

Exceptions

An error has occurred during Devices Library execution.
public Point topLeft
{
    get => GettopLeft();
    set => SettopLeft(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public Point getTopLeft() throws DevicesException
public void setTopLeft(Point topLeft) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetTopLeft (ID3_DEVICES_RECTANGLE hRectangle, id3DevicesPoint * sTopLeft)
int id3DevicesRectangle_SetTopLeft (ID3_DEVICES_RECTANGLE hRectangle, const id3DevicesPoint * sTopLeft)

Returns

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