Share via


IVisualGestureBuilderFrameSource::AddGestures Method

Adds the specified list of gestures to the Visual Gesture Builder frame source.

Syntax

public:
HRESULT AddGestures(
         UINT capacity,
         IGesture **gestures
)

Parameters

  • capacity
    Type: UINT
    [in] The size of the array of gestures to be added.
  • gestures
    Type: IGesture
    [in] The array of gestures to be added.

Return value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Requirements

Header: kinect.visualgesturebuilder.h

Library: TBD