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.Scale (Single, Single)

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

Parameters

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

See Also

Control Class | Control Members | System.WinForms Namespace | Control.Scale Overload List