public Label(int iX, int iY, int iWid, int iHei, string sCaption, fbgfx.Font fnt) : base(iX, iY, iWid, iHei, sCaption) { style = new ButtonStyle(fnt, 0, 0, 0, true); }
public GameButton(int x_, int y_, int width_, int height_, string text, ButtonStyle bs) : this(x_, y_, width_, height_, text, bs, null) { }