Click or drag to resize

LinesAnnotation Constructor

Constructs a LinesAnnotation.
Overload List
  NameDescription
Public methodLinesAnnotation
Creates a new instance of LinesAnnotation.
Public methodLinesAnnotation(AnnotationPen)
Creates a new instance of LinesAnnotation specifying the outline.
Public methodLinesAnnotation(LinesData)
Creates a new instance of LinesAnnotation specifying the LinesData used by this annotation.
Public methodLinesAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of LinesAnnotation from serialized information.
Public methodLinesAnnotation(AnnotationPen, PointFCollection) Obsolete.

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

Creates a new instance of LinesAnnotation specifying the outline and end points.

Public methodLinesAnnotation(AnnotationPen, PointF) Obsolete.

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

Creates a new instance of LinesAnnotation specifying the outline and an array of end points.

Public methodLinesAnnotation(PointF, AnnotationPen, Boolean)
Creates a new instance of LinesAnnotation specifying the points, outline and translucent properties.
Public methodLinesAnnotation(AnnotationPen, PointFCollection, Boolean) Obsolete.

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

Creates a new instance of LinesAnnotation specifying the outline, points and whether this annotation is a highlighter.

Public methodLinesAnnotation(AnnotationPen, PointF, Boolean) Obsolete.

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

Creates a new instance of LinesAnnotation specifying the outline, an array of points and whether this annotation is a highlighter.

Public methodLinesAnnotation(PointFCollection, AnnotationPen, Boolean)
Creates a new instance of LinesAnnotation specifying the point collection, outline and translucent properties.
Top
See Also