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 markerDeclared In
BCKCode.h. BCKCodeDrawingCaptionLeftNumberZone-
The digit zone between the left start marker and the middle markerDeclared In
BCKCode.h. BCKCodeDrawingCaptionRightNumberZone-
The digit zone between the middle marker and the right end markerDeclared In
BCKCode.h. BCKCodeDrawingCaptionRightQuietZone-
The quiet zone to the right of the right end markerDeclared In
BCKCode.h. BCKCodeDrawingCaptionTextZone-
The text zone between the left and right start and end markersDeclared In
BCKCode.h.
Declared In
BCKCode.h