BlackBerry.Screen.Window.screen_post_window C# (CSharp) Method

screen_post_window() private method

private screen_post_window ( IntPtr win, IntPtr buffer, int rect_count, [ dirty_rects, Flushing flushing ) : int
win System.IntPtr
buffer System.IntPtr
rect_count int
dirty_rects [
flushing Flushing
return int
        static extern int screen_post_window(IntPtr win, IntPtr buffer, int rect_count, [In] int[] dirty_rects, Flushing flushing);