Click or drag to resize
ImageLibraryGetStandardImage Method (Int32, Int32)

Returns ImageDefinition for standard image formatmap32x32.png & formatmap16x16.png.

Caution: if you have non-english SharePoint installation, and don't have English language pack, this will not work. Use overload with 3 parameters.

Namespace: FluentRibbon.Libraries
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public static ImageDefinition GetStandardImage(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X-coordinate of image thumbnail on composite image
y
Type: SystemInt32
Y-coordinate of image thumbnail on composite image

Return Value

Type: ImageDefinition
ImageDefinition instanse for standard image with specified coordinates
See Also