StiIconSetHelperGetIcon Method |
Returns image for specified icon key.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static Image GetIcon(
StiIcon icon
)
Public Shared Function GetIcon (
icon As StiIcon
) As Image
Parameters
- icon
- Type: Stimulsoft.Report.ComponentsStiIcon
Specified icon key.
Return Value
Type:
ImageImage for specified icon key.
See Also