C# Class Xamarin.Canvas.PolygonNode

Inheritance: Node
Afficher le fichier Open project: Clancey/Canvas Class Usage Examples

Méthodes publiques

Méthode Description
PolygonNode ( double width, double height ) : System
SetVerticies ( IEnumerable verticies ) : void

Private Methods

Méthode Description
Normalize ( ) : void

Method Details

PolygonNode() public méthode

public PolygonNode ( double width, double height ) : System
width double
height double
Résultat System

SetVerticies() public méthode

public SetVerticies ( IEnumerable verticies ) : void
verticies IEnumerable
Résultat void