Create a duplicate instance of this object.
'宣言
Public MustOverride Function Clone( _
ByVal As Chart _
) As System.Object
public abstract System.object Clone(
Chart
)
パラメータ
- owner
- The owner of the new object.
戻り値の型
A new object which is a copy of this object.