Click or drag to resize

CalloutAnnotation Constructor

Constructs a CalloutAnnotation.
Overload List
  NameDescription
Public methodCalloutAnnotation
Creates a new instance of CalloutAnnotation.
Public methodCalloutAnnotation(String)
Creates a new instance of CalloutAnnotation specifying the text for the annotation.
Public methodCalloutAnnotation(CalloutData)
Creates a new instance of CalloutAnnotation specifying the CalloutData object used by the annotation.
Public methodCalloutAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of CalloutAnnotation from serialized information.
Public methodCalloutAnnotation(String, AnnotationFont, AnnotationBrush, Single)
Creates a new instance of CalloutAnnotation specifying the text, font and font brush for the annotation.
Public methodCalloutAnnotation(String, AnnotationFont, AnnotationBrush, Single, AnnotationBrush, AnnotationPen, AnnotationPen, Single)
Creates a new instance of CalloutAnnotation specifying the text, font, font brush, outline and line pen.
Public methodCalloutAnnotation(String, AnnotationFont, AnnotationBrush, Single, AnnotationBrush, AnnotationPen, AnnotationPen, Single, PointF, Boolean)
Creates a new instance of CalloutAnnotation specifying its parameters.
Top
See Also