C# Class NewTOAPIA.Drawing.LineSegment

Inheritance: GPath
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
LineSegment ( Point3D startPoint, Point3D endPoint ) : NewTOAPIA.Graphics
LineSegment ( double x1, double y1, double x2, double y2 ) : NewTOAPIA.Graphics

Method Details

LineSegment() public méthode

public LineSegment ( Point3D startPoint, Point3D endPoint ) : NewTOAPIA.Graphics
startPoint Point3D
endPoint Point3D
Résultat NewTOAPIA.Graphics

LineSegment() public méthode

public LineSegment ( double x1, double y1, double x2, double y2 ) : NewTOAPIA.Graphics
x1 double
y1 double
x2 double
y2 double
Résultat NewTOAPIA.Graphics