PDFViewCtrlConvPagePtToCanvasPt Method |
Converts a point expressed in a page space to a point in canvas space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ConvPagePtToCanvasPt(
DoubleRef x,
DoubleRef y,
int page_num
)
Public Sub ConvPagePtToCanvasPt (
x As DoubleRef,
y As DoubleRef,
page_num As Integer
)
public:
virtual void ConvPagePtToCanvasPt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y,
[InAttribute] int page_num
) sealed
function ConvPagePtToCanvasPt(x, y, page_num);
Parameters
- x
- Type: pdftron.CommonDoubleRef
x coordinate of the page point
- y
- Type: pdftron.CommonDoubleRef
y coordinate of the page 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