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

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

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle ) : System
name string
x int
y int
width int
height int
bkColor uint
borderColor uint
angle int
Результат System
        public DeliverablesList(string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle)
            : base(name, x, y, width, height)
        {
            fBackground = new GradientRectangle(0, 0, width, height, RGBColor.White, bkColor, borderColor, angle);

            //LayoutHandler = new VEqualLayout(this, 0, 0);
            LayoutHandler = new VTextLayout(this, 3, 0);
        }
        #endregion

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 ) : System