Inheritance: INativeObject, IDisposable
Example #1
0
 public void DrawPDFPage(CGPDFPage page)
 {
     CGContextDrawPDFPage(handle, page.handle);
 }
Example #2
0
		public void DrawPDFPage (CGPDFPage page)
		{
			CGContextDrawPDFPage (handle, page.handle);
		}