C# 클래스 Praeclarum.UI.Canvas

상속: View, ICanvas
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
Canvas ( ) : System
Canvas ( Context context ) : System
Canvas ( Context context, global attrs ) : System
Canvas ( Context context, global attrs, int defStyle ) : System
Canvas ( RectangleF frame ) : System
Draw ( CoreGraphics rect ) : void
Draw ( global canvas ) : void
DrawRect ( System dirtyRect ) : void
Initialize ( ) : void
Invalidate ( ) : void
Invalidate ( RectangleF frame ) : void
TouchesBegan ( Foundation touches, UIEvent evt ) : void
TouchesCancelled ( Foundation touches, UIEvent evt ) : void
TouchesEnded ( Foundation touches, UIEvent evt ) : void
TouchesMoved ( Foundation touches, UIEvent evt ) : void

메소드 상세

Canvas() 공개 메소드

public Canvas ( ) : System
리턴 System

Canvas() 공개 메소드

public Canvas ( Context context ) : System
context Context
리턴 System

Canvas() 공개 메소드

public Canvas ( Context context, global attrs ) : System
context Context
attrs global
리턴 System

Canvas() 공개 메소드

public Canvas ( Context context, global attrs, int defStyle ) : System
context Context
attrs global
defStyle int
리턴 System

Canvas() 공개 메소드

public Canvas ( RectangleF frame ) : System
frame Praeclarum.Graphics.RectangleF
리턴 System

Draw() 공개 메소드

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

Draw() 공개 메소드

public Draw ( global canvas ) : void
canvas global
리턴 void

DrawRect() 공개 메소드

public DrawRect ( System dirtyRect ) : void
dirtyRect System
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

Invalidate() 공개 메소드

public Invalidate ( RectangleF frame ) : void
frame Praeclarum.Graphics.RectangleF
리턴 void

TouchesBegan() 공개 메소드

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void