Saturday, April 26, 2008

In windows forms what class does Icon derive from?

Icon derives from System.Drawing namespace. It's not a Bitmap by default, and is treated separately by .NET.


However, you can use ToBitmap method to get a valid Bitmap object from a valid Icon object

No comments:

Post a Comment