C# Класс NPhotoViewController.PhotoViewController

Наследование: UIViewController
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
configurePage void
dequeueRecycledPage ImageScrollView
frameForPageAtIndex System.Drawing.RectangleF
imageAtIndex UIImage
imageNameAtIndex string
imageSizeAtIndex System.Drawing.SizeF
isDisplayingPageForIndex bool
tilePages void

Открытые методы

Метод Описание
LoadView ( ) : void
PhotoViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidUnload ( ) : void
WillAnimateRotation ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
configurePage ( ImageScrollView page, int index ) : void
dequeueRecycledPage ( ) : ImageScrollView
frameForPageAtIndex ( int index ) : RectangleF
imageAtIndex ( int index ) : UIImage
imageNameAtIndex ( int index ) : string
imageSizeAtIndex ( int index ) : SizeF
isDisplayingPageForIndex ( int index ) : bool
tilePages ( ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

LoadView() публичный Метод

public LoadView ( ) : void
Результат void

PhotoViewController() публичный Метод

public PhotoViewController ( ) : System
Результат System

ShouldAutorotateToInterfaceOrientation() публичный Метод

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Результат bool

ViewDidUnload() публичный Метод

public ViewDidUnload ( ) : void
Результат void

WillAnimateRotation() публичный Метод

public WillAnimateRotation ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Результат void

WillRotate() публичный Метод

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Результат void