Click or drag to resize

LineData Constructor

Constructs a LineData.
Overload List
  NameDescription
Public methodLineData
Creates a new instance of LineData.
Public methodLineData(AnnotationPen)
Creates a new instance of LineData specifying the outline.
Public methodLineData(WangAttributeData)
Creates a new instance of LineData from a WangAttributeData object.
Public methodLineData(SerializationInfo, StreamingContext)
Creates a new instance of LineData from serialized information.
Public methodLineData(AnnotationPen, Boolean)
Creates a new instance of LineData specifying the outline and translucency.
Public methodLineData(AnnotationPen, PointF, PointF) Obsolete.

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

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

Public methodLineData(PointF, PointF, AnnotationPen, Boolean)
Creates a new instance of LineData specifying the start point, end point, outline and translucency.
Public methodLineData(AnnotationPen, PointF, PointF, Boolean) Obsolete.

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

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

Top
See Also