C# Class Draw.Line

Inheritance: Draw.Shape
Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
Distance ( Point point ) : float
Draw ( Graphics graphics ) : void

Method Details

Distance() public méthode

public Distance ( Point point ) : float
point Point
Résultat float

Draw() public méthode

public Draw ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void