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