I have a multi-browser page that shows vertical text.
As an ugly hack to get text to render vertically in all browsers I\'ve created a custom page handler that retur
You can use the LockBits method on your Bitmap to return a BitmapData object, and set the Alpha for each pixel yourself (you could also use GetPixel and SetPixel, but these methods are insanely slow). See this answer.
I know this works for sure, because when I first started using the technique I was setting the alpha value to 0, so none of the colors I was setting were visible.
Edit: here is a sample of a fisheye lens effect, done entirely in .NET (using LockBits):
alt text http://www.freeimagehosting.net/uploads/21ca8300cc.jpg