Method Assign
Assign(in CachedSvgImage<TImage>)
Assigns the values from the specified CachedSvgImage<TImage> instance to this instance.
public void Assign(in CachedSvgImage<TImage> other)
Parameters
otherCachedSvgImage<TImage>The CachedSvgImage<TImage> instance whose values will be assigned to this instance.