Kofax Mobile SDK API Reference
kfxKEDBoundingRectangle.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKEDBoundingRectangle.h
4 //
5 // KMCEngineData Objects
6 //
7 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
8 //
9 
10 #import <Foundation/Foundation.h>
12 
19 @interface kfxKEDBoundingRectangle : NSObject
20 
21 // ===================================================
23 
26 @property (assign, atomic) int rectLeft;
27 
28 
29 // ===================================================
31 
34 @property (assign, atomic) int rectTop;
35 
36 
37 // ===================================================
39 
42 @property (assign, atomic) int rectRight;
43 
44 
45 // ===================================================
47 
50 @property (assign, atomic) int rectBottom;
51 
52 // ===================================================
54 
59 -(id)initWithLeft:(int)left top:(int)top width:(int)width height:(int)height;
60 
61 @end
int rectTop
Represents the top edge of a rectangle.
Definition: kfxKEDBoundingRectangle.h:34
int rectRight
Represents the right side of a rectangle.
Definition: kfxKEDBoundingRectangle.h:42
int rectLeft
Represents the left side of a rectangle.
Definition: kfxKEDBoundingRectangle.h:26
Bounding Rectangle of four coordinates.
Definition: kfxKEDBoundingRectangle.h:19
int rectBottom
Represents the bottom edge of a rectangle.
Definition: kfxKEDBoundingRectangle.h:50
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.