Search
PenCollection.Clone Method
See Also
 





Returns a shallow copy of this PenCollection object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual Object Clone ()

Visual Basic  Copy Code

Public Overridable Function Clone () As Object

 Return Value

An instance of the PenCollection class.

 See Also