PixelPoint.

ToPointWithDpi(Vector) 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(Vector dpi)

Parameters

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

Return Value

Type Description
Point The device-independent point.