PTPolylineCreate
@interface PTPolylineCreate : PTCreateToolBase
Creates polyline annotations.
-
The vertices of the shape, expressed in screen space.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSArray<NSValue *> *vertices;Swift
var vertices: [NSValue]? { get set } -
Commits the current appearance to the document.
Declaration
Objective-C
- (void)commitAnnotation;Swift
func commitAnnotation()
PTPolylineCreate Class Reference