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

Image Constructor

Constructor used for creating new images. Parameter inRoi defines which pixels should not be set with zero values. If value atl::NIL is provided all image pixels will not set.

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Image
(
	int width,
	int height,
	Avl.PlainType type,
	int depth,
	Optional<Avl.Region> inRoi
)

Parameters

Name Type Range Default Description
widthint
heightint
typeAvl.PlainType
depthint
inRoiAtl.Optional<Avl.Region>

See also