Ejemplo n.º 1
0
 internal static extern IntPtr VipsObjectGetDescription(NetVips.VipsObject @object);
Ejemplo n.º 2
0
 internal static extern void VipsObjectUnrefOutputs(NetVips.VipsObject @object);
Ejemplo n.º 3
0
 internal static extern int VipsObjectGetArgument(NetVips.VipsObject @object,
                                                  [MarshalAs(UnmanagedType.LPStr)] string name,
                                                  ref GParamSpec.Struct pspec, ref VipsArgumentClass.Struct argumentClass,
                                                  ref VipsArgumentInstance.Struct argumentInstance);
Ejemplo n.º 4
0
 internal static extern int VipsObjectSetFromString(NetVips.VipsObject @object,
                                                    [MarshalAs(UnmanagedType.LPStr)] string @string);
Ejemplo n.º 5
0
 internal static extern IntPtr VipsArgumentMap(NetVips.VipsObject @object, VipsArgumentMapFn fn, IntPtr a,
                                               IntPtr b);