19 #import <Foundation/Foundation.h> 42 #pragma mark initializers 50 -(instancetype)initWithPartIndex:(NSInteger)partIndex pointIndex:(NSInteger)pointIndex;
60 -(instancetype)initWithPartIndex:(NSInteger)partIndex insertionIndex:(NSInteger)insertionIndex;
68 +(instancetype)sketchVertexWithPartIndex:(NSInteger)partIndex pointIndex:(NSInteger)pointIndex;
78 +(instancetype)sketchVertexWithPartIndex:(NSInteger)partIndex insertionIndex:(NSInteger)insertionIndex;
81 #pragma mark properties 87 @property (nonatomic, assign, readonly) NSInteger
partIndex;
93 @property (nonatomic, assign, readonly) NSInteger
pointIndex;
A class that represents a vertex or mid-vertex in the AGSSketchEditor.
Definition: AGSSketchVertex.h:39
NSInteger partIndex
Definition: AGSSketchVertex.h:87
AGSPoint * point
Definition: AGSSketchVertex.h:106
NSInteger insertionIndex
Definition: AGSSketchVertex.h:99
NSInteger pointIndex
Definition: AGSSketchVertex.h:93
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57