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

Image.Reset Method

Turns the image into a wrapper of external data (pixel data will be NOT own).

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public void Reset
(
	int width,
	int height,
	int pitch,
	Fil.PlainType type,
	int depth,
	System.IntPtr data,
	Optional<Fil.Region> inRoi,
	bool makeDataOwn
)

Parameters

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

Function Overrides

See also