UtilResourceGetEmbeddedResourceAsImage(String) Method
Gets an embedded resource of type Image in the calling assembly.
Namespace: DevCase.Core.Application.ResourcesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Image GetEmbeddedResourceAsImage(
string name
)
Public Shared Function GetEmbeddedResourceAsImage (
name As String
) As Image
Dim name As String
Dim returnValue As Image
returnValue = UtilResource.GetEmbeddedResourceAsImage(name)
public:
static Image^ GetEmbeddedResourceAsImage(
String^ name
)
static member GetEmbeddedResourceAsImage :
name : string -> Image
No code example is currently available or this language may not be supported.
- name String
-
The name of the resource.
Image
The embedded resource as
Image.
This is a code example.
No code example is currently available or this language may not be supported.
Dim img As Image = GetEmbeddedResourceAsImage("file.png")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.