Method | Description | |
---|---|---|
RectangleData ( ) : System | ||
RectangleData ( double x, double y, double width, double height, Color color ) : System |
Method | Description | |
---|---|---|
OnPropertyChanged ( string name ) : void |
Raises the 'PropertyChanged' event when the value of a property of the data model has changed.
|
public RectangleData ( double x, double y, double width, double height, Color color ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
color | Color | |
return | System |