ImageLibraryGetStandardImage Method (Int32, Int32, Int32) |
Returns ImageDefinition for standard image formatmap32x32.png & formatmap16x16.png.
Namespace: FluentRibbon.LibrariesAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public static ImageDefinition GetStandardImage(
int x,
int y,
int lcid
)
Parameters
- x
- Type: SystemInt32
X-coordinate of image thumbnail on composite image - y
- Type: SystemInt32
Y-coordinate of image thumbnail on composite image - lcid
- Type: SystemInt32
Locale ID of current web
Return Value
Type:
ImageDefinitionImageDefinition instanse for standard image with specified coordinates
See Also