? =?ISO-8859-2?Q?Marcin_Grz=EAbski?= Sep 16, 2004 #2 Hi, Do you want to do a raster operation or you want to move image on windows form/control? Marcin
D Dennis Myrén Sep 16, 2004 #3 With System.Drawing.Graphics you can use the Matrix to perform a translation. g.Transform.Translate(...);
With System.Drawing.Graphics you can use the Matrix to perform a translation. g.Transform.Translate(...);