PDFViewCtrlConvCanvasPtToPagePt Method |
Converts a point expressed in canvas space to a point on a page space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ConvCanvasPtToPagePt(
DoubleRef x,
DoubleRef y,
int page_num
)
Public Sub ConvCanvasPtToPagePt (
x As DoubleRef,
y As DoubleRef,
page_num As Integer
)
public:
virtual void ConvCanvasPtToPagePt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y,
[InAttribute] int page_num
) sealed
function ConvCanvasPtToPagePt(x, y, page_num);
Parameters
- x
- Type: pdftron.CommonDoubleRef
x coordinate of the canvas point
- y
- Type: pdftron.CommonDoubleRef
x coordinate of the canvas point
- page_num
- Type: SystemInt32
the page number for the page used as the origin of the destination coordinate system. Negative values are used to represent the current page. Pages are indexed starting from one.
See Also