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

Surface Constructor

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

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
widthint
heightint
typeFilNet.PlainType

See also