DrawingViewMouseEventArgs Properties |
The DrawingViewMouseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Button |
Gets which mouse button was pressed.
| |
Cancel |
Gets or sets a value indicating whether or not to cancel the event.
| |
ClientPoint |
Gets the client coordinates of the mouse during the generating mouse event.
| |
Delta |
Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant.
| |
DrawingView |
Gets the view.
| |
WorldPoint |
Gets the world coordinates of the mouse during the generating mouse event.
|