ResourceHandler.GetImageFromResource Method (String)
Retrieves the image from the resource file.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Image GetImageFromResource(
string resourceId
)
public:
Image^ GetImageFromResource(
String^ resourceId
)
Public Function GetImageFromResource (
resourceId As String
) As Image
Parameters
resourceId
Type: System.StringThe resource identifier.
Return Value
Type: System.Drawing.Image
See Also
ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top