Exemplo n.º 1
0
 internal bool isInArea(G.Point p)
 {
     return(_area.isPointInArea(p));
 }