Share via


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

Return Value

Type: System.Drawing.Image

An System.Drawing.Image.

See Also

ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top