C# Class NoiseTool.GradientPoint

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: MadoxLabs/NoiseTool Class Usage Examples

Public Properties

Property Type Description
_color Color
_point double

Public Methods

Method Description
OnDelete ( ) : void
RaisePropertyChanged ( string propertyName ) : void

Method Details

OnDelete() public method

public OnDelete ( ) : void
return void

RaisePropertyChanged() public method

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

Property Details

_color public_oe property

public Color _color
return Color

_point public_oe property

public double _point
return double