C# 클래스 NewTOAPIA.UI.LinearLayout

상속: LayoutManager
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

보호된 프로퍼티들

프로퍼티 타입 설명
fCurrentX int
fCurrentY int
fNumElements int

공개 메소드들

메소드 설명
AddToLayout ( IGraphic trans ) : void
LinearLayout ( IGraphicGroup gg, int gap, int margin, Orientation orient )
ResetLayout ( ) : void

메소드 상세

AddToLayout() 공개 메소드

public AddToLayout ( IGraphic trans ) : void
trans IGraphic
리턴 void

LinearLayout() 공개 메소드

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

ResetLayout() 공개 메소드

public ResetLayout ( ) : void
리턴 void

프로퍼티 상세

fCurrentX 보호되어 있는 프로퍼티

protected int fCurrentX
리턴 int

fCurrentY 보호되어 있는 프로퍼티

protected int fCurrentY
리턴 int

fNumElements 보호되어 있는 프로퍼티

protected int fNumElements
리턴 int