Click or drag to resize

PointBaseAnnotation Constructor (PointBaseData)

Creates a new instance of PointBaseAnnotation.

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 PointBaseAnnotation(
	PointBaseData data
)

Parameters

data
Type: Atalasoft.Annotate.PointBaseData
A PointBaseData object for this annotation.
Remarks
This is an abstract class and cannot be created directly.
See Also