Click or drag to resize

PolygonData Constructor

Constructs a PolygonData.
Overload List
  NameDescription
Public methodPolygonData
Creates a new instance of PolygonData.
Public methodPolygonData(SerializationInfo, StreamingContext)
Creates a new instance of PolygonData from serialization information.
Public methodPolygonData(AnnotationBrush, AnnotationPen)
Creates a new instance of PolygonData specifying the outline and fill.
Public methodPolygonData(AnnotationBrush, AnnotationPen, PointFCollection) Obsolete.

This overload is obsolete and may be removed in a future release.

Creates a new instance of PolygonData specifying the outline, fill and points collection.

Public methodPolygonData(AnnotationBrush, AnnotationPen, PointF) Obsolete.

This overload is obsolete and may be removed in a future release.

Creates a new instance of PolygonData specifying the outline, fill and an array of points.

Public methodPolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of PolygonData specifying the outline, fill and shadow settings.
Public methodPolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, PointFCollection) Obsolete.

This overload is obsolete and may be removed in a future release.

Creates a new instance of PolygonData specifying the outline, fill, shadow settings and points of the polygon.

Public methodPolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonData specifying the outline, fill, shadow settings, and translucency.
Public methodPolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, PointF) Obsolete.

This overload is obsolete and may be removed in a future release.

Creates a new instance of PolygonData specifying the outline, fill, shadow settings and array of points for the polygon.

Public methodPolygonData(PointF, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonData specifying the a set of points, outline, fill and shadow settings.
Public methodPolygonData(PointFCollection, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean)
Creates a new instance of PolygonData specifying the a set of points, outline, fill and shadow settings.
Top
See Also