Click or drag to resize
BitmapExtrasInitBitmap Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Bitmap InitBitmap(
	int width,
	int height,
	Color c
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
c
Type: System.DrawingColor

Return Value

Type: Bitmap
See Also