Ejemplo n.º 1
0
 public static extern void UpdateRects(IntPtr /*Surface*/ screen, int numrects, ref Rect rects);
Ejemplo n.º 2
0
 public static extern bool SetClipRect(IntPtr /*Surface*/ surface, Rect rect);
Ejemplo n.º 3
0
 public static extern int FillRect(IntPtr /*Surface*/ dst, Rect dstrect, uint color);
Ejemplo n.º 4
0
 public static extern void GetClipRect(IntPtr /*Surface*/ surface, out Rect rect);
Ejemplo n.º 5
0
 public static extern int DisplayYUVOverlay(ref Overlay overlay, Rect dstrect);