C# Class OpenCNCPilot.NewHeightMapWindow

Interaction logic for NewHeightMapWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: martin2250/OpenCNCPilot Class Usage Examples

Méthodes publiques

Свойство Type Description
Max System.Vector2
Min System.Vector2

Méthodes publiques

Méthode Description
NewHeightMapWindow ( ) : OpenCNCPilot.Util
NewHeightMapWindow ( System.Vector2 min, System.Vector2 max ) : OpenCNCPilot.Util

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void

Method Details

NewHeightMapWindow() public méthode

public NewHeightMapWindow ( ) : OpenCNCPilot.Util
Résultat OpenCNCPilot.Util

NewHeightMapWindow() public méthode

public NewHeightMapWindow ( System.Vector2 min, System.Vector2 max ) : OpenCNCPilot.Util
min System.Vector2
max System.Vector2
Résultat OpenCNCPilot.Util

Property Details

Max public_oe property

public Vector2,System Max
Résultat System.Vector2

Min public_oe property

public Vector2,System Min
Résultat System.Vector2