Link Search Menu Expand Document

PDFViewerControlTranslatePointToViewport Method

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.0.4759-master
Syntax
public Point TranslatePointToViewport(
	Point point
)

Parameters

point
Type: System.DrawingPoint
Input point.

Return Value

Type: Point
Translated point.
See Also

Reference