You are here: Start » AVL.NET » AVL.CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.InterpolationMethod, float, AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)
AVL.CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.InterpolationMethod, float, AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropImageToRectangle( AvlNet.Image inImage, AvlNet.Rectangle2D inRectangle, AvlNet.CoordinateSystem2D? inRectangleAlignment, AvlNet.InterpolationMethod inInterpolationMethod, float inMargin, out AvlNet.Image outImage, out AvlNet.Rectangle2D outAlignedRectangle, out AvlNet.CoordinateSystem2D outOutputAlignment )
Parameters
- inImage
- Type: AvlNet.Image
- inRectangle
- Type: AvlNet.Rectangle2D
- inRectangleAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- inMargin
- Type: System.Single
- outImage
- Type: AvlNet.Image
- outAlignedRectangle
- Type: AvlNet.Rectangle2D
- outOutputAlignment
- Type: AvlNet.CoordinateSystem2D
Examples
![]() |
![]() |
CropImageToRectangle used to extract an image of an object.


