Contructs a Draw object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Draw(
Graphics graphics,
Size bounds
)
Public Sub New (
graphics As Graphics,
bounds As Size
)
public:
Draw(
Graphics^ graphics,
Size bounds
)
new :
graphics : Graphics *
bounds : Size -> Draw
Parameters
- graphics
- Type: System.DrawingGraphics
A Graphics object encapsulating a GDI+ drawing surface.
- bounds
- Type: System.DrawingSize
A Size specifying the width and height of a rectangle.
See Also