C# Class NPhotoViewController.ImageScrollView

Inheritance: UIScrollView
Exibir arquivo Open project: conceptdev/NPhotoScroller Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

public ImageScrollView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

displayImage() public method

public displayImage ( UIImage image ) : void
image UIImage
return void

displayTiledImageNamed() public method

public displayTiledImageNamed ( string imageName, SizeF imageSize ) : void
imageName string
imageSize System.Drawing.SizeF
return void

pointToCenterAfterRotation() public method

public pointToCenterAfterRotation ( ) : PointF
return System.Drawing.PointF

restoreCenterPoint() public method

public restoreCenterPoint ( PointF oldCenter, float oldScale ) : void
oldCenter System.Drawing.PointF
oldScale float
return void

scaleToRestoreAfterRotation() public method

public scaleToRestoreAfterRotation ( ) : float
return float

setMaxMinZoomScalesForCurrentBounds() public method

public setMaxMinZoomScalesForCurrentBounds ( ) : void
return void