Click or drag to resize

AnnotateSpaceConverterDocumentSpaceToAnnotationSpace Method (AnnotationData, 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 static PointFCollection DocumentSpaceToAnnotationSpace(
	AnnotationData data,
	PointFCollection points
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The AnnotationData object used for converting. This can be null (Nothing in VB) if only converting between view and document space.
points
Type: Atalasoft.AnnotatePointFCollection
A PointFCollection containing the points to convert.

Return Value

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