Method | Description | |
---|---|---|
ScatterPoint ( ) : System |
Creates a new instance of BubblePoint class
|
|
ScatterPoint ( double x, double y ) : System |
Create a new instance of BubblePoint class, giving x and y coordinates
|
|
ScatterPoint ( double x, double y, double weight ) : System |
Creates a new instance of BubblePoint class, giving x, y and weight
|
Method | Description | |
---|---|---|
OnPointChanged ( ) : void |
On point property changed method
|
public ScatterPoint ( double x, double y ) : System | ||
x | double | |
y | double | |
return | System |
public ScatterPoint ( double x, double y, double weight ) : System | ||
x | double | |
y | double | |
weight | double | |
return | System |