C# 클래스 LayoutFarm.UI.SpacePart

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
ArrangeContent ( ) : void
CalculateContentSize ( ) : void
SetBound ( int x, int y, int w, int h ) : void
SetLocation ( int x, int y ) : void
SetSize ( int w, int h ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
SpacePart ( NinespaceController ownerDockspaceController, int spaceWidth, int spaceHeight, SpaceName docSpacename )

메소드 상세

ArrangeContent() 공개 메소드

public ArrangeContent ( ) : void
리턴 void

CalculateContentSize() 공개 메소드

public CalculateContentSize ( ) : void
리턴 void

SetBound() 공개 메소드

public SetBound ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void

SetLocation() 공개 메소드

public SetLocation ( int x, int y ) : void
x int
y int
리턴 void

SetSize() 공개 메소드

public SetSize ( int w, int h ) : void
w int
h int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string