C# 클래스 NewTOAPIA.UI.PushButton

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

공개 메소드들

메소드 설명
DrawBackground ( DrawEvent devent ) : void
PushButton ( string name, RectangleI frame, IGraphic label ) : System
PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System

메소드 상세

DrawBackground() 공개 메소드

public DrawBackground ( DrawEvent devent ) : void
devent DrawEvent
리턴 void

PushButton() 공개 메소드

public PushButton ( string name, RectangleI frame, IGraphic label ) : System
name string
frame RectangleI
label IGraphic
리턴 System

PushButton() 공개 메소드

public PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System
name string
x int
y int
width int
height int
label IGraphic
리턴 System