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