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
)
Public Sub ConvCanvasPtToScreenPt (
x As DoubleRef,
y As DoubleRef
)
public:
virtual void ConvCanvasPtToScreenPt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y
) sealed
function ConvCanvasPtToScreenPt(x, y);
Parameters
- x
- Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
- y
- Type: pdftron.CommonDoubleRef
x coordinate of canvas point.
See Also