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

Image.Reset Method

Resets the image and copies the given to the image buffer.

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public void Reset
(
	int width,
	int height,
	int pitch,
	Avl.PlainType type,
	int depth,
	byte[] data
)

Parameters

Name Type Range Default Description
widthint
heightint
pitchint
typeAvl.PlainType
depthint
databyte[]

Function Overrides

See also