Package io.agora.rtc2.video
Class WatermarkOptions.Rectangle
java.lang.Object
io.agora.rtc2.video.WatermarkOptions.Rectangle
- Enclosing class:
- WatermarkOptions
- Since:
- 4.6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int xThe horizontal position of the watermark's top-left corner, in pixels. -
y
public int yThe vertical position of the watermark's top-left corner, in pixels. -
width
public int widthThe width of the watermark image, in pixels. -
height
public int heightThe height of the watermark image, in pixels.
-
-
Constructor Details
-
Rectangle
public Rectangle() -
Rectangle
public Rectangle(int x_, int y_, int width_, int height_)
-