Foxoft.Ci.CiPadGroup.SetBounds C# (CSharp) 메소드

SetBounds() 공개 메소드

public SetBounds ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void
        public void SetBounds(int x, int y, int w, int h)
        {
            this.TabControl.SetBounds(x, y, w, h);
        }