MBDisplayableObject
Objective-C
@interface MBDisplayableObject : NSObject
Swift
class MBDisplayableObject : NSObject
Represents any object that can be displayed on screen in terms of drawing.
-
Tranformation matrix which transforms the coordinate system in which the OCR layout is given (i.e. coordinate system of the image) to the coordinate system of the device screen.
Declaration
Objective-C
@property (nonatomic) CGAffineTransform transform;
Swift
var transform: CGAffineTransform { get set }