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

Surface Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

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

Parameters

Name Type Range Default Description
width_int
height_int
pitch_int
type_Avl.PlainType
dataSystem.IntPtr
inRoiAtl.Optional<Avl.Region>
makeDataOwnbool

See also