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.FromLOGFONT (LOGFONT, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function FromLOGFONT( _
   ByVal lf As LOGFONT, _
   ByVal hdc As Integer _
) As Font
[C#]
public static Font FromLOGFONT(
   LOGFONT lf,
   int hdc
);
[C++]
public: static Font* FromLOGFONT(
   LOGFONT* lf,
   int hdc
);
[JScript]
public static function FromLOGFONT(
   lf : LOGFONT,
   hdc : int
) : Font;

Parameters

lf
[To be supplied.]
hdc
[To be supplied.]

See Also

Font Class | Font Members | System.Drawing Namespace | Font.FromLOGFONT Overload List