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

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

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