示例#1
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int SetPaletteEntries(IntPtr hPalette, int wStartIndex, int wNumEntries,
     ref PALETTEENTRY lpPaletteEntries);
示例#2
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int GetEnhMetaFilePaletteEntries(IntPtr hemf, int cEntries, ref PALETTEENTRY lppe);
示例#3
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int GetSystemPaletteEntries(IntPtr hdc, int wStartIndex, int wNumEntries,
     ref PALETTEENTRY lpPaletteEntries);
示例#4
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int AnimatePalette(IntPtr hPalette, int wStartIndex, int wNumEntries,
     PALETTEENTRY[] lpPaletteColors);