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
Syntaxpublic static Point PxToDip(
Point point
)
Public Shared Function PxToDip (
point As Point
) As Point
public:
static Point PxToDip(
Point point
)
Parameters
- point
- Type: System.WindowsPoint
Point to convert, defined in PX.
Return Value
Type:
PointPoint in DIPs
See Also