Click or drag to resize

PolygonAnnotation Constructor

Constructs a PolygonAnnotation.
Overload List
  NameDescription
Public methodPolygonAnnotation()
Creates a new instance of PolygonAnnotation.
Public methodPolygonAnnotation(PolygonData)
Creates a new instance of PolygonAnnotation specifying the PolygonData for this annotation.
Public methodPolygonAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of PolygonAnnotation from serialization information.
Public methodPolygonAnnotation(AnnotationPen, AnnotationBrush)
Creates a new instance of PolygonAnnotation specifying the outline and fill.
Public methodPolygonAnnotation(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.

Public methodPolygonAnnotation(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.

Public methodPolygonAnnotation(AnnotationPen, AnnotationBrush, AnnotationBrush, PointF)
Creates a new instance of PolygonAnnotation specifying the outline, fill and shadow settings.
Public methodPolygonAnnotation(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonAnnotation specifying its fill, outline, shadow, shadow offset and translucent properties.
Public methodPolygonAnnotation(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.

Public methodPolygonAnnotation(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.

Public methodPolygonAnnotation(PointF[], AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonAnnotation specifying the points, fill, outline, shadow, shadow offset and translucent properties.
Public methodPolygonAnnotation(PointFCollection, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonAnnotation specifying the point collection, fill, outline, shadow, shadow offset and translucent properties.
Top
See Also