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
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Method Details

DrawSelf() public method

public DrawSelf ( DrawEvent de ) : void
de NewTOAPIA.UI.DrawEvent
return void

GradientRectangle() public method

public GradientRectangle ( ) : System
return System

GradientRectangle() public method

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

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void