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

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

private cairo_image_surface_get_format ( IntPtr surface ) : Format
surface System.IntPtr
Результат Format
        internal static extern Format cairo_image_surface_get_format(IntPtr surface);
NativeMethods