Contructs a DrawMap object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DrawMap(
Graphics graphics,
Size bounds
)
Public Sub New (
graphics As Graphics,
bounds As Size
)
public:
DrawMap(
Graphics^ graphics,
Size bounds
)
new :
graphics : Graphics *
bounds : Size -> DrawMap
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