C# Class NPhotoViewController.TilingView

Inheritance: UIView
ファイルを表示 Open project: conceptdev/NPhotoScroller

Public Methods

Method Description
Draw ( RectangleF rect ) : void
TilingView ( string name, SizeF size ) : System

initWithImageName

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

Private Methods

Method Description
LayerClass ( ) : Class

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

TilingView() public method

initWithImageName
public TilingView ( string name, SizeF size ) : System
name string
size System.Drawing.SizeF
return System

tileForScale() public method

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