PDFViewerControlTranslatePointToViewport Method ByteScout PDF Viewer SDK
Translates point coordinates to component's canvas coordinates. Might be useful in CustomPaint event.

Namespace:  Bytescout.PDFViewer
Assembly:  Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.1.4802-master
Syntax

public Point TranslatePointToViewport(
	Point point
)

Parameters

point
Type: System.DrawingPoint
Input point.

Return Value

Type: Point
Translated point.
See Also

Reference