Table of Contents

Method LoadSmallAndLargeImagesFromResource

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

LoadSmallAndLargeImagesFromResource(Assembly)

Loads both small and large images from the specified assembly's embedded resources.

public virtual void LoadSmallAndLargeImagesFromResource(Assembly assembly)

Parameters

assembly Assembly

The assembly containing the embedded resources to load the images from.

Remarks

This method loads two sets of images: small and large. The specific resources to load are determined by the implementation of the resource-loading logic. Ensure that the provided assembly contains the required resources in the expected format.