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

Surface.Reset Method

Resets current instance of the Surface class with provided data. Type is taken from the last parameter

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

Syntax

public void Reset
(
	int width,
	int height,
	ushort[] data
)

Parameters

Name Type Range Default Description
widthint
heightint
dataushort[]

Function Overrides

See also