ThumbnailGenerator.GenerateEmptyBitmap method

namespace: Serenity.Web   assemblySerenity.Net.Services

Generates an empty bitmap

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

See Also