You are here: Start » AVL.NET » Image.Reset(int, int, int, AvlNet.PlainType, int, byte[])

Image.Reset(int, int, int, AvlNet.PlainType, int, byte[])

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax


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

Parameters

width
Type: System.Int32
height
Type: System.Int32
pitch
Type: System.Int32
type
Type: AvlNet.PlainType
depth
Type: System.Int32
data
Type: System.Byte

See also