Click or drag to resize

PDFViewCtrlConvAnnotationCanvasPtToScreenPt Method

Converts a point expressed in AnnotationCanvas (GetAnnotationCanvas()) space to a point in screen space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ConvAnnotationCanvasPtToScreenPt(
	DoubleRef x,
	DoubleRef y
)

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of point in the AnnotationCanvas.
y
Type: pdftron.CommonDoubleRef
y coordinate of point in the AnnotationCanvas.
See Also