System.Windows.Forms.Control.SetBoundsCore C# (CSharp) Method

SetBoundsCore() private method

private SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void
		protected virtual void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) {
			SetBoundsCoreInternal (x, y, width, height, specified);
		}
Control