ZEGO::EXPRESS::ZegoRect

View related coordinates.

Declared in ZegoExpressDefines.h

Includes

Public-Attrib Lists

  • x - The horizontal offset from the top-left corner.
  • y - The vertical offset from the top-left corner.
  • width - The width of the rectangle.
  • height - The height of the rectangle.

Public-Func Lists

Public-Attrib Docs

x

public int x ()

The horizontal offset from the top-left corner.

y

public int y ()

The vertical offset from the top-left corner.

width

public int width ()

The width of the rectangle.

height

public int height ()

The height of the rectangle.

Public-Func Docs

ZegoRect

public ZegoRect ()

ZegoRect

public ZegoRect (int x, int y, int w, int h)