Bitmap.

Dpi Property

Summary

Gets the dots per inch (DPI) of the image.
Namespace
Avalonia.Media.Imaging
Containing Type
Bitmap

Syntax

public Vector Dpi { get; }

Remarks

Note that Skia does not currently support reading the DPI of an image so this value will always be 96dpi on Skia.

Value

Type Description
Vector