IMSL C# Numerical Library

Draw Constructor 

Contructs a Draw object.

public Draw(
   Graphics graphics,
   Size bounds
);

Parameters

graphics
A Graphics object encapsulating a GDI+ drawing surface.
bounds
A Size specifying the width and height of a rectangle.

See Also

Draw Class | Imsl.Chart2D Namespace