You are here: Start » AVL.NET » 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:Avl
Assembly:AvlNet.Types.dll

Syntax

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

Parameters

Name Type Range Default Description
newWidthint
newHeightint
newTypeAvl.PlainType
inRoiAtl.Optional<Avl.Region>

Function Overrides

See also