PDFViewCtrlConvScreenPtToAnnotationCanvasPt Method (DoubleRef, DoubleRef, Int32) |
Converts a point expressed in screen space to a point in AnnotationCanvas (GetAnnotationCanvas()) space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ConvScreenPtToAnnotationCanvasPt(
DoubleRef x,
DoubleRef y,
int pageNumber
)
Public Sub ConvScreenPtToAnnotationCanvasPt (
x As DoubleRef,
y As DoubleRef,
pageNumber As Integer
)
public:
virtual void ConvScreenPtToAnnotationCanvasPt(
[InAttribute] DoubleRef^ x,
[InAttribute] DoubleRef^ y,
[InAttribute] int pageNumber
) sealed
function ConvScreenPtToAnnotationCanvasPt(x, y, pageNumber);
Parameters
- x
- Type: pdftron.CommonDoubleRef
x coordinate of screen point.
- y
- Type: pdftron.CommonDoubleRef
y coordinate of screen point.
- pageNumber
- Type: SystemInt32
the page number to convert for. Note that this is only useful for non-continuous modes, when the page is not on the current canvas.
See Also