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.ToLOGFONT (Graphics)

[To be supplied.]

[Visual Basic]
Overloads Public Function ToLOGFONT( _
   ByVal graphics As Graphics _
) As LOGFONT
[C#]
public LOGFONT ToLOGFONT(
   Graphics graphics
);
[C++]
public: LOGFONT* ToLOGFONT(
   Graphics* graphics
);
[JScript]
public function ToLOGFONT(
   graphics : Graphics
) : LOGFONT;

Parameters

graphics
[To be supplied.]

See Also

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