C# Class NoiseTool.GradientPoint

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: MadoxLabs/NoiseTool Class Usage Examples

Méthodes publiques

Свойство Type Description
_color Color
_point double

Méthodes publiques

Méthode Description
OnDelete ( ) : void
RaisePropertyChanged ( string propertyName ) : void

Method Details

OnDelete() public méthode

public OnDelete ( ) : void
Résultat void

RaisePropertyChanged() public méthode

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

Property Details

_color public_oe property

public Color _color
Résultat Color

_point public_oe property

public double _point
Résultat double