AEPTranslateAction

@interface AEPTranslateAction : AEPAction

* A class that defines translational motions.

  • * The coordinates of the start point of the motion.

    The coordinate system of the screen is used. The origin (0, 0) is at the top left of the screen.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint from;
  • to

    * The coordinates of the end point of the motion.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint to;
  • * The moving type of the motion. - see: AliyunMoveActionTranslateType. defualt is to.

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunMoveActionTranslateType translateType;