SharedResourcesGetDrawingBitmap(String, String, Boolean) Method
Gets the image of the resource.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Bitmap GetDrawingBitmap(
string assemblyName,
string pathImage,
bool autoScalable = true
)
Public Shared Function GetDrawingBitmap (
assemblyName As String,
pathImage As String,
Optional autoScalable As Boolean = true
) As Bitmap
- assemblyName String
- Assembly name, for example "Aliquo.Windows".
- pathImage String
- Relative path of the assembly resource image, for example "images/table.png").
- autoScalable Boolean (Optional)
- Indicate if the image is auto-scalable.
BitmapBitmap with the image of the resource.