BCKCodeDrawingCaption Constants Reference
Declared in | BCKCode.h |
BCKCodeDrawingCaption
Caption Zones
Definition
typedef NS_ENUM(NSUInteger, BCKCodeDrawingCaption ) {
BCKCodeDrawingCaptionLeftQuietZone,
BCKCodeDrawingCaptionLeftNumberZone,
BCKCodeDrawingCaptionRightNumberZone,
BCKCodeDrawingCaptionRightQuietZone,
BCKCodeDrawingCaptionTextZone,
};
Constants
BCKCodeDrawingCaptionLeftQuietZone
-
The quiet zone to the left of the left start marker
Declared In
BCKCode.h
. BCKCodeDrawingCaptionLeftNumberZone
-
The digit zone between the left start marker and the middle marker
Declared In
BCKCode.h
. BCKCodeDrawingCaptionRightNumberZone
-
The digit zone between the middle marker and the right end marker
Declared In
BCKCode.h
. BCKCodeDrawingCaptionRightQuietZone
-
The quiet zone to the right of the right end marker
Declared In
BCKCode.h
. BCKCodeDrawingCaptionTextZone
-
The text zone between the left and right start and end markers
Declared In
BCKCode.h
.
Declared In
BCKCode.h