IImageWriter.Init Method

Initializes the image writer with the specified parameters.

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

Syntax

C#
void Init(
	ImageParams imageParams
)

Parameters

imageParams

Type: Aurigma.GraphicsMill.ImageParams

The parameters for the image to write.

See Also

Reference