Scales the entire control and any child controls.
[Visual Basic] Overloads Public Sub Scale( _ ByVal dx As Single, _ ByVal dy As Single _ ) [C#] public void Scale( float dx, float dy ); [C++] public: void Scale( float dx, float dy ); [JScript] public function Scale( dx : float, dy : float );
Control Class | Control Members | System.WinForms Namespace | Control.Scale Overload List