Click or drag to resize

SvgFilterClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new object that is a copy of the current instance.

Namespace:  Svg.FilterEffects
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override Object Clone()
Request Example View Source

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also