Exemple #1
0
 public static extern int DisplayGlyphs(uint handle, Glyph[] glyphs, uint count, byte time, DisplayColour foreground, DisplayColour background);
Exemple #2
0
 public static extern int DisplayPrint(uint handle, [MarshalAs(UnmanagedType.LPStr)] String text, byte time, DisplayColour foreground, DisplayColour background);
Exemple #3
0
 public static extern int DisplayGlyph(uint handle, Glyph glyph, byte time, DisplayColour foreground, DisplayColour background);