AEPGlobalPaintTrack
@interface AEPGlobalPaintTrack : AEPGlobalTrack
* The Image of paint
-
* The resoruce of paint
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 data of lines
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<AliyunICanvasLineData *> *linesData;
-
* The paint obj for editor
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunEffectImage *editorPaint;