[]
Creates a new object that is a copy of the current instance.
public virtual object Clone()
Public Overridable Function Clone() As Object
Type | Description |
---|---|
object | A new object that is a copy of this instance. |
This method creates another CharBox instance with the same settings as this one.