C# 클래스 GraphicCell, NewTOAPIA

상속: LayoutManager
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddToLayout ( IGraphic g ) : void
GraphicCell ( Position, aPosition, int margin ) : System
GraphicCell ( Position, aPosition, int margin, Rectangle frame ) : System
ResetLayout ( ) : void

메소드 상세

AddToLayout() 공개 메소드

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

GraphicCell() 공개 메소드

public GraphicCell ( Position, aPosition, int margin ) : System
aPosition Position,
margin int
리턴 System

GraphicCell() 공개 메소드

public GraphicCell ( Position, aPosition, int margin, Rectangle frame ) : System
aPosition Position,
margin int
frame Rectangle
리턴 System

ResetLayout() 공개 메소드

public ResetLayout ( ) : void
리턴 void