ResampleSurface_AnyScales


Changes the coordinates format of the input surface.

Syntax

C++
C#
Python
 
def ResampleSurface_AnyScales(
	inSurface: Surface,
	outSurface: Surface,
	/,
	*,
	inXOffset: float | None = None,
	inXScale: float | None = None,
	inYOffset: float | None = None,
	inYScale: float | None = None
)
-> None

Parameters

Name Type Range Default Description
Input value inSurface Surface
Input value inXOffset float | None None Offset for the X axis of the output surface
Input value inXScale float | None 0.000001D - None Scale for the X axis of the output surface
Input value inYOffset float | None None Offset for the Y axis of the output surface
Input value inYScale float | None 0.000001D - None Scale for the Y axis of the output surface
Output value outSurface Surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.