Click or drag to resize

PDFViewCtrlConvScreenPtToPagePt Method

Converts a point in screen space to a point in a page space.

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

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of the screen point
y
Type: pdftron.CommonDoubleRef
y coordinate of the screen point
pageNumber
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:pdftron.PDF.PDFViewCtrl.ConvScreenPtToPagePt(pdftron.Common.DoubleRef,pdftron.Common.DoubleRef,System.Int32)"]

See Also