Performs the work of scaling the entire control and any child controls.
[Visual Basic] Overridable Protected Sub ScaleCore( _ ByVal dx As Single, _ ByVal dy As Single _ ) [C#] protected virtual void ScaleCore( float dx, float dy ); [C++] protected: virtual void ScaleCore( float dx, float dy ); [JScript] protected function ScaleCore( dx : float, dy : float );