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

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

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor ) : System
name string
x int
y int
width int
height int
bkColor uint
borderColor uint
Результат System
		public DeliverablesList(string name, int x, int y, int width, int height, uint bkColor, uint borderColor)
			: this(name, x, y, width, height, bkColor, borderColor, 90)
		{
		}

Same methods

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