Recurity.Swf.AVM1.ActionEndDrag.ActionEndDrag C# (CSharp) Method

ActionEndDrag() public method

Ends the drag operation in progress, if any.
public ActionEndDrag ( ) : System
return System
        public ActionEndDrag()
        {
            _StackOps = new StackChange[ 0 ];
        }
ActionEndDrag