Kofax Mobile SDK API Reference
Properties | List of all members
kfxKUIFrame Class Reference

This class defines a frame that can be applied to a capture control. More...

#import <kfxKUIFrame.h>

Inheritance diagram for kfxKUIFrame:

Properties

CGSize size
 The size of the visible area of the frame. More...
 
int borderWidth
 The width of the border. More...
 
UIColor * borderColor
 The color of the border. More...
 
UIColor * outerColor
 The color of the frame. More...
 

Detailed Description

This class defines a frame that can be applied to a capture control.

This class is responsible for defining a frame that will be drawn in a capture control to indicate the desired size of the target image inside of a capture control.

Property Documentation

- (UIColor*) borderColor
readwritenonatomicstrong

The color of the border.

A color that is used to draw the border around the visible area of the frame

- (int) borderWidth
readwritenonatomicassign

The width of the border.

A line width in points that sets the width of the border that is drawn around the visible area of the frame

- (UIColor*) outerColor
readwritenonatomicstrong

The color of the frame.

A color that is used to the area outside the visible area to the edges of the control

- (CGSize) size
readwritenonatomicassign

The size of the visible area of the frame.

The size of the area inside the frame in points that represents the visible area. It will be centered inside the area of the control that it is set on and the area outside this size will be colored using the borderColor and the outerColor;


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.