IMSL C# Numerical Library
DrawMap Constructor
Contructs a
DrawMap
object.
public DrawMap(
Graphics
graphics
,
Size
bounds
);
Parameters
graphics
A
Graphics
context in which to draw.
bounds
A
Size
object containing the width and height of the chart to be drawn.
See Also
DrawMap Class
|
Imsl.Chart2D Namespace