AliyunAETemplateAssetVertexs
@interface AliyunAETemplateAssetVertexs : NSObject
* A class that defines asset’s vertexs API_AVAILABLE(3.35.0)
-
* The top-left point
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint tl;
-
* The top-right point
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint tr;
-
* The bottom-right point
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint br;
-
* The bottom-left point
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint bl;