IMSL C# Numerical Library

DrawPick Constructor 

Contructs a DrawPick object.

public DrawPick(
   MouseEventArgs mouseEventArgs,
   Graphics graphics,
   Size bounds
);

Parameters

mouseEventArgs
A MouseEvent that provides data for the MouseUp, MouseDown, and MouseMove events.
graphics
A Graphics object encapsulating a GDI+ drawing surface.
bounds
A Size specifying the width and height of a rectangle.

See Also

DrawPick Class | Imsl.Chart2D Namespace