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

Surface Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Surface
(
	int width_,
	int height_,
	int pitch_,
	Fil.PlainType type_,
	System.IntPtr data,
	Optional<Fil.Region> inRoi,
	bool makeDataOwn
)

Parameters

Name Type Range Default Description
width_int
height_int
pitch_int
type_Fil.PlainType
dataSystem.IntPtr
inRoiFtl.Optional<Fil.Region>
makeDataOwnbool

See also