Method GetImage
GetImage(KnownButton)
Retrieves the SVG image associated with the specified button index.
public static SvgImage? GetImage(KnownButton index)
Parameters
indexKnownButtonThe button index for which to retrieve the associated SVG image.
Returns
- SvgImage
The SvgImage associated with the specified button index, or null if no image is available for the given index.
Remarks
This method returns null if the specified button index does not have an associated image.