Paint.ToolBoxToolTouchBase.HandleTouch C# (CSharp) Method

HandleTouch() protected abstract method

Handles a particular touch by the user
protected abstract HandleTouch ( ITouchPoint touchPosition ) : void
touchPosition ITouchPoint
return void
        protected abstract void HandleTouch(ITouchPoint touchPosition);