Click or drag to resize

LineAnnotation Constructor

Constructs a LineAnnotation.
Overload List
  NameDescription
Public methodLineAnnotation
Creates a new instance of LineAnnotation.
Public methodLineAnnotation(AnnotationPen)
Creates a new instance of LineAnnotation specifying the outline.
Public methodLineAnnotation(LineData)
Creates a new instance of LineAnnotation specifying the LineData used for this annotation.
Public methodLineAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of LineAnnotation from serialized information.
Public methodLineAnnotation(AnnotationPen, Boolean)
Creates a new instance of LineAnnotation specifying the outline and translucent properties.
Public methodLineAnnotation(AnnotationPen, PointF, PointF) Obsolete.

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

Creates a new instance of LineAnnotation specifying the outline, starting and ending points.

Public methodLineAnnotation(PointF, PointF, AnnotationPen, Boolean)
Creates a new instance of LineAnnotation specifying the start and end points, outline and translucent properties.
Public methodLineAnnotation(AnnotationPen, PointF, PointF, Boolean) Obsolete.

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

Creates a new instance of LineAnnotation specifying the outline, starting and ending points.

Top
See Also