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)
Syntaxpublic PointBaseAnnotation(
PointBaseData data
)
Public Sub New (
data As PointBaseData
)
Parameters
- data
- Type: Atalasoft.Annotate.PointBaseData
A PointBaseData object for this annotation.
RemarksThis is an abstract class and cannot be created directly.
See Also