PolygonAnnotation Constructor |
Name | Description | |
---|---|---|
![]() | PolygonAnnotation() | Creates a new instance of PolygonAnnotation. |
![]() | PolygonAnnotation(PolygonData) | Creates a new instance of PolygonAnnotation specifying the PolygonData for
this annotation. |
![]() | PolygonAnnotation(SerializationInfo, StreamingContext) | Creates a new instance of PolygonAnnotation from serialization information. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush) | Creates a new instance of PolygonAnnotation specifying the outline and fill. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush, PointFCollection) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of PolygonAnnotation specifying the outline, fill and points collection. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush,PointF[]) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of PolygonAnnotation specifying the outline, fill and an array of points. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush, AnnotationBrush, PointF) | Creates a new instance of PolygonAnnotation specifying the outline, fill and shadow
settings. |
![]() | PolygonAnnotation(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonAnnotation specifying its fill, outline, shadow, shadow
offset and translucent properties. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush, AnnotationBrush, PointF, PointFCollection) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of PolygonAnnotation specifying the outline, fill, shadow settings and points of the polygon. |
![]() | PolygonAnnotation(AnnotationPen, AnnotationBrush, AnnotationBrush, PointF,PointF[]) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of PolygonAnnotation specifying the outline, fill, shadow settings and array of points for the polygon. |
![]() | PolygonAnnotation(PointF[], AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonAnnotation specifying the points, fill, outline, shadow,
shadow offset and translucent properties. |
![]() | PolygonAnnotation(PointFCollection, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonAnnotation specifying the point collection, fill,
outline, shadow, shadow offset and translucent properties. |