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

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

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