Click or drag to resize

CalloutData Constructor

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