Click or drag to resize

LinesData Constructor

Constructs a LinesData.
Overload List
  NameDescription
Public methodLinesData
Creates a new instance of LinesData.
Public methodLinesData(AnnotationPen)
Creates a new instance of LinesData specifying the outline.
Public methodLinesData(SerializationInfo, StreamingContext)
Creates a new instance of LinesData from serialized information.
Public methodLinesData(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.

Public methodLinesData(AnnotationPen, Boolean)
Creates a new instance of LinesData specifying the outline and translucency.
Public methodLinesData(AnnotationPen, PointF) Obsolete.
Creates a new instance of LinesData specifying the outline and an array of end points.
Public methodLinesData(PointF, AnnotationPen, Boolean)
Creates a new instance of LinesData specifying the end points, outline and translucency.
Public methodLinesData(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.

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

Public methodLinesData(PointFCollection, AnnotationPen, Boolean)
Creates a new instance of LinesData specifying the end points, outline and translucency.
Top
See Also