Brush.Clone Method

Definition

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

public:
 abstract System::Object ^ Clone();
public abstract object Clone ();
abstract member Clone : unit -> obj
Public MustOverride Function Clone () As Object

Returns

The new Brush that this method creates.

Implements

Applies to