Inheritance: INativeObject, IDisposable
Esempio n. 1
0
 internal CGPDFPage(CGPDFDocument doc, IntPtr handle)
 {
     this.doc = doc;
     this.handle = handle;
     CGPDFPageRetain (handle);
 }
Esempio n. 2
0
 internal CGPDFPage(CGPDFDocument doc, IntPtr handle)
 {
     this.doc    = doc;
     this.handle = handle;
     CGPDFPageRetain(handle);
 }