System.Windows.Forms.Control.SetBoundsCore C# (CSharp) 메소드

SetBoundsCore() 개인적인 메소드

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