Search
DecorationLine.Clone Method
See Also
 



Creates a copy of this decoration line.

 Syntax

VB6  Copy Code

Public Function Clone () As DecorationLine

C++  Copy Code

public:
DecorationLine* Clone ()

 Return Value

DecorationLine instance representing the newly created line.

 Remarks

Creates a new decoration line that has the same attributes as this line.

 See Also