SharedResourcesGetDrawingBitmapRectangle Method

Gets an image of a rectangle.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Bitmap GetDrawingBitmapRectangle(
	Size size,
	Color color,
	bool autoScalable = true
)

Parameters

size  Size
Size with the image size.
color  Color
Color with the image color.
autoScalable  Boolean  (Optional)
Indicate if the image is auto-scalable.

Return Value

Bitmap
Bitmap with the image of the resource.

See Also