This documentation is archived and is not being maintained.
ScrollableControl.ScaleCore Method
.NET Framework 1.1
This member overrides Control.ScaleCore.
[Visual Basic] Overrides Protected Sub ScaleCore( _ ByVal dx As Single, _ ByVal dy As Single _ ) [C#] protected override void ScaleCore( float dx, float dy ); [C++] protected: void ScaleCore( float dx, float dy ); [JScript] protected override function ScaleCore( dx : float, dy : 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
ScrollableControl Class | ScrollableControl Members | System.Windows.Forms Namespace
Show: