PolylineAnnotation Constructors
A polyline annotation.| Name | Parameters | Description |
|---|---|---|
| PolylineAnnotation(IList<PointF>) | vertices | Initializes a new instance of the PolylineAnnotation class with specified settings. |
| PolylineAnnotation(PointF[]) | vertices | Initializes a new instance of the PolylineAnnotation class with specified settings. |
See Also