Read Bitmap and create Method to Create Image at runtime

  • Thread starter Thread starter Mark Johnson
  • Start date Start date
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)
 
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
 
Back
Top