You are here: Start » AVL.NET » AVS.CropImage Method

AVS.CropImage Method

Creates an image from a box-shaped fragment of the input image (with margins if requested).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropImage
(
	AvlNet.Image inImage,
	AvlNet.Box inSelection,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inSelectionAvlNet.BoxBox defining a subimage to be cropped.
outImageAvlNet.ImageOutput image.

See also