[]
Gets the image from embedded resource.
public static Image GetImageEmbeddedResource(Assembly assembly, string resourceName)
| Type | Name | Description |
|---|---|---|
| Assembly | assembly | The assembly where to search a resource. |
| string | resourceName | The name of resource. |
| Type | Description |
|---|---|
| Image | The image from embedded resource. |
Gets the image from embedded resource.
public static Image GetImageEmbeddedResource(string imageName)
| Type | Name | Description |
|---|---|---|
| string | imageName | The image name. |
| Type | Description |
|---|---|
| Image | The image from embedded resource. |