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

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

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