C# Class NPhotoViewController.ImageScrollView

Inheritance: UIScrollView
Afficher le fichier Open project: conceptdev/NPhotoScroller Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ImageScrollView ( RectangleF frame ) : System
LayoutSubviews ( ) : void
ToString ( ) : string
displayImage ( UIImage image ) : void
displayTiledImageNamed ( string imageName, SizeF imageSize ) : void
pointToCenterAfterRotation ( ) : PointF
restoreCenterPoint ( PointF oldCenter, float oldScale ) : void
scaleToRestoreAfterRotation ( ) : float
setMaxMinZoomScalesForCurrentBounds ( ) : void

Method Details

ImageScrollView() public méthode

public ImageScrollView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

displayImage() public méthode

public displayImage ( UIImage image ) : void
image UIImage
Résultat void

displayTiledImageNamed() public méthode

public displayTiledImageNamed ( string imageName, SizeF imageSize ) : void
imageName string
imageSize System.Drawing.SizeF
Résultat void

pointToCenterAfterRotation() public méthode

public pointToCenterAfterRotation ( ) : PointF
Résultat System.Drawing.PointF

restoreCenterPoint() public méthode

public restoreCenterPoint ( PointF oldCenter, float oldScale ) : void
oldCenter System.Drawing.PointF
oldScale float
Résultat void

scaleToRestoreAfterRotation() public méthode

public scaleToRestoreAfterRotation ( ) : float
Résultat float

setMaxMinZoomScalesForCurrentBounds() public méthode

public setMaxMinZoomScalesForCurrentBounds ( ) : void
Résultat void