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 Constructor (Font, FontStyle)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal prototype As Font, _
   ByVal additionalStyles As FontStyle _
)
[C#]
public Font(
   Font prototype,
   FontStyle additionalStyles
);
[C++]
public: Font(
   Font* prototype,
   FontStyle additionalStyles
);
[JScript]
public function Font(
   prototype : Font,
   additionalStyles : FontStyle
);

Parameters

prototype
[To be supplied.]
additionalStyles
[To be supplied.]

See Also

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