C# 클래스 NPhotoViewController.TilingView

상속: UIView
파일 보기 프로젝트 열기: conceptdev/NPhotoScroller

공개 메소드들

메소드 설명
Draw ( RectangleF rect ) : void
TilingView ( string name, SizeF size ) : System

initWithImageName

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

비공개 메소드들

메소드 설명
LayerClass ( ) : Class

메소드 상세

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

TilingView() 공개 메소드

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

tileForScale() 공개 메소드

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