Пример #1
0
 public static void CopyArea(int op, Surface src, Surface dst, int x_src, int y_src, int width, int height, int x_dst, int y_dst)
 {
     GlitzAPI.glitz_copy_area(src.Handle, dst.Handle, x_src, y_src, width, height, x_dst, y_dst);
 }