Click or drag to resize

DrawingViewMouseEventArgs Properties

The DrawingViewMouseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets which mouse button was pressed.
Public propertyCancel
Gets or sets a value indicating whether or not to cancel the event.
Public propertyClientPoint
Gets the client coordinates of the mouse during the generating mouse event.
Public propertyDelta
Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant.
Public propertyDrawingView
Gets the view.
Public propertyWorldPoint
Gets the world coordinates of the mouse during the generating mouse event.
Top
See Also