You are here: Start » AVL.NET » SpatialMap.Reset Method

SpatialMap.Reset Method

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public void Reset
(
	AvlNet.ImageFormat imageFormat,
	int imagePitch,
	int width,
	int height,
	AvlNet.InterpolationMethod interpolationMethod,
	byte[] offsets,
	byte[] weights
)

Parameters

Name Type Range Default Description
imageFormatAvlNet.ImageFormat
imagePitchint
widthint
heightint
interpolationMethodAvlNet.InterpolationMethod
offsetsbyte[]
weightsbyte[]

Function Overrides

See also