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!

Form.ScaleCore

Base function that performs scaling of the form.

[Visual Basic]
Overrides Protected Sub ScaleCore( _
   ByVal x As Single, _
   ByVal y As Single _
)
[C#]
protected override void ScaleCore(
   float x,
   float y
);
[C++]
protected: override void ScaleCore(
   float x,
   float y
);
[JScript]
protected override function ScaleCore(
   x : float,
   y : float
);

Parameters

x
Percentage to scale the form horizontally
y
Percentage to scale the form vertically

See Also

Form Class | Form Members | System.WinForms Namespace | ScaleCore