WpfAnnotationSpaceConverterAnnotationToDocumentSpace Method (Point) |
Converts an array of Point from annotation space to document 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 AnnotationToDocumentSpace(
Point[] points
)
Public Sub AnnotationToDocumentSpace (
points As Point()
)
Parameters
- points
- Type: System.WindowsPoint
An array of points to convert.
See Also