NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.ScaleCore

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
);

Parameters

dx
Ratio to scale the control horizontally.
dy
Ratio to scale the control vertically.

See Also

Control Class | Control Members | System.WinForms Namespace