C# 클래스 SpeedSketch.StrokeCGView

상속: UIView
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DirtyRectForSampleStride CGRect
Draw void

공개 메소드들

메소드 설명
DirtyRects ( Stroke stroke ) : List
Draw ( CGRect rect ) : void
SetNeedsDisplay ( Stroke stroke ) : void
StrokeCGView ( CGRect frame ) : System

비공개 메소드들

메소드 설명
DirtyRectForSampleStride ( IEnumerable sampleStride ) : CGRect
Draw ( Stroke stroke ) : void

메소드 상세

DirtyRects() 공개 메소드

public DirtyRects ( Stroke stroke ) : List
stroke Stroke
리턴 List

Draw() 공개 메소드

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

SetNeedsDisplay() 공개 메소드

public SetNeedsDisplay ( Stroke stroke ) : void
stroke Stroke
리턴 void

StrokeCGView() 공개 메소드

public StrokeCGView ( CGRect frame ) : System
frame CGRect
리턴 System