SegmentConnections Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a set of possible state transitions (outgoing edges) for a single GestureSegment (either HandPose or HandMotion) of a given Gesture object's state-machine.
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay, nq}")]
public class SegmentConnections : Microsoft.Gestures.GesturesFrameworkObject
- Inheritance
- Attributes
Constructors
SegmentConnections() |
Creates a blank SegmentConnections instance, not associated with any GestureSegment instances. |
SegmentConnections(GestureSegment, IEnumerable<GestureSegment>) |
Creates a SegmentConnections instance representing all transitions where |
Properties
From |
The origin state associated with this SegmentConnections instance. |
IsFrozen | (Inherited from GesturesFrameworkObject) |
To |
A list of the destination states associated with this SegmentConnections instance. |
Methods
CalculateHashCode() | |
DeepFreeze() | |
Equals(Object) | (Inherited from GesturesFrameworkObject) |
EqualsInternal(Object) | |
Freeze() | (Inherited from GesturesFrameworkObject) |
GetHashCode() | (Inherited from GesturesFrameworkObject) |
ToString() |
Returns a string description of the state transitions represented by this SegmentConnections instance. |
ValidateCore() | |
VerifyNotFrozen(String) | (Inherited from GesturesFrameworkObject) |
Explicit Interface Implementations
IValidatable.Validate() | (Inherited from GesturesFrameworkObject) |