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.GetAutoScaleSize

[To be supplied.]

[Visual Basic]
Public Shared Function GetAutoScaleSize( _
   ByVal font As Font _
) As SizeF
[C#]
public static SizeF GetAutoScaleSize(
   Font font
);
[C++]
public: static SizeF GetAutoScaleSize(
   Font* font
);
[JScript]
public static function GetAutoScaleSize(
   font : Font
) : SizeF;

Parameters

font
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace