C# Class NewTOAPIA.Drawing.LineSegment

Inheritance: GPath
Show file Open project: Wiladams/NewTOAPIA

Public Methods

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

Method Details

LineSegment() public method

public LineSegment ( Point3D startPoint, Point3D endPoint ) : NewTOAPIA.Graphics
startPoint Point3D
endPoint Point3D
return NewTOAPIA.Graphics

LineSegment() public method

public LineSegment ( double x1, double y1, double x2, double y2 ) : NewTOAPIA.Graphics
x1 double
y1 double
x2 double
y2 double
return NewTOAPIA.Graphics