MouseState Class |
Namespace: Rhino.UI
The MouseState type exposes the following members.
| Name | Description | |
|---|---|---|
| Button |
Which button or buttons are currently pressed
| |
| DeviceLocation |
Where the mouse is, in device pixels of the surface this event came from.
| |
| DpiScale |
Device pixels per logical pixel for the surface this event came from.
1.0 when that is not known.
| |
| FrustumLine |
Line in frustum that the active mouse position covers
| |
| Location |
Where the mouse is, in logical pixels of the surface this event came from.
This is the coordinate system on screen controls are laid out in, so it is
the one to hit test against.
| |
| 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.) |