Hi,
When I attempt to use a GeoHatchBrush with the GeoCanvas.DrawArea function I receive a "Specified cast is not valid’
The only other GeoBrush type that I have tried is GeoSolidBrush which works fine with the function.
GeoHatchBrush b = new GeoHatchBrush(GeoHatchStyle.Percent60, new GeoColor(255, 0, 0));
canvas.DrawArea(poly, b, ThinkGeo.MapSuite.Core.DrawingLevel.LevelOne);
Thanks
Rick