Paint.ColorPicker.HandleTouch C# (CSharp) Méthode

HandleTouch() protected méthode

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