Click or drag to resize

AnnotateSpaceConverterAnnotationSpaceToViewSpace Method (IAnnotate, AnnotationData, PointF)

Converts from annotation space to view 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 PointF AnnotationSpaceToViewSpace(
	IAnnotate parent,
	AnnotationData data,
	PointF point
)

Parameters

parent
Type: Atalasoft.Annotate.UIIAnnotate
The IAnnotate parent used for converting between view, document and annotation spaces. This can be null (Nothing in VB) if only converting between document and annotation space.
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.
point
Type: System.DrawingPointF
The point to convert.

Return Value

Type: PointF
The point converted into view space.
Remarks
For this method to function accurately both parent and data parameters must be provided when constructing the AnnotateSpaceConverter.
See Also