AnnotateSpaceConverterAnnotationSpaceToViewSpace Method (IAnnotate, AnnotationData, PointF) |
Converts from annotation space to view space.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static void AnnotationSpaceToViewSpace(
IAnnotate parent,
AnnotationData data,
PointF[] points
)
Public Shared Sub AnnotationSpaceToViewSpace (
parent As IAnnotate,
data As AnnotationData,
points As PointF()
)
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. - points
- Type: System.DrawingPointF
An array of PointF that will be converted.
Remarks For this method to function accurately both parent and data parameters must be provided
when constructing the AnnotateSpaceConverter.
See Also