SharedResourcesGetDrawingBitmap(String, String, Size) Method

Get the image of the resource.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Bitmap GetDrawingBitmap(
	string assemblyName,
	string pathImage,
	Size newSize
)

Parameters

assemblyName  String
Assembly name, for example "Aliquo.Windows".
pathImage  String
Relative path of the assembly resource image, for example "images/table.png").
newSize  Size
Size with the image new size.

Return Value

Bitmap
Bitmap with the image of the resource.

See Also