메소드 | 설명 | |
---|---|---|
LineSegment ( Point3D startPoint, Point3D endPoint ) : NewTOAPIA.Graphics | ||
LineSegment ( double x1, double y1, double x2, double y2 ) : NewTOAPIA.Graphics |
public LineSegment ( Point3D startPoint, Point3D endPoint ) : NewTOAPIA.Graphics | ||
startPoint | Point3D | |
endPoint | Point3D | |
리턴 | NewTOAPIA.Graphics |
public LineSegment ( double x1, double y1, double x2, double y2 ) : NewTOAPIA.Graphics | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
리턴 | NewTOAPIA.Graphics |