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

Invoke.AlignRegionToSurfaceFormat

Returns region covering the same area for the surface with another format.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignRegionToSurfaceFormat
(
	Avl.Region inRegion,
	Avl.SurfaceCoordinatesFormat inInputSurfaceCoordinatesFormat,
	Avl.SurfaceFormat inOutputSurfaceFormat,
	Avl.Region outAlignedRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inInputSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image the input region were defined on.
inOutputSurfaceFormatAvl.SurfaceFormatFormat of the surface associated with the image the output region is defined on.
outAlignedRegionAvl.Region

See also