You are here: Start » FIL.NET » Image.Reset Method

Image.Reset Method

If the format is different then recreates the image (pixel data will be own). Typically used for (re-)creating output images in image processing functions.

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public void Reset
(
	int width,
	int height,
	Fil.PlainType type,
	int depth,
	Optional<Fil.Region> inRoi
)

Parameters

Name Type Range Default Description
widthint
heightint
typeFil.PlainType
depthint
inRoiFtl.Optional<Fil.Region>

Function Overrides

See also