Foxoft.Ci.CiPadGroup.SetBounds C# (CSharp) Méthode

SetBounds() public méthode

public SetBounds ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
Résultat void
        public void SetBounds(int x, int y, int w, int h)
        {
            this.TabControl.SetBounds(x, y, w, h);
        }