Exemple #1
0
 public unsafe int GetColorAt(int index, CefMenuColorType color_type, cef_color_t *color)
 {
     fixed(cef_menu_model_t *self = &this)
     {
         return(((delegate * unmanaged[Stdcall] < cef_menu_model_t *, int, CefMenuColorType, cef_color_t *, int >)get_color_at)(self, index, color_type, color));
     }
 }
Exemple #2
0
 public unsafe extern int GetColorAt(int index, CefMenuColorType color_type, cef_color_t *color);
Exemple #3
0
 public unsafe extern int GetColor(int command_id, CefMenuColorType color_type, cef_color_t *color);