Skip to content

Instantly share code, notes, and snippets.

@martinbowling
Created December 26, 2010 03:31
Show Gist options
  • Save martinbowling/755194 to your computer and use it in GitHub Desktop.
Save martinbowling/755194 to your computer and use it in GitHub Desktop.
public override void Draw (RectangleF rect)
{
base.Draw(rect);
UIImage img = UIImage.FromFile("Images/navigation_background.png");
img.Draw(new RectangleF(0,0, 320,44));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment