Ejemplo n.º 1
0
 [DllImport("libX11", EntryPoint = "XCreatePixmapCursor")]//, CLSCompliant(false)]
 public extern static IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot);
Ejemplo n.º 2
0
 [DllImport("libX11", EntryPoint = "XLookupColor")]//, CLSCompliant(false)]
 public extern static int XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color);
Ejemplo n.º 3
0
 [DllImport("libX11", EntryPoint = "XAllocColor")]//, CLSCompliant(false)]
 public extern static int XAllocColor(IntPtr display, IntPtr Colormap, ref XColor colorcell_def);
Ejemplo n.º 4
0
 [DllImport("libX11", EntryPoint = "XCreatePixmapCursor")]//, CLSCompliant(false)]
 public extern static IntPtr XCreatePixmapCursor(IntPtr display, IntPtr source, IntPtr mask, ref XColor foreground_color, ref XColor background_color, int x_hot, int y_hot);
Ejemplo n.º 5
0
 [DllImport("libX11", EntryPoint = "XAllocColor")]//, CLSCompliant(false)]
 public extern static int XAllocColor(IntPtr display, IntPtr Colormap, ref XColor colorcell_def);
Ejemplo n.º 6
0
 [DllImport("libX11", EntryPoint = "XLookupColor")]//, CLSCompliant(false)]
 public extern static int XLookupColor(IntPtr display, IntPtr Colormap, string Coloranem, ref XColor exact_def_color, ref XColor screen_def_color);
Ejemplo n.º 7
0
 public static extern Status XAllocNamedColor(Display display, Colormap colormap, string color_name, out XColor screen_def_return, out XColor exact_def_return);
Ejemplo n.º 8
0
 public static int XAllocNamedColor(IntPtr display, IntPtr colormap, string color_name, out XColor screen_def_return, out XColor exact_def_return);