Click or drag to resize

AnnotateSpaceConverterViewSpaceToAnnotationSpace Method (PointF)

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

Parameters

points
Type: System.DrawingPointF
An array of points to convert.
Remarks
For this method to function accurately both parent and data parameters must be provided when constructing the AnnotateSpaceConverter.
See Also