C# Class Project.Polyline

Afficher le fichier Open project: dibagaran/cs-2015-7-alpha Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Point point ) : void
Polyline ( Color color, int width ) : System
this ( int index ) : Point

Method Details

Add() public méthode

public Add ( Point point ) : void
point Point
Résultat void

Polyline() public méthode

public Polyline ( Color color, int width ) : System
color Color
width int
Résultat System

this() public méthode

public this ( int index ) : Point
index int
Résultat Point