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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

Font Class | Font Members | System.Drawing Namespace