ZegoWatermark class

水印对象

配置一个水印的图片 URL 以及该水印在画面中的大小方位。

Constructors

ZegoWatermark(String imageURL, Rect layout)

Properties

hashCode → int
The hash code for this object.
no setterinherited
imageURL ↔ String
水印图片路径。支持本地文件绝对路径 (file://xxx)。 格式支持 png、jpg。最大长度要小于 512 字节。
getter/setter pair
layout ↔ Rect
水印图片的大小方位
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited