Base function that performs scaling of the form.
[Visual Basic] Overrides Protected Sub ScaleCore( _ ByVal x As Single, _ ByVal y As Single _ ) [C#] protected override void ScaleCore( float x, float y ); [C++] protected: override void ScaleCore( float x, float y ); [JScript] protected override function ScaleCore( x : float, y : float );
Form Class | Form Members | System.WinForms Namespace | ScaleCore