You are here: Start » AVL.NET » Image.Reset Method

Image.Reset Method

If the format is different then recreates the image (pixel data will be own). Typically used for (re-)creating output images in image processing functions.

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public void Reset
(
	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>

Function Overrides

See also