Movable cursor on a bitmap

  • Thread starter Thread starter Broeden
  • Start date Start date
B

Broeden

Hi
I'm using a bitmap for showing a map. My question is which is the
easiest way to create a movable cursor to indicate for instance the
current position and direction?
/Broeden
 
Probably using GDI. Get the graphics object of the image and draw the cursor.
 
Probably using GDI. Get the graphics object of the image and draw the cursor.
--
Thanks for your reply,

Sure I can draw a cursor, but I don't want to destroy the map. I want
to be able to move the cursor as the position change.

/Broeden
 
You won't need to destroy the map, just simply repaint it along with the
cursor when required.
 
Back
Top