Hello All,
I would like to check if a point is located inside a polygon or not ?
so I'm using
bool QPolygon::containsPoint ( const QPoint & point, Qt::FillRule fillRule ) const
but this method will ignore points that are located on the line of the polygon, so is there a way to include them ??
Thanks
Bookmarks