C# Class XamlForIphone.UIBezierPath

Inheritance: UIElement
Afficher le fichier Open project: Clancey/XamlForIphone

Private Properties

Свойство Type Description
ArrangeInternal void
setupEvents void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

AddArc() public méthode

public AddArc ( System center, System radius, System startAngle, System endAngle, System clockWise ) : void
center System
radius System
startAngle System
endAngle System
clockWise System
Résultat void

AddClip() public méthode

public AddClip ( ) : void
Résultat void

AddCurveToPoint() public méthode

public AddCurveToPoint ( System endPoint, System controlPoint1, System controlPoint2 ) : void
endPoint System
controlPoint1 System
controlPoint2 System
Résultat void

AddLineTo() public méthode

public AddLineTo ( System point ) : void
point System
Résultat void

AddQuadCurveToPoint() public méthode

public AddQuadCurveToPoint ( System endPoint, System controlPoint ) : void
endPoint System
controlPoint System
Résultat void

AppendPath() public méthode

public AppendPath ( MonoTouch path ) : void
path MonoTouch
Résultat void

ApplyTransform() public méthode

public ApplyTransform ( MonoTouch transform ) : void
transform MonoTouch
Résultat void

ClosePath() public méthode

public ClosePath ( ) : void
Résultat void

ContainsPoint() public méthode

public ContainsPoint ( System point ) : System.Boolean
point System
Résultat System.Boolean

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Fill() public méthode

public Fill ( ) : void
Résultat void

Fill() public méthode

public Fill ( MonoTouch blendMode, System alpha ) : void
blendMode MonoTouch
alpha System
Résultat void

MoveTo() public méthode

public MoveTo ( System point ) : void
point System
Résultat void

RemoveAllPoints() public méthode

public RemoveAllPoints ( ) : void
Résultat void

Stroke() public méthode

public Stroke ( ) : void
Résultat void

Stroke() public méthode

public Stroke ( MonoTouch blendMode, System alpha ) : void
blendMode MonoTouch
alpha System
Résultat void