Skip to content

ThumbnailGenerator.GenerateEmptyBitmap method

Generates an empty bitmap.

public static Image GenerateEmptyBitmap(int width, int height, Color color)
parameter description
width Width
height Height
color Background color

Return Value

The generated empty bitmap.

See Also