Click or drag to resize

PDFViewCtrlConvScreenPtToCanvasPt Method (DoubleRef, DoubleRef)

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

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

Parameters

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