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