Why do you say that? Why can't you just subclass BitmapImage (or Bitmap if it's simple enough) and add a few event handlers?
On Mar 21, 2013, at 11:34 PM, Jonathan Campos wrote: > I'm curious if anyone else has created a very very very simple spark image > already? I'm debating the need for a project I am on right now and the > issue is that just to show an image that is interactable (mouse click) > requires also creating of groups and whatnot for the skin. > > The issue is that I'm creating 400 of these at a time and there is a > visible pause. Just curious if anyone else came across this before I spend > the time to write it. > > -- > Jonathan Campos