C# 클래스 csModels.ZoneModel.ZonesPoi

Provide the PoI with an option to draw named zones. Input Labels: * ModelId.IsAreaFilled Output Labels: * ZoneList.ZonesLabel
상속: ModelPoiBase
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddZone void
DeleteAllZones void
UpdateInfoFromLabels void
Zones_CollectionChanged void

공개 메소드들

메소드 설명
RemoveGraphics ( ) : void
SaveLabel ( ) : void
Start ( ) : void
Stop ( ) : void
UpdateGraphics ( ) : void

비공개 메소드들

메소드 설명
AddZone ( Zone z ) : void
DeleteAllZones ( ) : void
UpdateInfoFromLabels ( ) : void

Update the internal state based on the label values.

Zones_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

RemoveGraphics() 공개 메소드

public RemoveGraphics ( ) : void
리턴 void

SaveLabel() 공개 메소드

public SaveLabel ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UpdateGraphics() 공개 메소드

public UpdateGraphics ( ) : void
리턴 void