C# 클래스 NewTOAPIA.Drawing.LineSegment

상속: GPath
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

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

메소드 상세

LineSegment() 공개 메소드

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

LineSegment() 공개 메소드

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