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

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

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

Syntax


public Image(
	int width,
	int height,
	int pitch,
	AvlNet.PlainType type,
	int depth,
	byte[] dataPointer
)

Parameters

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

See also