Table of Contents

Method Create

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Create(int, int, Color)

Creates GenericImage with the specified size and fills it with the color.

public static GenericImage Create(int width, int height, Color color)

Parameters

width int

Image width.

height int

Image height.

color Color

Color to fill.

Returns

GenericImage