C# 클래스 XamlForIphone.UIBezierPath

상속: UIElement
파일 보기 프로젝트 열기: Clancey/XamlForIphone

Private Properties

프로퍼티 타입 설명
ArrangeInternal void
setupEvents void

공개 메소드들

메소드 설명
AddArc ( System center, System radius, System startAngle, System endAngle, System clockWise ) : void
AddClip ( ) : void
AddCurveToPoint ( System endPoint, System controlPoint1, System controlPoint2 ) : void
AddLineTo ( System point ) : void
AddQuadCurveToPoint ( System endPoint, System controlPoint ) : void
AppendPath ( MonoTouch path ) : void
ApplyTransform ( MonoTouch transform ) : void
ClosePath ( ) : void
ContainsPoint ( System point ) : System.Boolean
Fill ( ) : void
Fill ( MonoTouch blendMode, System alpha ) : void
MoveTo ( System point ) : void
RemoveAllPoints ( ) : void
Stroke ( ) : void
Stroke ( MonoTouch blendMode, System alpha ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

메소드 설명
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

메소드 상세

AddArc() 공개 메소드

public AddArc ( System center, System radius, System startAngle, System endAngle, System clockWise ) : void
center System
radius System
startAngle System
endAngle System
clockWise System
리턴 void

AddClip() 공개 메소드

public AddClip ( ) : void
리턴 void

AddCurveToPoint() 공개 메소드

public AddCurveToPoint ( System endPoint, System controlPoint1, System controlPoint2 ) : void
endPoint System
controlPoint1 System
controlPoint2 System
리턴 void

AddLineTo() 공개 메소드

public AddLineTo ( System point ) : void
point System
리턴 void

AddQuadCurveToPoint() 공개 메소드

public AddQuadCurveToPoint ( System endPoint, System controlPoint ) : void
endPoint System
controlPoint System
리턴 void

AppendPath() 공개 메소드

public AppendPath ( MonoTouch path ) : void
path MonoTouch
리턴 void

ApplyTransform() 공개 메소드

public ApplyTransform ( MonoTouch transform ) : void
transform MonoTouch
리턴 void

ClosePath() 공개 메소드

public ClosePath ( ) : void
리턴 void

ContainsPoint() 공개 메소드

public ContainsPoint ( System point ) : System.Boolean
point System
리턴 System.Boolean

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( MonoTouch blendMode, System alpha ) : void
blendMode MonoTouch
alpha System
리턴 void

MoveTo() 공개 메소드

public MoveTo ( System point ) : void
point System
리턴 void

RemoveAllPoints() 공개 메소드

public RemoveAllPoints ( ) : void
리턴 void

Stroke() 공개 메소드

public Stroke ( ) : void
리턴 void

Stroke() 공개 메소드

public Stroke ( MonoTouch blendMode, System alpha ) : void
blendMode MonoTouch
alpha System
리턴 void