Builds an icon, directly based on the key supplied.

Syntax

ISIconHandler.GetIconAsIcon(resourceManager, resourceId, size, [adjustDpi], [iconItems], [bitmapCache])

Parameters

NameTypeOptionalByRefDescription
resourceManager Resources.ResourceManager The resource manager.
resourceId String The key or alias used to identify the icon item.
size Integer The size of the new bitmap.
adjustDpi Boolean Optional Adjust size for DPI resolution. If omitted, a value of True is assumed.
iconItems ISIconItems Optional The icon items collection. If not specified, simply uses the ResourceId passed in. If omitted, a value of Nothing is assumed.
bitmapCache ISBitmapCache Optional Optional bitmap cache. If omitted, a value of Nothing is assumed.

Return Value

Icon

The Icon.

Member of:
ISIconHandler
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0