SharedResourcesGetDrawingBitmapRectangle Method
Gets an image of a rectangle.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Bitmap GetDrawingBitmapRectangle(
Size size,
Color color,
bool autoScalable = true
)
Public Shared Function GetDrawingBitmapRectangle (
size As Size,
color As Color,
Optional autoScalable As Boolean = true
) As Bitmap
- size Size
- Size with the image size.
- color Color
- Color with the image color.
- autoScalable Boolean (Optional)
- Indicate if the image is auto-scalable.
BitmapBitmap with the image of the resource.