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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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