Paint.HorizontalGauge.HandleTouch C# (CSharp) Method

HandleTouch() protected method

Handles a particular touch/gesture made by the user
protected HandleTouch ( ITouchPoint touch ) : void
touch ITouchPoint /// The position and type of gesture/touch made ///
return void
        protected override void HandleTouch(ITouchPoint touch)
        {
            this.HandleTouch(touch.Position.X);
        }

Same methods

HorizontalGauge::HandleTouch ( float xPosition ) : void