GestureSegmentConnections Constructors
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.
Overloads
GestureSegmentConnections() |
Creates a blank GestureSegmentConnections instance, not associated with any Gesture and not holding information regarding any SegmentConnections. |
GestureSegmentConnections(Gesture) |
Creates a blank GestureSegmentConnections instance and associates it with |
GestureSegmentConnections()
Creates a blank GestureSegmentConnections instance, not associated with any Gesture and not holding information regarding any SegmentConnections.
public GestureSegmentConnections ();
Applies to
GestureSegmentConnections(Gesture)
Creates a blank GestureSegmentConnections instance and associates it with containingGesture
.
public GestureSegmentConnections (Microsoft.Gestures.Gesture containingGesture);
Parameters
- containingGesture
- Gesture
The Gesture object this GestureSegmentConnections instance will be associated with.