SharedResourcesGetBitmapImage(String, String) Method
Gets the resource image of an assembly.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static BitmapImage GetBitmapImage(
string assemblyName,
string pathImage
)
Public Shared Function GetBitmapImage (
assemblyName As String,
pathImage As String
) As BitmapImage
- assemblyName String
- Assembly name, for example "Aliquo.Windows".
- pathImage String
- Relative path of the assembly resource image, for example "images/table.png").
BitmapImageBitmapImage with the image of the resource.