Size

Property

Namespace: Imagini

Declared in: Imagini.Window


Gets or sets the size of the window's client area. Affects only non-fullscreen modes.

Syntax

public Size Size { public get; public set; }

Remarks

The window size in screen coordinates may differ from the size in pixels, if the window was created with WindowSettings.AllowHighDpi .
Back to index