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!

Font.FromHFONT

[To be supplied.]

[Visual Basic]
Public Shared Function FromHFONT( _
   ByVal hFont As Integer _
) As Font
[C#]
public static Font FromHFONT(
   int hFont
);
[C++]
public: static Font* FromHFONT(
   int hFont
);
[JScript]
public static function FromHFONT(
   hFont : int
) : Font;

Parameters

hFont
[To be supplied.]

See Also

Font Class | Font Members | System.Drawing Namespace