C# Class GraphicEditor.Model.ChildWindowBehavior.ChildWondows.ColorPickerChildWindow

Inheritance: IChildWindow
Show file Open project: msCube/Gallery Class Usage Examples

Public Methods

Method Description
ColorPickerChildWindow ( ) : GraphicEditor.Model.ChildWindowBehavior.Interfaces
Move ( int x, int y ) : void
Show ( MainWindow window ) : void

Method Details

ColorPickerChildWindow() public method

public ColorPickerChildWindow ( ) : GraphicEditor.Model.ChildWindowBehavior.Interfaces
return GraphicEditor.Model.ChildWindowBehavior.Interfaces

Move() public method

public Move ( int x, int y ) : void
x int
y int
return void

Show() public method

public Show ( MainWindow window ) : void
window MainWindow
return void