메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
OnPointChanged ( ) : void |
OnPoint property changed method
|
public ObservablePoint ( double x, double y ) : System | ||
x | double | |
y | double | |
리턴 | System |