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!

Brush.Clone

When overriden in a derived class, creates an exact copy of this Brush.

[Visual Basic]
MustOverride Public Function Clone() As Object
[C#]
public abstract object Clone();
[C++]
public: virtual Object* Clone() = 0;
[JScript]
public abstract function Clone() : Object;

Return Value

The new Brush that this method creates.

See Also

Brush Class | Brush Members | System.Drawing Namespace