Click or drag to resize

AnnotateSpaceConverterAnnotationSpaceToDocumentSpace Method (PointFCollection)

Returns a new PointFCollection converted from annotation 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 PointFCollection AnnotationSpaceToDocumentSpace(
	PointFCollection points
)

Parameters

points
Type: Atalasoft.AnnotatePointFCollection
A PointFCollection containing the points to convert.

Return Value

Type: PointFCollection
A new PointFCollection with the converted points.
See Also