AppBase(WindowSettings)

Constructor

Namespace: Imagini

Declared in: Imagini.AppBase


Creates a new app with the specified window settings.

Syntax

public AppBase(
	WindowSettings windowSettings
)

Remarks

If you have your own constructor, make sure to call this one because it initializes the window and the event queue.
Back to index