You are here: Start » AVL.NET » Surface Constructor

Surface Constructor

Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter

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

Syntax

public Surface
(
	int width,
	int height,
	float[] data
)

Parameters

Name Type Range Default Description
widthint
heightint
datafloat[]

See also