ThumbnailGenerator.GenerateEmptyBitmap method
namespace: Serenity.Web assembly: Serenity.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
- class ThumbnailGenerator