Click or drag to resize

AnnotateSpaceConverterDocumentSpaceToAnnotationSpace Method (PointFCollection)

Returns a new PointFCollection with the points converted from document 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 PointFCollection DocumentSpaceToAnnotationSpace(
	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