C# Class GraphicEditor.Model.Layer

Inheritance: System.Windows.Controls.Canvas
Afficher le fichier Open project: msCube/Gallery Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Activate ( ) : void
Résultat void

Clone() public méthode

public Clone ( bool autoNaming = true ) : Layer
autoNaming bool
Résultat Layer

Layer() public méthode

public Layer ( ) : System.ComponentModel
Résultat System.ComponentModel

Layer() public méthode

public Layer ( string name ) : System.ComponentModel
name string
Résultat System.ComponentModel

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Select() public méthode

public Select ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Unactivate() public méthode

public Unactivate ( ) : void
Résultat void

Unselect() public méthode

public Unselect ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void