C# 클래스 NewTOAPIA.UI.GUIStyle

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

공개 메소드들

메소드 설명
DrawFrame ( IGraphPort aPort, int x, int y, int w, int h, FrameStyle style ) : void
DrawLine ( IGraphPort aPort, int x1, int y1, int x2, int y2, int border_width ) : void
DrawRaisedRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
DrawSunkenRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
GUIStyle ( ) : System
brighter ( Colorref color ) : Colorref
darker ( Colorref color ) : Colorref

메소드 상세

DrawFrame() 공개 메소드

public DrawFrame ( IGraphPort aPort, int x, int y, int w, int h, FrameStyle style ) : void
aPort IGraphPort
x int
y int
w int
h int
style FrameStyle
리턴 void

DrawLine() 공개 메소드

public DrawLine ( IGraphPort aPort, int x1, int y1, int x2, int y2, int border_width ) : void
aPort IGraphPort
x1 int
y1 int
x2 int
y2 int
border_width int
리턴 void

DrawRaisedRect() 공개 메소드

public DrawRaisedRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
aPort IGraphPort
x int
y int
w int
h int
리턴 void

DrawSunkenRect() 공개 메소드

public DrawSunkenRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
aPort IGraphPort
x int
y int
w int
h int
리턴 void

GUIStyle() 공개 메소드

public GUIStyle ( ) : System
리턴 System

brighter() 공개 정적인 메소드

public static brighter ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
리턴 NewTOAPIA.Graphics.Colorref

darker() 공개 정적인 메소드

public static darker ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
리턴 NewTOAPIA.Graphics.Colorref