PolygonData Constructor |
Name | Description | |
---|---|---|
![]() | PolygonData() | Creates a new instance of PolygonData. |
![]() | PolygonData(SerializationInfo, StreamingContext) | Creates a new instance of PolygonData from serialization information. |
![]() | PolygonData(AnnotationBrush, AnnotationPen) | Creates a new instance of PolygonData specifying the outline and fill. |
![]() | PolygonData(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. |
![]() | PolygonData(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. |
![]() | PolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF) | Creates a new instance of PolygonData specifying the outline, fill and shadow settings.
|
![]() | PolygonData(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. |
![]() | PolygonData(AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonData specifying the outline, fill, shadow settings, and
translucency. |
![]() | PolygonData(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. |
![]() | PolygonData(PointF[], AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonData specifying the a set of points, outline, fill and
shadow settings. |
![]() | PolygonData(PointFCollection, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF, Boolean) | Creates a new instance of PolygonData specifying the a set of points, outline, fill and
shadow settings. |