RelativeRectToPixels(Rect) Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect ToPixels(
Rect boundingBox
)
Public Function ToPixels (
boundingBox As Rect
) As Rect
member ToPixels :
boundingBox : Rect -> Rect
- boundingBox Rect
- The bounding box of the visual.
RectThe origin point in pixels.