Contructs a DrawPick object.

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

Syntax

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

Parameters

mouseEventArgs
Type: System.Windows.Forms..::.MouseEventArgs
A MouseEvent that provides data for the MouseUp, MouseDown, and MouseMove events.
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