NestingPath Constructors

Definition

Overloads

NestingPath()
NestingPath(IEnumerable<GestureSegment>)

NestingPath()

public NestingPath ();

Applies to

NestingPath(IEnumerable<GestureSegment>)

public NestingPath (System.Collections.Generic.IEnumerable<Microsoft.Gestures.GestureSegment> collection);

Parameters

Applies to