Hi
I have a problem with AreaStyles.CreateHatchStyle
I try to use CreateHatchStyle on a area layer.
GeoColor fondselect = GeoColor.FromArgb(5,255, 109, 0);
GeoColor contselect = GeoColor.FromArgb(100,255, 109, 0);
St = AreaStyles.CreateHatchStyle(GeoHatchStyle.Cross, contselect,fondselect,contselect,2,LineDashStyle.Solid,0,0);
I have an error
Cannot cast from source type to destination type
I have not error with a CreateSimpleAreaStyle
Thanks
Laurent M