Click or drag to resize
DrawMap Constructor
Contructs a DrawMap object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DrawMap(
	Graphics graphics,
	Size bounds
)

Parameters

graphics
Type: System.DrawingGraphics
A Graphics context in which to draw.
bounds
Type: System.DrawingSize
A Size object containing the width and height of the chart to be drawn.
See Also