WatermarkAlignment class
Position of the watermark image in the video.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCommand(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- botomRight ↔ WatermarkAlignment
-
Aligns the watermark image in the bottom right corner of the video.
getter/setter pair
- bottomCenter ↔ WatermarkAlignment
-
Aligns the watermark image in the bottom center of the video.
getter/setter pair
- bottomLeft ↔ WatermarkAlignment
-
Aligns the watermark image in the bottom left corner of the video.
getter/setter pair
- center ↔ WatermarkAlignment
-
Aligns the watermark image in the center of the video.
getter/setter pair
- leftCenter ↔ WatermarkAlignment
-
Aligns the watermark image in the left center of the video.
getter/setter pair
- rightCenter ↔ WatermarkAlignment
-
Aligns the watermark image in the right center of the video.
getter/setter pair
- topCenter ↔ WatermarkAlignment
-
Aligns the watermark image in the top center of the video.
getter/setter pair
- topLeft ↔ WatermarkAlignment
-
Aligns the watermark image in the top left corner of the video.
getter/setter pair
- topRight ↔ WatermarkAlignment
-
Aligns the watermark image in the top right corner of the video.
getter/setter pair