Moving a seamless image on a picturebox

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

Hi!
I have a seamless image drawn onto a PictureBox.
I wrote a mouseMove handle that allow me to drag the image around in that
pictureBox. I whould like to do this
When the border of the image enter the picturebox area, to draw on that
direction the same picturebox with a height or width offset, and that way,
no metter how farr I drag the image, the ideea of wraped on a sphere image
is sesizable.

I have the main routine that drag the image... I just need to calculate the
new images offset

Crirus
 
Back
Top