Paint.HorizontalGauge.CreateGaugeRectangle C# (CSharp) Method

CreateGaugeRectangle() protected method

Simply creates a rectangle that defines the location and size of the gauge
protected CreateGaugeRectangle ( ) : Rectangle
return Microsoft.Xna.Framework.Rectangle
        protected override Rectangle CreateGaugeRectangle()
        {
            return this.gaugeRectangle;
        }