Click or drag to resize

AnnotateSpaceConverterViewSpaceToDocumentSpace Method (PointF)

Converts an array of points from view space to document 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 void ViewSpaceToDocumentSpace(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
An array of PointF that will be converted.
Remarks
For this method to function accurately the parent parameter must be provided when constructing the AnnotateSpaceConverter.
See Also