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

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

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