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

SetBoundsCoreInternal() private method

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