C# 클래스 PLC.GradientRectangle

This graphic basically shows the phase title. It is clickable so that actions can occur once it is clicked on.
상속: NewTOAPIA.UI.Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
DrawSelf ( DrawEvent de ) : void
GradientRectangle ( ) : System
GradientRectangle ( int x, int y, int width, int height, uint colorBegin, uint colorEnd, uint colorBorder, float angle ) : System

보호된 메소드들

메소드 설명
OnUpdateGeometryState ( ) : void

메소드 상세

DrawSelf() 공개 메소드

public DrawSelf ( DrawEvent de ) : void
de NewTOAPIA.UI.DrawEvent
리턴 void

GradientRectangle() 공개 메소드

public GradientRectangle ( ) : System
리턴 System

GradientRectangle() 공개 메소드

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
리턴 System

OnUpdateGeometryState() 보호된 메소드

protected OnUpdateGeometryState ( ) : void
리턴 void