C# Class MonoMac.CoreGraphics.CGPDFPage

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBoxRect() public méthode

public GetBoxRect ( CGPDFBox box ) : RectangleF
box CGPDFBox
Résultat RectangleF

GetDrawingTransform() public méthode

public GetDrawingTransform ( CGPDFBox box, RectangleF rect, int rotate, bool preserveAspectRatio ) : CGAffineTransform
box CGPDFBox
rect RectangleF
rotate int
preserveAspectRatio bool
Résultat CGAffineTransform