Click or drag to resize

Screen Constructor (ScreenIHandler)

Initializes a new instance of the Screen class with the specified handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Screen(
	ScreenIHandler handler
)

Parameters

handler
Type: Eto.FormsScreenIHandler
Handler for the screen.
Remarks
Used by platform implementations to create instances of a screen with a particular handler.
See Also