PDFViewCtrlConvCanvasPtToScreenPt Method (DoubleRef, DoubleRef, Int32) |
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,
int pageNumber
)
Public Sub ConvCanvasPtToScreenPt (
x As DoubleRef,
y As DoubleRef,
pageNumber As Integer
)
public:
virtual void ConvCanvasPtToScreenPt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y,
[InAttribute] int pageNumber
) sealed
function ConvCanvasPtToScreenPt(x, y, pageNumber);
Parameters
- x
- Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
- y
- Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
- pageNumber
- Type: SystemInt32
The page number whose canvas to use (only applies in non continuous modes).
default is current page
See Also