C# Class ZoomingPdfViewer.PdfScrollView

Inheritance: UIScrollView, IUIScrollViewDelegate
Mostrar archivo Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
LayoutSubviews ( ) : void
PdfScrollView ( CGRect frame ) : System
PdfScrollView ( IntPtr handle ) : System
SetPDFPage ( CGPDFPage pdfPage ) : void

Private Methods

Method 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 method

public LayoutSubviews ( ) : void
return void

PdfScrollView() public method

public PdfScrollView ( CGRect frame ) : System
frame CGRect
return System

PdfScrollView() public method

public PdfScrollView ( IntPtr handle ) : System
handle System.IntPtr
return System

SetPDFPage() public method

public SetPDFPage ( CGPDFPage pdfPage ) : void
pdfPage CGPDFPage
return void