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

Surface.Reset Method

Turns the Surface into a wrapper of external data (point data will be NOT own) or gives external data to the Surface as its own. In the latter case the data should have been created by means of FtlAlloc.

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public void Reset
(
	int newWidth,
	int newHeight,
	int newPitch,
	Fil.PlainType newType,
	System.IntPtr data,
	Optional<Fil.Region> inRoi,
	bool makeDataOwn
)

Parameters

Name Type Range Default Description
newWidthint
newHeightint
newPitchint
newTypeFil.PlainType
dataSystem.IntPtr
inRoiFtl.Optional<Fil.Region>
makeDataOwnbool

Function Overrides

See also