You are here: Start » AVL.NET » Invoke.CropImage

Invoke.CropImage

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropImage
(
	Avl.Image inImage,
	Avl.Box inSelection,
	Avl.Pixel inBorderColor,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inSelectionAvl.BoxBox defining a subimage to be cropped.
inBorderColorAvl.PixelColor used for locations outside the selection.
outImageAvl.ImageOutput image.

See also