Class WatermarkOptions.Rectangle

java.lang.Object
io.agora.rtc2.video.WatermarkOptions.Rectangle
Enclosing class:
WatermarkOptions

public static class WatermarkOptions.Rectangle extends Object
Since:
4.6.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The height of the watermark image, in pixels.
    int
    The width of the watermark image, in pixels.
    int
    The horizontal position of the watermark's top-left corner, in pixels.
    int
    The vertical position of the watermark's top-left corner, in pixels.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Rectangle(int x_, int y_, int width_, int height_)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public int x
      The horizontal position of the watermark's top-left corner, in pixels.
    • y

      public int y
      The vertical position of the watermark's top-left corner, in pixels.
    • width

      public int width
      The width of the watermark image, in pixels.
    • height

      public int height
      The height of the watermark image, in pixels.
  • Constructor Details

    • Rectangle

      public Rectangle()
    • Rectangle

      public Rectangle(int x_, int y_, int width_, int height_)