Summary
Converts the
PixelPoint
to a device-independent Point
using the
specified scaling factor.
- Namespace
- Avalonia
- Containing Type
- PixelPoint
Syntax
public Point ToPoint(Vector scale)
Parameters
Name | Type | Description |
---|---|---|
scale | Vector | The scaling factor. |
Return Value
Type | Description |
---|---|
Point | The device-independent point. |