C# Class OpenCNCPilot.NewHeightMapWindow

Interaction logic for NewHeightMapWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: martin2250/OpenCNCPilot Class Usage Examples

Public Properties

Property Type Description
Max System.Vector2
Min System.Vector2

Public Methods

Method Description
NewHeightMapWindow ( ) : OpenCNCPilot.Util
NewHeightMapWindow ( System.Vector2 min, System.Vector2 max ) : OpenCNCPilot.Util

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void

Method Details

NewHeightMapWindow() public method

public NewHeightMapWindow ( ) : OpenCNCPilot.Util
return OpenCNCPilot.Util

NewHeightMapWindow() public method

public NewHeightMapWindow ( System.Vector2 min, System.Vector2 max ) : OpenCNCPilot.Util
min System.Vector2
max System.Vector2
return OpenCNCPilot.Util

Property Details

Max public_oe property

public Vector2,System Max
return System.Vector2

Min public_oe property

public Vector2,System Min
return System.Vector2