5 references to Rectangle
System.Windows.Forms.DataVisualization (5)
Common\General\ImageMap.cs (5)
172
private MapAreaShape _shape = MapAreaShape.
Rectangle
;
278
Initialize(MapAreaShape.
Rectangle
, toolTip, url, attributes, postBackValue, coord, tag);
306
if (shape == MapAreaShape.
Rectangle
&& coordinates.Length != 4)
342
else if (_shape == MapAreaShape.
Rectangle
)
371
else if (this.Shape == MapAreaShape.
Rectangle
)