PixelPoint.

ToPoint(double) Method

Summary

Converts the PixelPoint to a device-independent Point using the specified scaling factor.
Namespace
Avalonia
Containing Type
PixelPoint

Syntax

public Point ToPoint(double scale)

Parameters

Name Type Description
scale double The scaling factor.

Return Value

Type Description
Point The device-independent point.