C# 클래스 MonoMac.CoreGraphics.CGPDFPage

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetBoxRect ( CGPDFBox box ) : RectangleF
GetDrawingTransform ( CGPDFBox box, RectangleF rect, int rotate, bool preserveAspectRatio ) : CGAffineTransform

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBoxRect() 공개 메소드

public GetBoxRect ( CGPDFBox box ) : RectangleF
box CGPDFBox
리턴 RectangleF

GetDrawingTransform() 공개 메소드

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