C# Class Praeclarum.UI.Canvas

Inheritance: View, ICanvas
Exibir arquivo Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method 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 method

public Canvas ( ) : System
return System

Canvas() public method

public Canvas ( Context context ) : System
context Context
return System

Canvas() public method

public Canvas ( Context context, global attrs ) : System
context Context
attrs global
return System

Canvas() public method

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

Canvas() public method

public Canvas ( RectangleF frame ) : System
frame Praeclarum.Graphics.RectangleF
return System

Draw() public method

public Draw ( CoreGraphics rect ) : void
rect CoreGraphics
return void

Draw() public method

public Draw ( global canvas ) : void
canvas global
return void

DrawRect() public method

public DrawRect ( System dirtyRect ) : void
dirtyRect System
return void

Initialize() public method

public Initialize ( ) : void
return void

Invalidate() public method

public Invalidate ( ) : void
return void

Invalidate() public method

public Invalidate ( RectangleF frame ) : void
frame Praeclarum.Graphics.RectangleF
return void

TouchesBegan() public method

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesCancelled() public method

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void