20 references to MapAreaShape
System.Windows.Forms.DataVisualization (20)
Common\General\ImageMap.cs (18)
172 private MapAreaShape _shape = MapAreaShape.Rectangle; 217public MapArea(MapAreaShape shape, string url, float[] coordinates) 256Initialize(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, tag); 278Initialize(MapAreaShape.Rectangle, toolTip, url, attributes, postBackValue, coord, tag); 292public MapArea(MapAreaShape shape, string toolTip, string url, string attributes, string postBackValue, float[] coordinates, object tag) 299private void Initialize(MapAreaShape shape, string toolTip, string url, string attributes, string postBackValue, float[] coordinates, object tag) 302if (shape == MapAreaShape.Circle && coordinates.Length != 3) 306if (shape == MapAreaShape.Rectangle && coordinates.Length != 4) 310if (shape == MapAreaShape.Polygon && (coordinates.Length % 2f) != 0f) 338if (_shape == MapAreaShape.Circle) 342else if (_shape == MapAreaShape.Rectangle) 346else if (_shape == MapAreaShape.Polygon) 363if (this.Shape == MapAreaShape.Circle) 371else if (this.Shape == MapAreaShape.Rectangle) 605 DefaultValue(typeof(MapAreaShape), "Rectangle"), 610 public MapAreaShape Shape 865MapArea area = new MapArea(MapAreaShape.Polygon, toolTip, url, attributes, postBackValue, coord, null);
Common\General\Selection.cs (2)
759MapAreaShape.Polygon, 834 MapAreaShape.Circle,