PixelPoint.

ToPointWithDpi(double) Method

Summary

Converts the PixelPoint to a device-independent Point using the specified dots per inch (DPI).
Namespace
Avalonia
Containing Type
PixelPoint

Syntax

public Point ToPointWithDpi(double dpi)

Parameters

Name Type Description
dpi double The dots per inch of the device.

Return Value

Type Description
Point The device-independent point.