Click or drag to resize

DrawingViewMouseEventArgs Constructor

Initializes a new instance of the DrawingViewMouseEventArgs class

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public DrawingViewMouseEventArgs(
	DrawingView drawingView,
	MouseButtons button,
	Point clientPoint,
	Point2d worldPoint,
	int delta
)

Parameters

drawingView
Type: RootPro.RootProCAD.UIDrawingView
button
Type: System.Windows.FormsMouseButtons
clientPoint
Type: System.DrawingPoint
worldPoint
Type: RootPro.RootProCAD.GeometryPoint2d
delta
Type: SystemInt32
See Also