ALCutoutAlignment Constants Reference
| Declared in | ALCutoutConfig.h |
|---|
ALCutoutAlignment
Cutout starting position within the scan view
Definition
typedef NS_ENUM(NSUInteger, ALCutoutAlignment ) {
ALCutoutAlignmentTop = 0,
ALCutoutAlignmentTopHalf,
ALCutoutAlignmentCenter,
ALCutoutAlignmentBottomHalf,
ALCutoutAlignmentBottom,
};
Constants
ALCutoutAlignmentTop-
Pinned to top of the scan view
Declared In
ALCutoutConfig.h. ALCutoutAlignmentTopHalf-
Pinned to middle of the upper half of the scan view
Declared In
ALCutoutConfig.h. ALCutoutAlignmentCenter-
Pinned to the center of the scan view
Declared In
ALCutoutConfig.h. ALCutoutAlignmentBottomHalf-
Pinned to middle of the bottom half of the scan view
Declared In
ALCutoutConfig.h. ALCutoutAlignmentBottom-
Pinned to bottom of the scanview
Declared In
ALCutoutConfig.h.
Declared In
ALCutoutConfig.h