C# Class ZoomAndPanSample.RectangleData

Defines the data-model for a simple displayable rectangle.
Inheritance: INotifyPropertyChanged
Mostra file Open project: Zoomicon/ZUI Class Usage Examples

Public Methods

Method Description
RectangleData ( ) : System
RectangleData ( double x, double y, double width, double height, Color color ) : System

Private Methods

Method Description
OnPropertyChanged ( string name ) : void

Raises the 'PropertyChanged' event when the value of a property of the data model has changed.

Method Details

RectangleData() public method

public RectangleData ( ) : System
return System

RectangleData() public method

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