Hi, I want to spice up one my boring business applications with a little special effect. I was thinking along the lines of having a gothic font and then doing some animated blood dripping off it. The text would be fixed and be
When drawing say an 8x8 bitmap to say a 128x128 bitmap using Graphics::DrawImage(image,x,y,width,height) there is a 0.5 pixel offset between the input and output - that is the first zoomed in pixel in every row and the entire first row is only half as wide as the other 7 rows and ...
I have a small (hopefully) problem... I defined an user control that in the Paint overriden method does the following things: protected override void OnPaint( PaintEventArgs e ) {