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