예제 #1
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int SetPaletteEntries(IntPtr hPalette, int wStartIndex, int wNumEntries,
                                            ref PALETTEENTRY lpPaletteEntries);
예제 #2
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetEnhMetaFilePaletteEntries(IntPtr hemf, int cEntries, ref PALETTEENTRY lppe);
예제 #3
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int GetSystemPaletteEntries(IntPtr hdc, int wStartIndex, int wNumEntries,
                                                  ref PALETTEENTRY lpPaletteEntries);
예제 #4
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int AnimatePalette(IntPtr hPalette, int wStartIndex, int wNumEntries,
                                         PALETTEENTRY[] lpPaletteColors);