PLC.DeliverablesList.DeliverablesList C# (CSharp) Метод

DeliverablesList() публичный Метод

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor ) : System
name string
x int
y int
width int
height int
bkColor uint
Результат System
        public DeliverablesList(string name, int x, int y, int width, int height, uint bkColor)
			: this(name, x, y, width, height, bkColor, RGBColor.RGB(119, 153, 238))
		{
		}

Same methods

DeliverablesList::DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor ) : System
DeliverablesList::DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle ) : System