C# Class GraphicEditor.Model.Layer

Inheritance: System.Windows.Controls.Canvas
ファイルを表示 Open project: msCube/Gallery Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
Clone ( bool autoNaming = true ) : Layer
Layer ( ) : System.ComponentModel
Layer ( string name ) : System.ComponentModel
NotifyPropertyChanged ( string propertyName ) : void
Select ( object sender, RoutedEventArgs e ) : void
Unactivate ( ) : void
Unselect ( object sender, RoutedEventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Clone() public method

public Clone ( bool autoNaming = true ) : Layer
autoNaming bool
return Layer

Layer() public method

public Layer ( ) : System.ComponentModel
return System.ComponentModel

Layer() public method

public Layer ( string name ) : System.ComponentModel
name string
return System.ComponentModel

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

Select() public method

public Select ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

Unactivate() public method

public Unactivate ( ) : void
return void

Unselect() public method

public Unselect ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void