How do I draw a bitmap programmatically on a view?

I created a small bitmap and declare it in the resources.xml file, with the id say "bmp".

How do I draw a bitmap programmatically on a view?

I tried WatchUI.loadResource(Rez.bmp) to load it to a variable, then draw using drawBitmap. However the Eclipse message me that "Symbol not found error". it seems that I use wrong syntax in theline calling => WatchUI.loadResource(Rez.bmp).

Can someone help me to correct the invalid syntax?

many thanks
Q