Package io.agora.rtc2.video
Class WatermarkOptions.Rectangle
java.lang.Object
io.agora.rtc2.video.WatermarkOptions.Rectangle
- Enclosing class:
- WatermarkOptions
- Since:
- 4.6.0 parameter, the SDK selects the whole screen or window.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int xThe horizontal offset from the top-left corner. -
y
public int yThe vertical offset from the top-left corner. -
width
public int widthThe width of the target area. -
height
public int heightThe height of the target area.
-
-
Constructor Details
-
Rectangle
public Rectangle() -
Rectangle
public Rectangle(int x_, int y_, int width_, int height_)
-