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

Image Constructor

Creates a new image with given dimensions and sets all the pixels to .

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Image
(
	int width,
	int height,
	Avl.PlainType type,
	int depth
)

Parameters

Name Type Range Default Description
widthint
heightint
typeAvl.PlainType
depthint

See also