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 | |
|---|---|---|---|---|---|
![]() |
inSurface | Surface | |||
![]() |
inXOffset | float | None | None | Offset for the X axis of the output surface | |
![]() |
inXScale | float | None | 0.000001D - ![]() |
None | Scale for the X axis of the output surface |
![]() |
inYOffset | float | None | None | Offset for the Y axis of the output surface | |
![]() |
inYScale | float | None | 0.000001D - ![]() |
None | Scale for the Y axis of the output surface |
![]() |
outSurface | Surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.



