AnnotateSpaceConverter Constructor |
Creates a new instance of AnnotateSpaceConverter specifying the
IAnnotate
parent and
AnnotationData objects that will be used for the conversion methods.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotateSpaceConverter(
IAnnotate parent,
AnnotationData data
)
Public Sub New (
parent As IAnnotate,
data As AnnotationData
)
Parameters
- parent
- Type: Atalasoft.Annotate.UIIAnnotate
The IAnnotate parent used for converting between view, document and annotation
spaces. This can be null (Nothing in VB) if only converting between document and
annotation space. - data
- Type: Atalasoft.AnnotateAnnotationData
The AnnotationData object used for converting. This can be null
(Nothing in VB) if only converting between view and document space.
See Also