Kofax Mobile SDK API Reference
kfxKEDBoundingTetragon.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKEDBoundingTetragon.h
4 // KMCEngineData Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreGraphics/CoreGraphics.h>
11 
12 #ifndef KEDBOUNDINGTETRAGON
13 #define KEDBOUNDINGTETRAGON 1
14 
16 
38 @interface kfxKEDBoundingTetragon : NSObject <NSCoding>
39 
40 // ===================================================
42 
47 @property (assign, atomic) CGPoint topLeft;
48 
49 
50 // ===================================================
52 
57 @property (assign, atomic) CGPoint topRight;
58 
59 
60 // ===================================================
62 
67 @property (assign, atomic) CGPoint bottomLeft;
68 
69 // ===================================================
71 
76 @property (assign, atomic) CGPoint bottomRight;
77 
78 @end
79 #endif
80 
CGPoint bottomLeft
Represents the coordinates of the bottom left corner.
Definition: kfxKEDBoundingTetragon.h:67
Bounding Tetragon class holds four point data.
Definition: kfxKEDBoundingTetragon.h:38
CGPoint topRight
Represents the coordinates of the top right corner.
Definition: kfxKEDBoundingTetragon.h:57
CGPoint topLeft
Represents the coordinates of the top left corner.
Definition: kfxKEDBoundingTetragon.h:47
CGPoint bottomRight
Represents the coordinates of the bottom right corner.
Definition: kfxKEDBoundingTetragon.h:76
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.