Contructs a Draw object.

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

Syntax

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

Parameters

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

See Also