Click or drag to resize
LaunchBox

IAdditionalApplicationGetIconImage Method

Gets the image that should be used as an icon when displaying the Additional Application.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Image GetIconImage(
	IGame game
)

Parameters

game  IGame
The game that is associated with the Additional Application. Used to determine the correct image.

Return Value

Image
The image to use for the icon.
See Also