C# 클래스 Harriet.Models.Chat.ChatWindowPositionModel

チャット枠の位置、サイズ情報を表します。
상속: HarrietNotifiableModelBase
파일 보기 프로젝트 열기: malaybaku/harriet 1 사용 예제들

공개 메소드들

메소드 설명
ChatWindowPositionModel ( IMainWindow mainWindow, IChatWindowLayoutSetting layout, IChatWindowRelocateRequestable relocateRequestor ) : Harriet.Models.Core
Relocate ( ) : void
ResetSize ( ) : void
SetDefaultSize ( double width, double height ) : void

비공개 메소드들

메소드 설명
OnRelocateRequested ( object sender, EventArgs e ) : void

메소드 상세

ChatWindowPositionModel() 공개 메소드

public ChatWindowPositionModel ( IMainWindow mainWindow, IChatWindowLayoutSetting layout, IChatWindowRelocateRequestable relocateRequestor ) : Harriet.Models.Core
mainWindow IMainWindow
layout IChatWindowLayoutSetting
relocateRequestor IChatWindowRelocateRequestable
리턴 Harriet.Models.Core

Relocate() 공개 메소드

public Relocate ( ) : void
리턴 void

ResetSize() 공개 메소드

public ResetSize ( ) : void
리턴 void

SetDefaultSize() 공개 메소드

public SetDefaultSize ( double width, double height ) : void
width double
height double
리턴 void