MouseState Class |
Namespace: Rhino.UI
The MouseState type exposes the following members.
| Name | Description | |
|---|---|---|
| Button |
Which button or buttons are currently pressed
| |
| FrustumLine |
Line in frustum that the active mouse position covers
| |
| View |
View that is being used mouse tests
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMouseOver(Line) |
Test if the mouse is currently over a 3d line
| |
| IsMouseOver(Point3d) |
Test if the mouse is currently over a 3d location
| |
| IsMouseOver(Curve, Double) |
Test if the mouse is over a curve
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |