You are here: Start » Image Constructor

Image Constructor

Creates a new image with given dimensions and sets all the pixels to .

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Image
(
	int width,
	int height,
	Fil.PlainType type,
	int depth
)

Parameters

Name Type Range Default Description
widthint
heightint
typeFil.PlainType
depthint

See also