ToPointWithDpi(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)
- C#
- VB
- F#
public Point ToPointWithDpi(
Vector dpi
)
Public Function ToPointWithDpi (
dpi As Vector
) As Point
member ToPointWithDpi :
dpi : Vector -> Point
Parameters
- Vector
- The dots per inch of the device.
Return Value
Point
The device-independent point.
See Also
Reference
PixelPoint Structure
ToPointWithDpi Overload
Avalonia Namespace