Creates a copy of this decoration line.
SyntaxVB6
Copy Code
|
|---|
Public Function Clone () As DecorationLine |
C++
Copy Code
|
|---|
public: |
A DecorationLine instance representing the newly created line.
RemarksCreates a new decoration line that has the same attributes as this line.
See Also