C# 클래스 MTExample1_8.DrawingView

상속: UIView
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics

공개 메소드들

메소드 설명
Draw ( CGRect rect ) : void
DrawColorBar ( Graphics g, int x, int y, int width, int height, ColorMap map, string str ) : void
DrawingView ( CGRect rect ) : System.Drawing

메소드 상세

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

DrawColorBar() 공개 메소드

public DrawColorBar ( Graphics g, int x, int y, int width, int height, ColorMap map, string str ) : void
g System.Drawing.Graphics
x int
y int
width int
height int
map ColorMap
str string
리턴 void

DrawingView() 공개 메소드

public DrawingView ( CGRect rect ) : System.Drawing
rect CGRect
리턴 System.Drawing