C# Class NewTOAPIA.UI.LinearLayout

Inheritance: LayoutManager
Afficher le fichier Open project: Wiladams/NewTOAPIA

Protected Properties

Свойство Type Description
fCurrentX int
fCurrentY int
fNumElements int

Méthodes publiques

Méthode Description
AddToLayout ( IGraphic trans ) : void
LinearLayout ( IGraphicGroup gg, int gap, int margin, Orientation orient )
ResetLayout ( ) : void

Method Details

AddToLayout() public méthode

public AddToLayout ( IGraphic trans ) : void
trans IGraphic
Résultat void

LinearLayout() public méthode

public LinearLayout ( IGraphicGroup gg, int gap, int margin, Orientation orient )
gg IGraphicGroup
gap int
margin int
orient Orientation

ResetLayout() public méthode

public ResetLayout ( ) : void
Résultat void

Property Details

fCurrentX protected_oe property

protected int fCurrentX
Résultat int

fCurrentY protected_oe property

protected int fCurrentY
Résultat int

fNumElements protected_oe property

protected int fNumElements
Résultat int