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!

GraphicsPath.AddString (String, FontFamily, Int32, Single, Point, StringFormat)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddString( _
   ByVal s As String, _
   ByVal family As FontFamily, _
   ByVal style As Integer, _
   ByVal emSize As Single, _
   ByVal origin As Point, _
   ByVal format As StringFormat _
)
[C#]
public void AddString(
   string s,
   FontFamily family,
   int style,
   float emSize,
   Point origin,
   StringFormat format
);
[C++]
public: void AddString(
   String* s,
   FontFamily* family,
   int style,
   float emSize,
   Point origin,
   StringFormat* format
);
[JScript]
public function AddString(
   s : String,
   family : FontFamily,
   style : int,
   emSize : float,
   origin : Point,
   format : StringFormat
);

Parameters

s
[To be supplied.]
family
[To be supplied.]
style
[To be supplied.]
emSize
[To be supplied.]
origin
[To be supplied.]
format
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddString Overload List