WpfAnnotationSpaceConverterDocumentToAnnotationSpace Method (Point) |
Converts an array of Point from document space to annotation space.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void DocumentToAnnotationSpace(
Point[] points
)
Public Sub DocumentToAnnotationSpace (
points As Point()
)
Parameters
- points
- Type: System.WindowsPoint
The array of points to convert.
See Also