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