public void UpdateShapes() { HexMapDrawingHelper.InsidePolygon_Update(HexDrawingData, InsidePolygon); HexMapDrawingHelper.BorderPolygon_Draw(HexDrawingData, BorderPolygon); HexMapDrawingHelper.HexLabel_Draw(HexDrawingData, GridLabel, Label); HexMapDrawingHelper.HexLineExploration_Update(HexDrawingData, ListLineExploration); }
public void GenerateShapes() { HexMapDrawingHelper.InsidePolygon_Draw(HexDrawingData, InsidePolygon /*, Color, Bitmap*/); HexMapDrawingHelper.BorderPolygon_Draw(HexDrawingData, BorderPolygon); HexMapDrawingHelper.HexLabel_Draw(HexDrawingData, GridLabel, Label); HexMapDrawingHelper.HexLineExploration_Draw(HexDrawingData, ListLineExploration, DegreExploration); }