Show / Hide Table of Contents

Constructor screen.screen(+ 1 overload)


Overload

Creates variable with screen handle, aka HMONITOR.

public screen(nint handle)
Parameters
handle  (nint)

Overload(top)

Creates "lazy" variable that calls your function to get screen when need.

public screen(Func<screen> f)
Parameters
f  (Func<screen>)