namespace MonoGame.Extended { public interface ISizable { SizeF Size { get; set; } } }