AEPGlobalPaintTrack

@interface AEPGlobalPaintTrack : AEPGlobalTrack

涂鸦图片

  • 涂鸦图片资源

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AEPSource *source;
  • 涂鸦归一化位置

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint normalizedCenter;
  • 涂鸦归一化大小

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGSize normalizedSize;
  • 涂鸦线数据

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSArray<AliyunICanvasLineData *> *linesData;
  • 编辑中使用的涂鸦对象

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) AliyunEffectImage *editorPaint;