Describes point location type in BLOCK.
You can find more information in comments below.
enum class PointLocation // Location in Block
{
Left = 0, // Left border
Top = 1, // Top border
Right = 2, // Right border
Bottom = 3, // Bottom border
Inside = 4, // Inside
Outside = 5, // Outside
};
Namespace: | nitisa |
Include: | Nitisa/Core/PointLocation.h |