GroupLab Widget Tap Library

Path Constructor

Initialises a path from its string representation, assuming the default widget tap path grammar.

Overload List

Initialises an empty path.

public Path();

Initialises a path to describe a heavyweight widget, assuming the default widget tap path grammar.

public Path(IntPtr);

Initialises a path to describe a heavyweight widget.

public Path(IntPtr,Grammar);

Initialises a path from its string representation, assuming the default widget tap path grammar.

public Path(string);

Initialises a path from its string representation.

public Path(string,Grammar);

See Also

Path Class | GroupLab.WidgetTap Namespace