You are here: Start » AVL.NET » AVL.ExpandImagePitch(AvlNet.Image, int, AvlNet.Image)

AVL.ExpandImagePitch(AvlNet.Image, int, AvlNet.Image)

Creates a new image with additional pitch size.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ExpandImagePitch(
	AvlNet.Image inImage,
	int inDeltaPitch,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input array
inDeltaPitch
Type: System.Int32
Additional pitch bytes for line
outImage
Type: AvlNet.Image
Element from the array

Errors

Error type Description
DomainError Empty image on input

See also