Bug.Display.UiElement.Draw C# (CSharp) Method

Draw() public abstract method

public abstract Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public abstract void Draw(SpriteBatch batch);
    }