Rectangle Structure

Namespace: id3.Devices

Definition

Represents a rectangle.
class Rectangle
class Rectangle
public partial struct Rectangle
public class Rectangle
typedef struct id3DevicesRectangle

Properties

Name

Type

Description

bottomLeft

Point

Bottom-left corner of the rectangle.

bottomRight

Point

Bottom-right corner of the rectangle.

topLeft

Point

Top-left corner of the rectangle.

topRight

Point

Top-right corner of the rectangle.