Код: Выделить всё
struct Rect
{
NSPoint topLeft;
NSPoint topRight;
NSPoint bottomLeft;
NSPoint bottomRight;
}
Пример кода на Objecitve-C, C++ или C будет большим подспорьем.
Подробнее здесь: https://stackoverflow.com/questions/345 ... -detection
Код: Выделить всё
struct Rect
{
NSPoint topLeft;
NSPoint topRight;
NSPoint bottomLeft;
NSPoint bottomRight;
}