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

Image.Reset Method

Turns the image into a wrapper of external data (pixel data will be NOT own).

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public void Reset
(
	int width,
	int height,
	int pitch,
	Avl.PlainType type,
	int depth,
	System.IntPtr data,
	Optional<Avl.Region> inRoi,
	bool makeDataOwn
)

Parameters

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

Function Overrides

See also