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

Surface Constructor

Initializes a new instance of the Surface class with specified width, height and data type

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

Syntax

public Surface
(
	int width,
	int height,
	AvlNet.PlainType type
)

Parameters

Name Type Range Default Description
widthint
heightint
typeAvlNet.PlainType

See also