FreehandAnnotation Constructor |
Name | Description | |
---|---|---|
FreehandAnnotation | Creates a new instance of FreehandAnnotation. | |
FreehandAnnotation(PointF) | Creates a new instance of FreehandAnnotation specifying the initial points. | |
FreehandAnnotation(AnnotationPen) | Creates a new instance of FreehandAnnotation specifying the AnnotationPen
used for drawing the lines or curves. | |
FreehandAnnotation(FreehandData) | Creates a new instance of FreehandAnnotation specifying the FreehandData
object for this annotation. | |
FreehandAnnotation(SerializationInfo, StreamingContext) | Creates a new instance of FreehandAnnotation from serialized information. | |
FreehandAnnotation(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. | |
FreehandAnnotation(AnnotationBrush, AnnotationPen, Boolean) | Creates a new instance of FreehandAnnotation specifying the fill, outline and translucent
properties. | |
FreehandAnnotation(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. | |
FreehandAnnotation(PointF, AnnotationBrush, AnnotationPen, Boolean) | Creates a new instance of FreehandAnnotation specifying the points, fill, outline and
translucent properties. | |
FreehandAnnotation(PointFCollection, AnnotationBrush, AnnotationPen, Boolean) | Creates a new instance of FreehandAnnotation specifying the point collection, fill,
outline and translucent properties. |