Method | Description | |
---|---|---|
ObservablePoint ( ) : System |
Initializes a new instance of ObservablePoint class
|
|
ObservablePoint ( double x, double y ) : System |
Initializes a new instance of ObservablePoint class giving the x and y coordinates
|
Method | Description | |
---|---|---|
OnPointChanged ( ) : void |
OnPoint property changed method
|
public ObservablePoint ( double x, double y ) : System | ||
x | double | |
y | double | |
return | System |