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