C# Class Praeclarum.UI.Canvas

Inheritance: View, ICanvas
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Canvas() public méthode

public Canvas ( ) : System
Résultat System

Canvas() public méthode

public Canvas ( Context context ) : System
context Context
Résultat System

Canvas() public méthode

public Canvas ( Context context, global attrs ) : System
context Context
attrs global
Résultat System

Canvas() public méthode

public Canvas ( Context context, global attrs, int defStyle ) : System
context Context
attrs global
defStyle int
Résultat System

Canvas() public méthode

public Canvas ( RectangleF frame ) : System
frame Praeclarum.Graphics.RectangleF
Résultat System

Draw() public méthode

public Draw ( CoreGraphics rect ) : void
rect CoreGraphics
Résultat void

Draw() public méthode

public Draw ( global canvas ) : void
canvas global
Résultat void

DrawRect() public méthode

public DrawRect ( System dirtyRect ) : void
dirtyRect System
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Invalidate() public méthode

public Invalidate ( RectangleF frame ) : void
frame Praeclarum.Graphics.RectangleF
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void