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
)
Public Sub ConvScreenPtToPagePt (
x As DoubleRef,
y As DoubleRef,
pageNumber As Integer
)
public:
virtual void ConvScreenPtToPagePt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y,
[InAttribute] int pageNumber
) sealed
function ConvScreenPtToPagePt(x, y, 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