C# Class ZoomingPdfViewer.PdfScrollView

Inheritance: UIScrollView, IUIScrollViewDelegate
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
LayoutSubviews ( ) : void
PdfScrollView ( CGRect frame ) : System
PdfScrollView ( IntPtr handle ) : System
SetPDFPage ( CGPDFPage pdfPage ) : void

Private Methods

Méthode Description
Initialize ( ) : void
ReplaceTiledPDFView ( CGRect rect ) : void
ViewForZoomingInScrollView ( UIScrollView scrollView ) : UIView
ZoomingEnded ( UIScrollView scrollView, UIView withView, nfloat atScale ) : void
ZoomingStarted ( UIScrollView scrollView, UIView view ) : void

Method Details

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

PdfScrollView() public méthode

public PdfScrollView ( CGRect frame ) : System
frame CGRect
Résultat System

PdfScrollView() public méthode

public PdfScrollView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

SetPDFPage() public méthode

public SetPDFPage ( CGPDFPage pdfPage ) : void
pdfPage CGPDFPage
Résultat void