Posted on 2004.02.25 |
No comments |
C#
This post has been imported from the old blog and has not yet been converted to the new syntax yet.
I added another article in the 'Basic C# Examples'-series. ;)
It should answer the question of how to make nonsquare windows?
There is another example out there (which I can't find the link of anymore) that uses pointers to run over the image. Because of performance issues. So, I decided to take the GetPixel approach and see if it worked. And it does ;) Don't notice any performance hit here thou, maybe on weaker computers..
How To Make Non-Rectangular Forms.
It should answer the question of how to make nonsquare windows?
There is another example out there (which I can't find the link of anymore) that uses pointers to run over the image. Because of performance issues. So, I decided to take the GetPixel approach and see if it worked. And it does ;) Don't notice any performance hit here thou, maybe on weaker computers..
How To Make Non-Rectangular Forms.