Contructs a DrawMap object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public DrawMap(
	Graphics graphics,
	Size bounds
)
Visual Basic (Declaration)
Public Sub New ( _
	graphics As Graphics, _
	bounds As Size _
)
Visual C++
public:
DrawMap(
	Graphics^ graphics, 
	Size bounds
)

Parameters

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

See Also