Click or drag to resize

DpiHelperCurrentPointToStandardPoint Method

standard DPI to current DPI

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static Point CurrentPointToStandardPoint(
	Point oldPoint
)

Parameters

oldPoint
Type: System.WindowsPoint
old value

Return Value

Type: Point
new value
See Also