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

FIL.FillImage

Fills the picture with color.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also