Contructs a DrawPick object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DrawPick(
MouseEventArgs mouseEventArgs,
Graphics graphics,
Size bounds
)
Public Sub New (
mouseEventArgs As MouseEventArgs,
graphics As Graphics,
bounds As Size
)
public:
DrawPick(
MouseEventArgs^ mouseEventArgs,
Graphics^ graphics,
Size bounds
)
new :
mouseEventArgs : MouseEventArgs *
graphics : Graphics *
bounds : Size -> DrawPick
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