GestureSegmentConnections Constructors

Definition

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 containingGesture.

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.

Applies to