You are here: Start » FIL.NET » Invoke.AlignRegionToSurfaceCoordinatesFormat

Invoke.AlignRegionToSurfaceCoordinatesFormat

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignRegionToSurfaceCoordinatesFormat
(
	Fil.Region inRegion,
	Fil.SurfaceCoordinatesFormat inInputSurfaceCoordinatesFormat,
	Fil.SurfaceCoordinatesFormat inOutputSurfaceCoordinatesFormat,
	Optional<int> inFrameWidth,
	Optional<int> inFrameHeight,
	Fil.Region outAlignedRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inInputSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image the input region were defined on.
inOutputSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image the output region is defined on.
inFrameWidthFtl.Optional<int>Output region's frame width. Default value: ftl::NIL.
inFrameHeightFtl.Optional<int>Output region's frame height. Default value: ftl::NIL.
outAlignedRegionFil.Region

See also