SharedResourcesGetDrawingBitmap(String, Size) Method

Gets 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 image,
	Size newSize
)

Parameters

image  String
Image name.
newSize  Size
Size with the image new size.

Return Value

Bitmap
Bitmap with the image of the resource.

See Also