C# Class NPhotoViewController.TilingView

Inheritance: UIView
Afficher le fichier Open project: conceptdev/NPhotoScroller

Méthodes publiques

Méthode Description
Draw ( RectangleF rect ) : void
TilingView ( string name, SizeF size ) : System

initWithImageName

tileForScale ( System.Single scale, int row, int col ) : UIImage

Private Methods

Méthode Description
LayerClass ( ) : Class

Method Details

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

TilingView() public méthode

initWithImageName
public TilingView ( string name, SizeF size ) : System
name string
size System.Drawing.SizeF
Résultat System

tileForScale() public méthode

public tileForScale ( System.Single scale, int row, int col ) : UIImage
scale System.Single
row int
col int
Résultat UIImage