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); }
static void ReadNative(IntPtr native, ref Poppler.AnnotCalloutLine target) { target = New(native); }