NTVectorElementDragPointStyle
enum NTVectorElementDragPointStyle : NSInteger {}
Different types of styles for control points created for selected vector elements.
-
Normal control point. Corresponds to vertex.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL
-
Virtual control point (midpoint between actual vertices). Used for lines and polygons.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL
-
Selected control point.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED