Ejemplo n.º 1
0
 public static extern void nk_draw_list_stroke_poly_line(
     nk_draw_list *dl,
     nk_vec2 *pnts,
     uint cnt,
     nk_color col,
     nk_draw_list_stroke stroke,
     float thickness,
     nk_anti_aliasing aa
     );
Ejemplo n.º 2
0
 public static void nk_draw_list_stroke_poly_line(nk_draw_list *dl, nk_vec2 *pnts, uint cnt, nk_color col, nk_draw_list_stroke stroke, float thickness, nk_anti_aliasing aa) => _nk_draw_list_stroke_poly_line(dl, pnts, cnt, col, stroke, thickness, aa);
Ejemplo n.º 3
0
 public static void nk_draw_list_path_stroke(nk_draw_list *dl, nk_color col, nk_draw_list_stroke closed, float thickness) => _nk_draw_list_path_stroke(dl, col, closed, thickness);
Ejemplo n.º 4
0
 public static extern void nk_draw_list_path_stroke(nk_draw_list *dl, NkColor col, nk_draw_list_stroke closed, float thickness);