You are here: Start » Surface.Reset Method

Surface.Reset Method

Iff the format is different then recreates the Surface (point data will be own). Typically used for (re-)creating output Surface in Surface processing functions.

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public void Reset
(
	int newWidth,
	int newHeight,
	Fil.PlainType newType,
	Optional<Fil.Region> inRoi
)

Parameters

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

Function Overrides

See also