dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System.Drawing.Win32 DrawingGraphics.cs, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing.Win32 DrawingGraphics.cs, 1.17, 1.18
Date: Thu, 20 Nov 2003 07:42:22 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32
In directory subversions:/tmp/cvs-serv21563/System.Drawing.Win32

Modified Files:
        DrawingGraphics.cs 
Log Message:


Add the "DrawGlyph" primitive, for drawing simple xbm-based glyphs for
minimize, close, scroll arrows, etc.


Index: DrawingGraphics.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32/DrawingGraphics.cs,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** DrawingGraphics.cs  16 Nov 2003 20:28:35 -0000      1.17
--- DrawingGraphics.cs  20 Nov 2003 07:42:20 -0000      1.18
***************
*** 340,343 ****
--- 340,352 ----
        }
  
+       // Draw a bitmap-based glyph to a "Graphics" object.  "bits" must be
+       // in the form of an xbm bitmap.
+       public override void DrawGlyph(int x, int y,
+                                                                  byte[] bits, 
int bitsWidth, int bitsHeight,
+                                                                  
System.Drawing.Color color)
+       {
+               // TODO
+       }
+ 
  }; // class DrawingGraphics
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]