Method Clone
Clone()
Creates a new instance of CachedSvgImage<TImage> that is a copy of the current instance.
public CachedSvgImage<TImage> Clone()
Returns
- CachedSvgImage<TImage>
A new CachedSvgImage<TImage> instance that is a copy of the current instance.
Remarks
The cloned instance will have the same state and data as the original instance. Changes made to the cloned instance will not affect the original instance, and vice versa.