C# 클래스 ZoomAndPanSample.RectangleData

Defines the data-model for a simple displayable rectangle.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Zoomicon/ZUI 1 사용 예제들

공개 메소드들

메소드 설명
RectangleData ( ) : System
RectangleData ( double x, double y, double width, double height, Color color ) : System

비공개 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

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

메소드 상세

RectangleData() 공개 메소드

public RectangleData ( ) : System
리턴 System

RectangleData() 공개 메소드

public RectangleData ( double x, double y, double width, double height, Color color ) : System
x double
y double
width double
height double
color Color
리턴 System