AlignRegionToSurfaceFormat


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

Applications:Transformation of regions defined on the image associated with the surface to image associated with another surface.

Syntax

C++
C#
Python
 
def AlignRegionToSurfaceFormat(
	inRegion: Region,
	inInputSurfaceCoordinatesFormat: SurfaceCoordinatesFormat,
	inOutputSurfaceFormat: SurfaceFormat,
	outAlignedRegion: Region,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRegion Region Input region
Input value inInputSurfaceCoordinatesFormat SurfaceCoordinatesFormat Offsets and scales on X and Y axes of the surface associated with the image the input region were defined on
Input value inOutputSurfaceFormat SurfaceFormat Format of the surface associated with the image the output region is defined on
Output value outAlignedRegion Region