BlackBerry.Screen.Window.screen_post_window C# (CSharp) Метод

screen_post_window() приватный Метод

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
Результат int
        static extern int screen_post_window(IntPtr win, IntPtr buffer, int rect_count, [In] int[] dirty_rects, Flushing flushing);