Cairo.NativeMethods.cairo_xlib_surface_get_screen C# (CSharp) Метод

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

private cairo_xlib_surface_get_screen ( IntPtr surface ) : IntPtr
surface IntPtr
Результат IntPtr
        internal static extern IntPtr cairo_xlib_surface_get_screen(IntPtr surface);
NativeMethods