public MapPanelShow DrawOver(Graphics g) { if (MapDragPlace.IsOver == true) { SolidBrush sb = new SolidBrush(Color.FromArgb(90, Color.Black)); g.FillRectangle(sb, mapEditor.GetExpandRectanglePointsFromSinglePoint( MapDragPlace.NowPoint)); } return(this); }