Ejemplo n.º 1
0
 /// <summary>
 /// C'tor
 ///
 /// The size is automatically set to the buttonStyle.normal.background
 /// </summary>
 /// <param name="buttonStyle">SkinAdapter with all button states</param>
 public GenericImageButton(IStyle buttonStyle)
 {
     Setup(buttonStyle.GetBackgroundImageSize().X, buttonStyle.GetBackgroundImageSize().Y, buttonStyle);
 }