C# Class LayoutFarm.UI.SpacePart

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SpacePart ( NinespaceController ownerDockspaceController, int spaceWidth, int spaceHeight, SpaceName docSpacename )

Method Details

ArrangeContent() public méthode

public ArrangeContent ( ) : void
Résultat void

CalculateContentSize() public méthode

public CalculateContentSize ( ) : void
Résultat void

SetBound() public méthode

public SetBound ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
Résultat void

SetLocation() public méthode

public SetLocation ( int x, int y ) : void
x int
y int
Résultat void

SetSize() public méthode

public SetSize ( int w, int h ) : void
w int
h int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string