C# Class NewTOAPIA.UI.LinearLayout

Inheritance: LayoutManager
Show file Open project: Wiladams/NewTOAPIA

Protected Properties

Property Type Description
fCurrentX int
fCurrentY int
fNumElements int

Public Methods

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

Method Details

AddToLayout() public method

public AddToLayout ( IGraphic trans ) : void
trans IGraphic
return void

LinearLayout() public method

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

ResetLayout() public method

public ResetLayout ( ) : void
return void

Property Details

fCurrentX protected property

protected int fCurrentX
return int

fCurrentY protected property

protected int fCurrentY
return int

fNumElements protected property

protected int fNumElements
return int