C# Class SpeedSketch.StrokeCGView

Inheritance: UIView
Exibir arquivo Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
DirtyRectForSampleStride CGRect
Draw void

Public Methods

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

Private Methods

Method Description
DirtyRectForSampleStride ( IEnumerable sampleStride ) : CGRect
Draw ( Stroke stroke ) : void

Method Details

DirtyRects() public method

public DirtyRects ( Stroke stroke ) : List
stroke Stroke
return List

Draw() public method

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

SetNeedsDisplay() public method

public SetNeedsDisplay ( Stroke stroke ) : void
stroke Stroke
return void

StrokeCGView() public method

public StrokeCGView ( CGRect frame ) : System
frame CGRect
return System