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

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

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