Read Bitmap and create Method to Create Image at runtime

M

Mark Johnson

Is there Source available that could read in a Image/Bitmap and create a C#
Method that would use Grafics to create this Image/Bitmap at runtime without
having load (in a other program using this created Method) the original
Bitmap again?

Mark Johnson, Berlin Germany
(e-mail address removed)
 
M

Mattias Sjögren

Mark,
Is there Source available that could read in a Image/Bitmap and create a C#
Method that would use Grafics to create this Image/Bitmap at runtime without
having load (in a other program using this created Method) the original
Bitmap again?

Can't you just store the bitmap as a resource in your assembly and
load it at runtime?



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top