Category Mechanism Design, Object ProKinDrag

Function ProKinDragStop


Description
this function will stop drag session. Function ProWindowRefresh() should be performed to see the change of the graphic window scale according to updated outline.
Synopsis
#include <ProKinDrag.h>
ProErrorProKinDragStop(void)
Returns
PRO_TK_NO_ERRORThe function was successful.
PRO_TK_GENERAL_ERRORThe function ProKinDragStart was not called before.

Manual References:

  1. Assembly: Kinematic Dragging and Creating Snapshots: Connecting to a Kinematic Drag Session
  2. Assembly: Kinematic Dragging and Creating Snapshots: Connecting to a Kinematic Drag Session

Sample Code References:

  1. pt_examples ( TestDrag.c )
  2. pt_examples ( TestDrag.c )
  3. pt_examples ( TestDrag.c )
  4. pt_examples ( TestDrag.c )