C# Class SpeedSketch.StrokeCGView

Inheritance: UIView
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Свойство Type Description
DirtyRectForSampleStride CGRect
Draw void

Méthodes publiques

Méthode Description
DirtyRects ( Stroke stroke ) : List
Draw ( CGRect rect ) : void
SetNeedsDisplay ( Stroke stroke ) : void
StrokeCGView ( CGRect frame ) : System

Private Methods

Méthode Description
DirtyRectForSampleStride ( IEnumerable sampleStride ) : CGRect
Draw ( Stroke stroke ) : void

Method Details

DirtyRects() public méthode

public DirtyRects ( Stroke stroke ) : List
stroke Stroke
Résultat List

Draw() public méthode

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

SetNeedsDisplay() public méthode

public SetNeedsDisplay ( Stroke stroke ) : void
stroke Stroke
Résultat void

StrokeCGView() public méthode

public StrokeCGView ( CGRect frame ) : System
frame CGRect
Résultat System