AnnotateSpaceConverterDocumentSpaceToAnnotationSpace Method (AnnotationData, PointF) |
Converts an array of points from document space to annotation 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 DocumentSpaceToAnnotationSpace(
AnnotationData data,
PointF[] points
)
Public Shared Sub DocumentSpaceToAnnotationSpace (
data As AnnotationData,
points As PointF()
)
Parameters
- 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
The points to convert.
Remarks For this method to function accurately the data parameter must be
provided when constructing the AnnotateSpaceConverter.
See Also