Click or drag to resize

DpiHelperPxToDip Method (Point)

LightningChart .NET Help
Converts given point defined in PX (Screen pixels) to DIP (Device Independent Pixels) values using system DPI settings.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Point PxToDip(
	Point point
)

Parameters

point
Type: System.WindowsPoint
Point to convert, defined in PX.

Return Value

Type: Point
Point in DIPs
See Also