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.Widen (Pen, Matrix, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Widen( _
   ByVal pen As Pen, _
   ByVal matrix As Matrix, _
   ByVal removeSelfIntersects As Boolean _
)
[C#]
public void Widen(
   Pen pen,
   Matrix matrix,
   bool removeSelfIntersects
);
[C++]
public: void Widen(
   Pen* pen,
   Matrix* matrix,
   bool removeSelfIntersects
);
[JScript]
public function Widen(
   pen : Pen,
   matrix : Matrix,
   removeSelfIntersects : Boolean
);

Parameters

pen
[To be supplied.]
matrix
[To be supplied.]
removeSelfIntersects
[To be supplied.]

See Also

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