Ejemplo n.º 1
0
        public Poppler.AnnotCalloutLine Copy()
        {
            IntPtr this_as_native = System.Runtime.InteropServices.Marshal.AllocHGlobal(System.Runtime.InteropServices.Marshal.SizeOf(this));

            System.Runtime.InteropServices.Marshal.StructureToPtr(this, this_as_native, false);
            IntPtr raw_ret = poppler_annot_callout_line_copy(this_as_native);

            Poppler.AnnotCalloutLine ret = Poppler.AnnotCalloutLine.New(raw_ret);
            ReadNative(this_as_native, ref this);
            System.Runtime.InteropServices.Marshal.FreeHGlobal(this_as_native);
            return(ret);
        }
Ejemplo n.º 2
0
 static void ReadNative(IntPtr native, ref Poppler.AnnotCalloutLine target)
 {
     target = New(native);
 }