C# Class LayoutFarm.UI.SpacePart

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
SpacePart ( NinespaceController ownerDockspaceController, int spaceWidth, int spaceHeight, SpaceName docSpacename )

Method Details

ArrangeContent() public method

public ArrangeContent ( ) : void
return void

CalculateContentSize() public method

public CalculateContentSize ( ) : void
return void

SetBound() public method

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

SetLocation() public method

public SetLocation ( int x, int y ) : void
x int
y int
return void

SetSize() public method

public SetSize ( int w, int h ) : void
w int
h int
return void

ToString() public method

public ToString ( ) : string
return string