Paint.ColorPicker.HandleTouch C# (CSharp) 메소드

HandleTouch() 보호된 메소드

Handles a particular touch by the user
protected HandleTouch ( ITouchPoint touchPosition ) : void
touchPosition ITouchPoint
리턴 void
        protected override void HandleTouch(ITouchPoint touchPosition)
        {
            this.OnColorSelected(EventArgs.Empty);
        }