This documentation is archived and is not being maintained.
Form.ScaleCore Method
.NET Framework 1.1
This member overrides Control.ScaleCore.
[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: void ScaleCore( float x, float y ); [JScript] protected override function ScaleCore( x : float, y : float );
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Form Class | Form Members | System.Windows.Forms Namespace | ScaleCore
Show: