CalloutData Constructor |
Name | Description | |
---|---|---|
![]() | CalloutData() | Creates a new instance of CalloutData. |
![]() | CalloutData(String) | Creates a new instance of CalloutData specifying the text for the annotation. |
![]() | CalloutData(SerializationInfo, StreamingContext) | Creates a new instance of CalloutData from serialized information. |
![]() | CalloutData(String, AnnotationFont, AnnotationBrush, Single) | Creates a new instance of CalloutData specifying the text, font, font brush and padding
for the annotation. |
![]() | CalloutData(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. |
![]() | CalloutData(String, AnnotationFont, AnnotationBrush, Single, AnnotationBrush, AnnotationPen, AnnotationPen, Single, PointF, Boolean) | Creates a new instance of CalloutData specifying its parameters. |