The XViewportMouseControllerState type exposes the following members.

Methods

  NameDescription
Add
Adds the relative values of the s2 to the state s1.
AddRelative
Adds the relative values from state2 to this state.
CreateDgr
Creates the mouse controller state from the parameters given in degrees.
EqualsOverloaded.
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Subtract
Subtracts the relative values of the s2 from the state s1.
ToString

Returns the fully qualified type name of this instance.

(Inherited from ValueType.)

Operators

  NameDescription
Addition
Adds the relative values of the s2 to the state s1.
Equality
Tests whether the instance a and the instance b are equal.
Inequality
Tests whether the instance a and the instance b are not equal.
Subtraction
Subtracts the relative values of the s2 from the state s1.

See Also