GraphicsPath myPath12 = new GraphicsPath();
myPath12.AddPolygon(point121);
Region myregion12 = new Region(myPath12);
bool ature = myregion12.IsVisible(pnt);