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.Flatten (Matrix)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Flatten( _
   ByVal matrix As Matrix _
)
[C#]
public void Flatten(
   Matrix matrix
);
[C++]
public: void Flatten(
   Matrix* matrix
);
[JScript]
public function Flatten(
   matrix : Matrix
);

Parameters

matrix
[To be supplied.]

See Also

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