Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface rect

A value with x, y, width and height attributes.

Qt.rect can be used to create a rectangle.

Hierarchy

  • rect

Index

Properties

Properties

height

height: number

Height of the rectangle.

width

width: number

Width of the rectangle.

x

x: number

X coordinate of the rectangle.

y

y: number

Y coordinate of the rectangle.

Generated using TypeDoc