C# Class NewTOAPIA.UI.GUIStyle

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

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
Résultat void

DrawLine() public méthode

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
Résultat void

DrawRaisedRect() public méthode

public DrawRaisedRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
aPort IGraphPort
x int
y int
w int
h int
Résultat void

DrawSunkenRect() public méthode

public DrawSunkenRect ( IGraphPort aPort, int x, int y, int w, int h ) : void
aPort IGraphPort
x int
y int
w int
h int
Résultat void

GUIStyle() public méthode

public GUIStyle ( ) : System
Résultat System

brighter() public static méthode

public static brighter ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
Résultat NewTOAPIA.Graphics.Colorref

darker() public static méthode

public static darker ( Colorref color ) : Colorref
color NewTOAPIA.Graphics.Colorref
Résultat NewTOAPIA.Graphics.Colorref