PixelPointToPointWithDpi(Vector) Method

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

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point ToPointWithDpi(
	Vector dpi
)

Parameters

dpi  Vector
The dots per inch of the device.

Return Value

Point
The device-independent point.

See Also