Click or drag to resize

EllipseAnnotationFactory.GetAnnotationUI Method

Returns an EllipseAnnotation if the data object is an EllipseData class.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationUI GetAnnotationUI(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.Annotate.AnnotationData
The AnnotationData object for the annotation.

Return Value

Type: AnnotationUI
An EllipseAnnotation or null (Nothing in Visual Basic) if the data parameter is not an EllipseData object.

Implements

IAnnotationUIFactory.GetAnnotationUI(AnnotationData)
Exceptions
ExceptionCondition
Thrown if the data argument is null (Nothing in VB).
See Also