PixelPointToPointWithDpi(Double) Method
Converts the
PixelPoint to a device-independent
Point using the
specified dots per inch (DPI).
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point ToPointWithDpi(
double dpi
)
Public Function ToPointWithDpi (
dpi As Double
) As Point
member ToPointWithDpi :
dpi : float -> Point
- dpi Double
- The dots per inch of the device.
PointThe device-independent point.