[Mono-bugs] [Bug 76281][Nor] New - Bitmap.GetHicon not implemented.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 29 17:48:23 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76281

--- shadow/76281	2005-09-29 17:48:23.000000000 -0400
+++ shadow/76281.tmp.22095	2005-09-29 17:48:23.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 76281
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: jordi at ximian.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bitmap.GetHicon not implemented.
+
+The method Bitmap.GetHicon is not implemented.
+
+This routine is typically used like this:
+
+            Bitmap bitmap = new Bitmap(image);
+            Icon icon = Icon.FromHandle(bitmap.GetHicon());
+
+Not really to interoperate externally, but to create icons from bitmaps.


More information about the mono-bugs mailing list