RelativePointToPixels(Rect) Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point ToPixels(
Rect rect
)
Public Function ToPixels (
rect As Rect
) As Point
member ToPixels :
rect : Rect -> Point
- rect Rect
- The bounding box of the rendering primitive.
PointThe origin point in pixels.