Rectangle.topRight Property¶
Module: Rectangle
Type: Point
Definition¶
Top-right corner of the rectangle.
top_right: Point
Exceptions
An error has occurred during Devices Library execution.
Point get topRight => getTopRight();
set topRight(Point value) => setTopRight(value);
Exceptions
An error has occurred during Devices Library execution.
public Point topRight
{
get => GettopRight();
set => SettopRight(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public Point getTopRight() throws DevicesException
public void setTopRight(Point topRight) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesRectangle_GetTopRight (ID3_DEVICES_RECTANGLE hRectangle, id3DevicesPoint * sTopRight)
int id3DevicesRectangle_SetTopRight (ID3_DEVICES_RECTANGLE hRectangle, const id3DevicesPoint * sTopRight)
Returns