System.Windows.Forms.Form.ScaleCore C# (CSharp) Method

ScaleCore() private method

private ScaleCore ( float x, float y ) : void
x float
y float
return void
		protected override void ScaleCore (float x, float y)
		{
			base.ScaleCore (x, y);
		}
Form