I have this code, that draws an image.
private void timer1_Tick(object sender, EventArgs e) { Invalidate(); } protected override void OnPaint(PaintEvent
You need to apply transformation matrix. Here you can find good example about transformations in GDI+