You are here: Start » AVL.NET » AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)

AVL.CropRegionToRectangle(AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Region, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CropRegionToRectangle(
	AvlNet.Region inRegion,
	AvlNet.Rectangle2D inRectangle,
	AvlNet.CoordinateSystem2D? inRectangleAlignment,
	out AvlNet.Region outRegion,
	out AvlNet.Rectangle2D outAlignedRectangle,
	out AvlNet.CoordinateSystem2D outOutputAlignment
)

Parameters

inRegion
Type: AvlNet.Region
inRectangle
Type: AvlNet.Rectangle2D
inRectangleAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
outRegion
Type: AvlNet.Region
outAlignedRectangle
Type: AvlNet.Rectangle2D
outOutputAlignment
Type: AvlNet.CoordinateSystem2D

See also