Click or drag to resize

FreehandData Constructor

Constructs a FreehandData.
Overload List
  NameDescription
Public methodFreehandData
Creates a new instance of FreehandData.
Public methodFreehandData(PointF)
Creates a new instance of FreehandData specifying the initial points.
Public methodFreehandData(AnnotationPen)
Creates a new instance of FreehandData specifying the outline.
Public methodFreehandData(WangAttributeData)
Creates a new instance of FreehandData from WANG attribute data.
Public methodFreehandData(SerializationInfo, StreamingContext)
Creates a new instance of FreehandData from serialized information.
Public methodFreehandData(AnnotationPen, PointF) Obsolete.

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

Creates a new instance of FreehandData specifying the outline and initial points.

Public methodFreehandData(AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandData with no initial points, specifying the fill, outline and translucency
Public methodFreehandData(AnnotationBrush, AnnotationPen, PointF) Obsolete.

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

Creates a new instance of FreehandData specifying the outline, fill and initial points.

Public methodFreehandData(PointF, AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandData specifying the initial points, fill, outline and translucency
Public methodFreehandData(PointFCollection, AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandData specifying the initial points, fill, outline and translucency
Top
See Also