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!

Region.Xor (GraphicsPath)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Xor( _
   ByVal path As GraphicsPath _
)
[C#]
public void Xor(
   GraphicsPath path
);
[C++]
public: void Xor(
   GraphicsPath* path
);
[JScript]
public function Xor(
   path : GraphicsPath
);

Parameters

path
[To be supplied.]

See Also

Region Class | Region Members | System.Drawing Namespace | Region.Xor Overload List