net90_PropertyGridHelpers.UIEditors_ImageTextUIEditor_GetImageFromEmbeddedResource - dparvin/PropertyGridHelpers GitHub Wiki

ImageTextUIEditor.GetImageFromEmbeddedResource method

Gets the image from embedded resource.

public static Bitmap GetImageFromEmbeddedResource(object Value, string ResourceItem, 
    string ResourcePath, string fileExtension)
parameter description
Value The value.
ResourceItem The resource entry to retrieve.
ResourcePath Name of the resource.
fileExtension The file extension.

Exceptions

exception condition
ArgumentNullException Value
ArgumentException '{nameof(enumImage)}' cannot be null or empty. - enumImage or '{nameof(ResourceName)}' cannot be null or empty. - ResourceName

See Also

⚠️ **GitHub.com Fallback** ⚠️