C# Class WindowsApplication1.Dot

Afficher le fichier Open project: mono/mono-microthreads Class Usage Examples

Méthodes publiques

Méthode Description
Dot ( int x, int y, Color color, MyForm form ) : System
Run ( ) : void

Private Methods

Méthode Description
AngleAdd ( int angle, int add ) : int
TryAngle ( int angle ) : bool

Method Details

Dot() public méthode

public Dot ( int x, int y, Color color, MyForm form ) : System
x int
y int
color Color
form MyForm
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void