Click or drag to resize

PDFViewCtrlConvCanvasPtToScreenPt Method (DoubleRef, DoubleRef)

Converts a point expressed in canvas space to a point in sceen space.

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

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
y
Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
See Also