Click or drag to resize
DrawPick Constructor
Contructs a DrawPick object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DrawPick(
	MouseEventArgs mouseEventArgs,
	Graphics graphics,
	Size bounds
)

Parameters

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