GSAnnotationType Constants Reference
| Declared in | GSAnnotation.h |
GSAnnotationType
The Type of the annotation
Definition
typedef
NS_ENUM(NSUInteger, GSAnnotationType ) {
GSAnnotationTypeSelect = 0,
GSAnnotationTypeText = 1,
GSAnnotationTypeArrow = 2,
GSAnnotationTypeCircle = 3,
GSAnnotationTypePlus = 4,
GSAnnotationTypeMinus = 5,
};
Constants
GSAnnotationTypeSelect-
The tool is in Selection modeDeclared In
GSAnnotation.h. GSAnnotationTypeText-
TextDeclared In
GSAnnotation.h. GSAnnotationTypeArrow-
ArrowDeclared In
GSAnnotation.h. GSAnnotationTypeCircle-
CircleDeclared In
GSAnnotation.h. GSAnnotationTypePlus-
PlusDeclared In
GSAnnotation.h. GSAnnotationTypeMinus-
MinusDeclared In
GSAnnotation.h.