Class (GI Struct)

Atk-1.0AtkRectangle

A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent.

Index

Constructors

Properties

Constructors

  • Parameters

    • Optionalproperties: Partial<{ height: number; width: number; x: number; y: number }>

    Returns Atk.Rectangle

Properties

height: number
width: number
x: number
y: number