C# Class NewTOAPIA.UI.GUIStyle

Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
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

Method Details

DrawFrame() public method

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
return void

DrawLine() public method

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
return void

DrawRaisedRect() public method

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

DrawSunkenRect() public method

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

GUIStyle() public method

public GUIStyle ( ) : System
return System

brighter() public static method

public static brighter ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
return NewTOAPIA.Graphics.Colorref

darker() public static method

public static darker ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
return NewTOAPIA.Graphics.Colorref