You are here: Start » FIL.NET » FIS.AlignRegionToSurfaceCoordinatesFormat Method

FIS.AlignRegionToSurfaceCoordinatesFormat Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignRegionToSurfaceCoordinatesFormat
(
	FilNet.Region inRegion,
	FilNet.SurfaceCoordinatesFormat inInputSurfaceCoordinatesFormat,
	FilNet.SurfaceCoordinatesFormat inOutputSurfaceCoordinatesFormat,
	int? inFrameWidth,
	int? inFrameHeight,
	FilNet.Region outAlignedRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inInputSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image the input region were defined on.
inOutputSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image the output region is defined on.
inFrameWidthint?Output region's frame width. Default value: ftl::NIL.
inFrameHeightint?Output region's frame height. Default value: ftl::NIL.
outAlignedRegionFilNet.Region

See also