C# Class SpeedSketch.CGContextExtensions

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
AddLine ( this context, CGPoint point ) : void
Move ( this context, CGPoint point ) : void

Method Details

AddLine() public static méthode

public static AddLine ( this context, CGPoint point ) : void
context this
point CGPoint
Résultat void

Move() public static méthode

public static Move ( this context, CGPoint point ) : void
context this
point CGPoint
Résultat void