C# 클래스 SuperProgram.CodeBehind.PointsInputManager

파일 보기 프로젝트 열기: StanislavUshakov/NumericalMethods 1 사용 예제들

공개 메소드들

메소드 설명
GetSingleContour ( ) : Contour
PointsInputHandler ( object sender, MouseEventArgs e ) : void
PointsInputManager ( GeometryDrawer drawer, TabControlHelper tabControlHelper ) : System
Reset ( ) : void
SetUpTestCase ( ) : void

메소드 상세

GetSingleContour() 공개 메소드

public GetSingleContour ( ) : Contour
리턴 Contour

PointsInputHandler() 공개 메소드

public PointsInputHandler ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

PointsInputManager() 공개 메소드

public PointsInputManager ( GeometryDrawer drawer, TabControlHelper tabControlHelper ) : System
drawer GeometryDrawer
tabControlHelper TabControlHelper
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetUpTestCase() 공개 메소드

public SetUpTestCase ( ) : void
리턴 void