Click or drag to resize

FreehandAnnotation Constructor

Constructs a FreehandAnnotation.
Overload List
  NameDescription
Public methodFreehandAnnotation
Creates a new instance of FreehandAnnotation.
Public methodFreehandAnnotation(PointF)
Creates a new instance of FreehandAnnotation specifying the initial points.
Public methodFreehandAnnotation(AnnotationPen)
Creates a new instance of FreehandAnnotation specifying the AnnotationPen used for drawing the lines or curves.
Public methodFreehandAnnotation(FreehandData)
Creates a new instance of FreehandAnnotation specifying the FreehandData object for this annotation.
Public methodFreehandAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of FreehandAnnotation from serialized information.
Public methodFreehandAnnotation(AnnotationPen, PointF) Obsolete.

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

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

Public methodFreehandAnnotation(AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandAnnotation specifying the fill, outline and translucent properties.
Public methodFreehandAnnotation(AnnotationPen, AnnotationBrush, PointF) Obsolete.

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

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

Public methodFreehandAnnotation(PointF, AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandAnnotation specifying the points, fill, outline and translucent properties.
Public methodFreehandAnnotation(PointFCollection, AnnotationBrush, AnnotationPen, Boolean)
Creates a new instance of FreehandAnnotation specifying the point collection, fill, outline and translucent properties.
Top
See Also