EmbeddedResourcesReadEmbeddedImage Method |
get the contents of an embedded resource image
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Image ReadEmbeddedImage(
string filename
)
Public Shared Function ReadEmbeddedImage (
filename As String
) As Image
public:
static Image^ ReadEmbeddedImage(
String^ filename
)
static member ReadEmbeddedImage :
filename : string -> Image
Parameters
- filename
- Type: SystemString
pass the file name
Return Value
Type:
Image
See Also