C# Class SuperProgram.CodeBehind.PointsInputManager

Afficher le fichier Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Méthodes publiques

Méthode Description
GetSingleContour ( ) : Contour
PointsInputHandler ( object sender, MouseEventArgs e ) : void
PointsInputManager ( GeometryDrawer drawer, TabControlHelper tabControlHelper ) : System
Reset ( ) : void
SetUpTestCase ( ) : void

Method Details

GetSingleContour() public méthode

public GetSingleContour ( ) : Contour
Résultat Contour

PointsInputHandler() public méthode

public PointsInputHandler ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

PointsInputManager() public méthode

public PointsInputManager ( GeometryDrawer drawer, TabControlHelper tabControlHelper ) : System
drawer GeometryDrawer
tabControlHelper TabControlHelper
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetUpTestCase() public méthode

public SetUpTestCase ( ) : void
Résultat void