SharedResourcesGetDrawingBitmap(String, Size) 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 image,
Size newSize
)
Public Shared Function GetDrawingBitmap (
image As String,
newSize As Size
) As Bitmap
- image String
- Image name.
- newSize Size
- Size with the image new size.
BitmapBitmap with the image of the resource.