Exemplo n.º 1
0
        public void CreateHexagonRegion(Model model1)
        {
            Region region = Region.CreateHexagon(30);

            region.Color       = Color.Purple;
            region.ColorMethod = colorMethodType.byEntity;
            model1.Entities.Add(region);
            model1.Invalidate();
        }