상속: INativeObject, IDisposable
예제 #1
0
 internal CGPDFPage(CGPDFDocument doc, IntPtr handle)
 {
     this.doc = doc;
     this.handle = handle;
     CGPDFPageRetain (handle);
 }
예제 #2
0
 internal CGPDFPage(CGPDFDocument doc, IntPtr handle)
 {
     this.doc    = doc;
     this.handle = handle;
     CGPDFPageRetain(handle);
 }