You are here: Start » AVL.NET » ImageFormat Constructor

ImageFormat Constructor

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

Syntax

public ImageFormat
(
	int width,
	int height,
	AvlNet.PlainType type,
	int depth,
	int pitchAlignment
)

Parameters

Name Type Range Default Description
widthint
heightint
typeAvlNet.PlainType
depthint
pitchAlignmentint

See also