CGLine

typedef struct {
    CGPoint point1;
    CGPoint point2;
} CGLine

Undocumented