Describes window/form position around screen or main form/window.
You can find more information in comments below.
enum class WindowPosition // Window position
{
ScreenLeftTop,
ScreenRightTop,
ScreenLeftBottom,
ScreenRightBottom,
ScreenCenter,
MainFormLeftTop,
MainFormRightTop,
MainFormLeftBottom,
MainFormRightBottom,
MainFormCenter,
Custom // Specified in Position member of creation params
};
Namespace: | nitisa |
Include: | Nitisa/Core/WindowPosition.h |