You are here: Start » Image.Reset Method

Image.Reset Method

Resets the image and copies the given to the image buffer.

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public void Reset
(
	int width,
	int height,
	int pitch,
	Fil.PlainType type,
	int depth,
	byte[] data
)

Parameters

Name Type Range Default Description
widthint
heightint
pitchint
typeFil.PlainType
depthint
databyte[]

Function Overrides

See also