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 mode

Declared In GSAnnotation.h.

GSAnnotationTypeText
Text

Declared In GSAnnotation.h.

GSAnnotationTypeArrow
Arrow

Declared In GSAnnotation.h.

GSAnnotationTypeCircle
Circle

Declared In GSAnnotation.h.

GSAnnotationTypePlus
Plus

Declared In GSAnnotation.h.

GSAnnotationTypeMinus
Minus

Declared In GSAnnotation.h.