AEPGlobalWatermarkTrack
@interface AEPGlobalWatermarkTrack : AEPGlobalTrack
* The watermark
-
* The resource of watermark
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPSource *source;
-
* The normalized center
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint normalizedCenter;
-
* The normlized size
Declaration
Objective-C
@property (nonatomic, readonly) CGSize normalizedSize;
-
* The list of action
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPAction *> *actions;
-
* The watermark obj for editor
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunEffectImage *editorWatermark;