Click or drag to resize

CalloutData Constructor (String, AnnotationFont, AnnotationBrush, Single)

Creates a new instance of CalloutData specifying the text, font, font brush and padding for the annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CalloutData(
	string text,
	AnnotationFont font,
	AnnotationBrush fontBrush,
	float padding
)

Parameters

text
Type: SystemString
The text for the annotation.
font
Type: Atalasoft.AnnotateAnnotationFont
The font used to render the text.
fontBrush
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to render the text.
padding
Type: SystemSingle
The padding around the text.
See Also