You are here: Start » FIL.NET » FIS.FillImage Method

FIS.FillImage Method

Fills the input image with one color.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FillImage
(
	FilNet.Image ioImage,
	FilNet.Pixel inColor
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inColorFilNet.PixelColor of all pixels of the created image.

See also