AdvancedColorPicker.SaturationBrightnessPickerView.TouchesBegan C# (CSharp) Method

TouchesBegan() public method

public TouchesBegan ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
return void
        public override void TouchesBegan(MonoTouch.Foundation.NSSet touches, UIEvent evt)
        {
            base.TouchesBegan (touches, evt);
            HandleTouches(touches,evt);
        }