Hello.
I'm developing a Windows Mobile application with C# and .NET Compact Framework.
I want to fill a Bitmap with an image that it's smaller. To fill this new Bitmap I want to repeat the image horizontally and vertically until the bitmap it is completely fill.
How can I do that?
Thank you!