C# Class PLC.GradientRectangle

This graphic basically shows the phase title. It is clickable so that actions can occur once it is clicked on.
Inheritance: NewTOAPIA.UI.Graphic
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
DrawSelf ( DrawEvent de ) : void
GradientRectangle ( ) : System
GradientRectangle ( int x, int y, int width, int height, uint colorBegin, uint colorEnd, uint colorBorder, float angle ) : System

Méthodes protégées

Méthode Description
OnUpdateGeometryState ( ) : void

Method Details

DrawSelf() public méthode

public DrawSelf ( DrawEvent de ) : void
de NewTOAPIA.UI.DrawEvent
Résultat void

GradientRectangle() public méthode

public GradientRectangle ( ) : System
Résultat System

GradientRectangle() public méthode

public GradientRectangle ( int x, int y, int width, int height, uint colorBegin, uint colorEnd, uint colorBorder, float angle ) : System
x int
y int
width int
height int
colorBegin uint
colorEnd uint
colorBorder uint
angle float
Résultat System

OnUpdateGeometryState() protected méthode

protected OnUpdateGeometryState ( ) : void
Résultat void