Table of Contents

Method Assign

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Assign(in CachedSvgImage<TImage>)

Assigns the values from the specified CachedSvgImage<TImage> instance to this instance.

public void Assign(in CachedSvgImage<TImage> other)

Parameters

other CachedSvgImage<TImage>

The CachedSvgImage<TImage> instance whose values will be assigned to this instance.