EdgeType


Describes window/form edges as borders.

You can find more information in comments below.

enum class EdgeType // Window edges and corners
{
    None, // None
    Bottom, // Bottom border
    BottomLeft, // Left-bottom corner
    BottomRight, // Right-bottom corner
    Left, // Left border
    Right, // Right border
    Top, // Top border
    TopLeft, // Left-top corner
    TopRight // Right-top corner
};
Namespace: nitisa
Include: Nitisa/Core/EdgeType.h