Screen.

Screen(double, PixelRect, PixelRect, bool) Constructor

Namespace
Avalonia.Platform
Containing Type
Screen

Syntax

public Screen(double pixelDensity, PixelRect bounds, PixelRect workingArea, bool primary)

Parameters

Name Type Description
pixelDensity double
bounds PixelRect
workingArea PixelRect
primary bool

Return Value

Type Description
void