ImageGenerator Constructor (IImageParams, Color)

Initializes a new instance of the ImageGenerator class using the specified parameters.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ImageGenerator(
	IImageParams params,
	Color backgroundColor
)

Parameters

params

Type: Aurigma.GraphicsMill.IImageParams

An IImageParams containing parameters to initialize this ImageGenerator.
backgroundColor

Type: Aurigma.GraphicsMill.Color

A Color to fill the resulting bitmap. You can change this value later through the BackgroundColor property.

See Also

Reference