LinesData Constructor |
Name | Description | |
---|---|---|
LinesData | Creates a new instance of LinesData. | |
LinesData(AnnotationPen) | Creates a new instance of LinesData specifying the outline. | |
LinesData(SerializationInfo, StreamingContext) | Creates a new instance of LinesData from serialized information. | |
LinesData(AnnotationPen, PointFCollection) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of LinesData specifying the outline and end points. | |
LinesData(AnnotationPen, Boolean) | Creates a new instance of LinesData specifying the outline and translucency. | |
LinesData(AnnotationPen, PointF) | Obsolete. Creates a new instance of LinesData specifying the outline and an array of end points.
| |
LinesData(PointF, AnnotationPen, Boolean) | Creates a new instance of LinesData specifying the end points, outline and translucency.
| |
LinesData(AnnotationPen, PointFCollection, Boolean) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of LinesData specifying the outline, points and whether this annotation is a highlighter. | |
LinesData(AnnotationPen, PointF, Boolean) | Obsolete. This overload is obsolete and may be removed in a future release. Creates a new instance of LinesData specifying the outline, an array of points and whether this annotation is a highlighter. | |
LinesData(PointFCollection, AnnotationPen, Boolean) | Creates a new instance of LinesData specifying the end points, outline and translucency.
|