Search
HatchBrush.Clone Method
See Also
 





Creates an exact copy of this brush.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public override Object Clone ()

Visual Basic  Copy Code

Public Overrides Function Clone () As Object

 Return Value

An instance of the HatchBrush class.

 See Also