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

HandleTouch() 보호된 메소드

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

Same methods

HorizontalGauge::HandleTouch ( float xPosition ) : void