AliyunAETemplateAssetVertexs

@interface AliyunAETemplateAssetVertexs : NSObject

* A class that defines asset’s vertexs API_AVAILABLE(3.35.0)

  • tl

    * The top-left point

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint tl;
  • tr

    * The top-right point

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint tr;
  • br

    * The bottom-right point

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint br;
  • bl

    * The bottom-left point

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint bl;