Click or drag to resize

DpiHelperStandardRectToCurrentRect 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 Rect StandardRectToCurrentRect(
	Rect oldRect
)

Parameters

oldRect
Type: System.WindowsRect
old value

Return Value

Type: Rect
new value
See Also