GroupLab Widget Tap Library

Path.Part Constructor

Initialises the current part from the information in a string representation of it.

Overload List

Initialises an empty part.

public Path.Part();

Initialises the current part to represent a windowing system widget.

public Path.Part(IntPtr,Grammar);

Initialises the current part from the information in a string representation of it.

public Path.Part(string,Grammar);

See Also

Path.Part Class | GroupLab.WidgetTap Namespace