Qyoto.QWidget.SetGeometry C# (CSharp) Method

SetGeometry() public method

public SetGeometry ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void
        public void SetGeometry(int x, int y, int w, int h)
        {
            interceptor.Invoke("setGeometry$$$$", "setGeometry(int, int, int, int)", typeof(void), typeof(int), x, typeof(int), y, typeof(int), w, typeof(int), h);
        }
QWidget