Leap Motion C# API Reference  0.8.0
Leap.GestureList Class Reference

The GestureList class represents a list of Gesture objects. More...

Inherits Leap.Interface, and IEnumerable< Gesture >.

Public Member Functions

GestureList Append (GestureList other)
 Appends the members of the specified GestureList to this GestureList.
 
 GestureList ()
 Constructs an empty gesture list.
 

Properties

int Count [get]
 The length of this list.
 
bool Empty [get]
 Deprecated.
 
bool IsEmpty [get]
 Reports whether the list is empty.
 

Detailed Description

The GestureList class represents a list of Gesture objects.

Get a GestureList object from a Frame object.

Constructor & Destructor Documentation

Leap.GestureList.GestureList ( )
inline

Constructs an empty gesture list.

Member Function Documentation

GestureList Leap.GestureList.Append ( GestureList  other)
inline

Appends the members of the specified GestureList to this GestureList.

Parameters
otherA GestureList object containing Gesture objects to append to the end of this GestureList.

Property Documentation

int Leap.GestureList.Count
get

The length of this list.

Returns
The number of gestures in this list.
bool Leap.GestureList.Empty
get

Deprecated.

Use GestureList::isEmpty() instead.

See Also
GestureList::isEmpty()
bool Leap.GestureList.IsEmpty
get

Reports whether the list is empty.

Returns
True, if the list has no members.