Rectangle Structure

Namespace: id3.Document

Definition

Represents a rectangle.
class Rectangle
class Rectangle
public partial struct Rectangle
public class Rectangle
public typealias Rectangle = id3DocumentRectangle
typedef struct id3DocumentRectangle

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.