C# Class MonoMac.CoreGraphics.CGPDFPage

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetBoxRect ( CGPDFBox box ) : RectangleF
GetDrawingTransform ( CGPDFBox box, RectangleF rect, int rotate, bool preserveAspectRatio ) : CGAffineTransform

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CGPDFPage ( CGPDFDocument doc, IntPtr handle ) : System
CGPDFPageGetBoxRect ( IntPtr handle, CGPDFBox box ) : RectangleF
CGPDFPageGetDrawingTransform ( IntPtr handle, CGPDFBox box, RectangleF rect, int rotate, int preserveAspectRatio ) : CGAffineTransform
CGPDFPageGetPageNumber ( IntPtr handle ) : int
CGPDFPageGetRotationAngle ( IntPtr handle ) : int
CGPDFPageRelease ( IntPtr handle ) : void
CGPDFPageRetain ( IntPtr handle ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBoxRect() public method

public GetBoxRect ( CGPDFBox box ) : RectangleF
box CGPDFBox
return RectangleF

GetDrawingTransform() public method

public GetDrawingTransform ( CGPDFBox box, RectangleF rect, int rotate, bool preserveAspectRatio ) : CGAffineTransform
box CGPDFBox
rect RectangleF
rotate int
preserveAspectRatio bool
return CGAffineTransform