Created
December 26, 2010 03:31
-
-
Save martinbowling/755194 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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