Options
All
  • Public
  • Public/Protected
  • All
Menu

View related coordinates.

Hierarchy

  • ZegoRect

Index

Constructors

Properties

Constructors

constructor

  • new ZegoRect(x: number, y: number, width: number, height: number): ZegoRect
  • Parameters

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

    Returns ZegoRect

Properties

height

height: number

The height of the rectangle

width

width: number

The width of the rectangle

x

x: number

The horizontal offset from the top-left corner

y

y: number

The vertical offset from the top-left corner

Generated using TypeDoc