Link Search Menu Expand Document

PDFViewerControlTranslatePointFromPointsToPixels Method

Translates point coordinates from PDF documents point units (1/72") to display pixels.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public Point TranslatePointFromPointsToPixels(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
Input point in documents units.

Return Value

Type: Point
Result point in pixels.
See Also

Reference