Click or drag to resize

OperationServiceExtensionsGetProductGroupMenuBitmap Method

Returns a bitmap image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.

Namespace:  Resto.Front.Api.Extensions
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static Bitmap GetProductGroupMenuBitmap(
	this IProductGroup productGroup
)

Parameters

productGroup
Type: Resto.Front.Api.Data.AssortmentIProductGroup
Product group to get menu image for.

Return Value

Type: Bitmap

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IProductGroup. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
The image may be of any format, depending on what the user has uploaded.
See Also