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